-
Bug
-
Resolution: Incomplete
-
P3
-
hs25, 8
-
x86
-
linux
Comp_Baseline nightly from 2013-12-06. The following tests fail:
nsk/sajdi/SACoreAttachingConnector/attach/attach001
nsk/sajdi/SACoreAttachingConnector/attach/attach002
nsk/sajdi/jdb/options/connect/connect002
[2013-12-07T10:12:23.14] Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
[2013-12-07T10:12:23.14] WARNING: You have disabled SA and VM version check. You may be using incompatible version of SA and you may see unexpected results.
[2013-12-07T10:12:23.14] java.io.IOException
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(SACoreAttachingConnector.java:139)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.VMConnection.attachTarget(VMConnection.java:519)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.VMConnection.open(VMConnection.java:328)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.Env.init(Env.java:63)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.TTY.main(TTY.java:1066)
[2013-12-07T10:12:23.14] Caused by: java.lang.reflect.InvocationTargetException
[2013-12-07T10:12:23.14] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2013-12-07T10:12:23.14] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2013-12-07T10:12:23.14] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2013-12-07T10:12:23.14] at java.lang.reflect.Method.invoke(Method.java:483)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.SACoreAttachingConnector.createVirtualMachine(SACoreAttachingConnector.java:96)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(SACoreAttachingConnector.java:124)
[2013-12-07T10:12:23.14] ... 4 more
[2013-12-07T10:12:23.14] Caused by: sun.jvm.hotspot.debugger.UnmappedAddressException: 80000130
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:208)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:63)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:225)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:498)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.linux.LinuxAddress.getCIntegerAt(LinuxAddress.java:69)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.types.basic.BasicField.getCInteger(BasicField.java:162)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.types.basic.BasicCIntegerField.getValue(BasicCIntegerField.java:54)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.oops.Symbol.getLength(Symbol.java:78)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.oops.Symbol.equals(Symbol.java:89)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.memory.SymbolTable.probe(SymbolTable.java:83)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.memory.SymbolTable.probe(SymbolTable.java:68)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.VirtualMachineImpl.initClassNameSymbols(VirtualMachineImpl.java:171)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.VirtualMachineImpl.init(VirtualMachineImpl.java:189)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForCorefile(VirtualMachineImpl.java:207)
[2013-12-07T10:12:23.14] ... 10 more
[2013-12-07T10:12:23.14]
[2013-12-07T10:12:23.14] Fatal error:
[2013-12-07T10:12:23.14] Unable to attach to target VM.
[2013-12-07T10:12:23.14] script> ----------------------------
[2013-12-07T10:12:23.14] script>
[2013-12-07T10:12:23.14] script> Find expected strings in JDB stdout
[2013-12-07T10:12:23.14] script> # ERROR: Not found: jdb version
[2013-12-07T10:12:23.14] script> # ERROR: Not found: Java Debug Interface
[2013-12-07T10:12:23.14] script> # ERROR: Not found: JVM version
[2013-12-07T10:12:23.14] script> # ERROR: Not found: nsk.sajdi.jdb.options.connect.connect002a
[2013-12-07T10:12:23.14] script> # ERROR: Not all expected lines found in jdb.stdout
[2013-12-07T10:12:23.14] script>
[2013-12-07T10:12:23.14] script> Delete debuggee core file: core.4544
[2013-12-07T10:12:23.17] script> Debuggee core file deleted: core.4544
[2013-12-07T10:12:23.17] script>
[2013-12-07T10:12:23.17] script> Test exit status: 97
[2013-12-07T10:12:23.17] # Test level exit status: 97
nsk/sajdi/SACoreAttachingConnector/attach/attach001
nsk/sajdi/SACoreAttachingConnector/attach/attach002
nsk/sajdi/jdb/options/connect/connect002
[2013-12-07T10:12:23.14] Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
[2013-12-07T10:12:23.14] WARNING: You have disabled SA and VM version check. You may be using incompatible version of SA and you may see unexpected results.
[2013-12-07T10:12:23.14] java.io.IOException
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(SACoreAttachingConnector.java:139)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.VMConnection.attachTarget(VMConnection.java:519)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.VMConnection.open(VMConnection.java:328)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.Env.init(Env.java:63)
[2013-12-07T10:12:23.14] at com.sun.tools.example.debug.tty.TTY.main(TTY.java:1066)
[2013-12-07T10:12:23.14] Caused by: java.lang.reflect.InvocationTargetException
[2013-12-07T10:12:23.14] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2013-12-07T10:12:23.14] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2013-12-07T10:12:23.14] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2013-12-07T10:12:23.14] at java.lang.reflect.Method.invoke(Method.java:483)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.SACoreAttachingConnector.createVirtualMachine(SACoreAttachingConnector.java:96)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(SACoreAttachingConnector.java:124)
[2013-12-07T10:12:23.14] ... 4 more
[2013-12-07T10:12:23.14] Caused by: sun.jvm.hotspot.debugger.UnmappedAddressException: 80000130
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:208)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:63)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:225)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:498)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.debugger.linux.LinuxAddress.getCIntegerAt(LinuxAddress.java:69)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.types.basic.BasicField.getCInteger(BasicField.java:162)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.types.basic.BasicCIntegerField.getValue(BasicCIntegerField.java:54)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.oops.Symbol.getLength(Symbol.java:78)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.oops.Symbol.equals(Symbol.java:89)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.memory.SymbolTable.probe(SymbolTable.java:83)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.memory.SymbolTable.probe(SymbolTable.java:68)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.VirtualMachineImpl.initClassNameSymbols(VirtualMachineImpl.java:171)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.VirtualMachineImpl.init(VirtualMachineImpl.java:189)
[2013-12-07T10:12:23.14] at sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForCorefile(VirtualMachineImpl.java:207)
[2013-12-07T10:12:23.14] ... 10 more
[2013-12-07T10:12:23.14]
[2013-12-07T10:12:23.14] Fatal error:
[2013-12-07T10:12:23.14] Unable to attach to target VM.
[2013-12-07T10:12:23.14] script> ----------------------------
[2013-12-07T10:12:23.14] script>
[2013-12-07T10:12:23.14] script> Find expected strings in JDB stdout
[2013-12-07T10:12:23.14] script> # ERROR: Not found: jdb version
[2013-12-07T10:12:23.14] script> # ERROR: Not found: Java Debug Interface
[2013-12-07T10:12:23.14] script> # ERROR: Not found: JVM version
[2013-12-07T10:12:23.14] script> # ERROR: Not found: nsk.sajdi.jdb.options.connect.connect002a
[2013-12-07T10:12:23.14] script> # ERROR: Not all expected lines found in jdb.stdout
[2013-12-07T10:12:23.14] script>
[2013-12-07T10:12:23.14] script> Delete debuggee core file: core.4544
[2013-12-07T10:12:23.17] script> Debuggee core file deleted: core.4544
[2013-12-07T10:12:23.17] script>
[2013-12-07T10:12:23.17] script> Test exit status: 97
[2013-12-07T10:12:23.17] # Test level exit status: 97