Help debugging JVM crash on linux

Does anybody have any tips on debugging JVM crashes?
I have a third-party shared library that I link in and use through JNI bindings.
When I use this third party application with the 1.6.0 JVM on red hat enterprise linux, it causes the JVM to unpredictably SEGV.
I'm stumped, I don't know how to debug this since I don't have source code for either the third-party app or for the JVM.
Even some thoughts about what might cause the JVM to do this would be great. I've looked in depth at signals and signal handling but didn't find anything wrong there.
Help!
# An unexpected error has been detected by Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x00000000, pid=14312, tid=1319668656
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode)
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
--------------- T H R E A D ---------------
Current thread (0x4a9a2400): JavaThread "AWT-EventQueue-0" [_thread_in_vm_trans, id=14327]
siginfo:
[error occurred during error reporting, step 90, id 0xb]
Stack: [0x4ea38000,0x4ea89000), sp=0x4ea870dc, free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x3ae327]
V [libjvm.so+0x3aef34]
C [libpthread.so.0+0xaf80]
V [libjvm.so+0x3add75]
V [libjvm.so+0x3ae327]
V [libjvm.so+0x3079c0]
V [libjvm.so+0x305278]
C [libc.so.6+0x280d8]
j java.awt.MediaTracker.statusID(IZZ)I+47
j java.awt.MediaTracker.waitForID(IJ)Z+16
j javax.swing.ImageIcon.loadImage(Ljava/awt/Image;)V+24
j javax.swing.ImageIcon.<init>([B)V+82
j sun.swing.ImageIconUIResource.<init>([B)V+2
j sun.swing.SwingUtilities2$2.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object;+69
J javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.UIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.MultiUIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
j javax.swing.UIDefaults.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+2
j javax.swing.UIManager.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+4
j javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Ljavax/swing/JFileChooser;)V+48
j javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Ljavax/swing/JFileChooser;)V+2
j javax.swing.plaf.basic.BasicFileChooserUI.installUI(Ljavax/swing/JComponent;)V+39
j javax.swing.plaf.metal.MetalFileChooserUI.installUI(Ljavax/swing/JComponent;)V+2
j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
j javax.swing.JFileChooser.updateUI()V+40
j javax.swing.JFileChooser.setup(Ljavax/swing/filechooser/FileSystemView;)V+18
j javax.swing.JFileChooser.<init>(Ljava/io/File;Ljavax/swing/filechooser/FileSystemView;)V+133
j javax.swing.JFileChooser.<init>()V+9
j com.coventor.misc.FontPicker$2.actionPerformed(Ljava/awt/event/ActionEvent;)V+4
j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
j javax.swing.DefaultButtonModel.setPressed(Z)V+117
j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+562
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+320
j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+156
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
V [libjvm.so+0x209a4d]
V [libjvm.so+0x305bc8]
V [libjvm.so+0x209360]
V [libjvm.so+0x2093ed]
V [libjvm.so+0x279605]
V [libjvm.so+0x38076f]
V [libjvm.so+0x306aa3]
C [libpthread.so.0+0x4dd8]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.awt.MediaTracker.statusID(IZZ)I+47
j java.awt.MediaTracker.waitForID(IJ)Z+16
j javax.swing.ImageIcon.loadImage(Ljava/awt/Image;)V+24
j javax.swing.ImageIcon.<init>([B)V+82
j sun.swing.ImageIconUIResource.<init>([B)V+2
j sun.swing.SwingUtilities2$2.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object;+69
J javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.UIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.MultiUIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
j javax.swing.UIDefaults.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+2
j javax.swing.UIManager.getIcon(Ljava/lang/Object;)Ljavax/swing/Icon;+4
j javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Ljavax/swing/JFileChooser;)V+48
j javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Ljavax/swing/JFileChooser;)V+2
j javax.swing.plaf.basic.BasicFileChooserUI.installUI(Ljavax/swing/JComponent;)V+39
j javax.swing.plaf.metal.MetalFileChooserUI.installUI(Ljavax/swing/JComponent;)V+2
j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
j javax.swing.JFileChooser.updateUI()V+40
j javax.swing.JFileChooser.setup(Ljavax/swing/filechooser/FileSystemView;)V+18
j javax.swing.JFileChooser.<init>(Ljava/io/File;Ljavax/swing/filechooser/FileSystemView;)V+133
j javax.swing.JFileChooser.<init>()V+9
j com.coventor.misc.FontPicker$2.actionPerformed(Ljava/awt/event/ActionEvent;)V+4
j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
j javax.swing.DefaultButtonModel.setPressed(Z)V+117
j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+562
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+320
j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+156
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x4a954800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=14331]
0x4a9fd400 JavaThread "DestroyJavaVM" [_thread_blocked, id=14315]
=>0x4a9a2400 JavaThread "AWT-EventQueue-0" [_thread_in_vm_trans, id=14327]
0x4a99c000 JavaThread "AWT-Shutdown" [_thread_blocked, id=14326]
0x4a97fc00 JavaThread "AWT-XAWT" daemon [_thread_blocked, id=14325]
0x08292c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=14323]
0x4a902000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=14321]
0x4a900800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=14320]
0x080bb400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14319]
0x080ab400 JavaThread "Finalizer" daemon [_thread_blocked, id=14318]
0x080a7000 JavaThread "Reference Handler" daemon [_thread_blocked, id=14317]
Other Threads:
0x080a4000 VMThread [id=14316]
0x4a90b800 WatcherThread [id=14322]
VM state:synchronizing (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x08056b90/0x08056bb8] Safepoint_lock - owner thread: 0x080a4000
[0x08056c10/0x08056c38] Threads_lock - owner thread: 0x080a4000
Heap
def new generation total 960K, used 348K [0x422e0000, 0x423e0000, 0x427c0000)
eden space 896K, 31% used [0x422e0000, 0x423270d0, 0x423c0000)
from space 64K, 100% used [0x423d0000, 0x423e0000, 0x423e0000)
to space 64K, 0% used [0x423c0000, 0x423c0000, 0x423d0000)
tenured generation total 4096K, used 950K [0x427c0000, 0x42bc0000, 0x462e0000)
the space 4096K, 23% used [0x427c0000, 0x428adae0, 0x428adc00, 0x42bc0000)
compacting perm gen total 12288K, used 9535K [0x462e0000, 0x46ee0000, 0x4a2e0000)
the space 12288K, 77% used [0x462e0000, 0x46c2fe78, 0x46c30000, 0x46ee0000)
No shared spaces configured.
Dynamic libraries:
06000000-06412000 r-xp 00000000 00:0b 457890057 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client/libjvm.so
06412000-0642b000 rwxp 00412000 00:0b 457890057 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client/libjvm.so
0642b000-0684a000 rwxp 00000000 00:00 0
08048000-08052000 r-xp 00000000 00:0b 457826569 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/bin/java
08052000-08053000 rwxp 00009000 00:0b 457826569 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/bin/java
08053000-082d9000 rwxp 00000000 00:00 0
40000000-40015000 r-xp 00000000 08:02 507907 /lib/ld-2.3.2.so
40015000-40016000 rwxp 00015000 08:02 507907 /lib/ld-2.3.2.so
40016000-40017000 rwxp 00000000 00:00 0
40017000-40018000 ---p 00000000 00:00 0
40018000-40019000 rwxp 00000000 00:00 0
40019000-4001f000 r-xp 00000000 00:0b 457959177 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/native_threads/libhpi.so
4001f000-40020000 rwxp 00006000 00:0b 457959177 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/native_threads/libhpi.so
40020000-40028000 rwxs 00000000 08:02 1917749 /tmp/hsperfdata_ken/14312
40028000-40029000 r-xp 00000000 00:0b 650339 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libnativelib.so
40029000-4002a000 rwxp 00000000 00:0b 650339 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libnativelib.so
4002a000-4002b000 r-xp 00000000 08:02 2064395 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
4002b000-4002c000 rwxp 00000000 08:02 2064395 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
4002c000-40039000 r-xp 00000000 08:02 2818055 /lib/tls/libpthread-0.60.so
40039000-4003a000 rwxp 0000c000 08:02 2818055 /lib/tls/libpthread-0.60.so
4003a000-4003c000 rwxp 00000000 00:00 0
4003c000-40043000 r-xp 00000000 00:0b 457891593 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/jli/libjli.so
40043000-40045000 rwxp 00006000 00:0b 457891593 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/jli/libjli.so
40045000-40047000 r-xp 00000000 08:02 507920 /lib/libdl-2.3.2.so
40047000-40048000 rwxp 00001000 08:02 507920 /lib/libdl-2.3.2.so
40048000-4017b000 r-xp 00000000 08:02 2818050 /lib/tls/libc-2.3.2.so
4017b000-4017e000 rwxp 00132000 08:02 2818050 /lib/tls/libc-2.3.2.so
4017e000-40182000 rwxp 00000000 00:00 0
40182000-401a3000 r-xp 00000000 08:02 2818053 /lib/tls/libm-2.3.2.so
401a3000-401a4000 rwxp 00021000 08:02 2818053 /lib/tls/libm-2.3.2.so
401a4000-401a7000 ---p 00000000 00:00 0
401a7000-401f5000 rwxp 00003000 00:00 0
401f5000-40200000 r-xp 00000000 00:0b 457957641 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libverify.so
40200000-40201000 rwxp 0000b000 00:0b 457957641 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libverify.so
40201000-40205000 r-xp 00000000 08:02 360496 /usr/X11R6/lib/libXtst.so.6.1
40205000-40206000 rwxp 00004000 08:02 360496 /usr/X11R6/lib/libXtst.so.6.1
40206000-40207000 rwxp 00000000 00:00 0
4020a000-4021b000 r-xp 00000000 08:02 507924 /lib/libnsl-2.3.2.so
4021b000-4021c000 rwxp 00011000 08:02 507924 /lib/libnsl-2.3.2.so
4021c000-4021e000 rwxp 00000000 00:00 0
4021e000-40241000 r-xp 00000000 00:0b 457913353 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libjava.so
40241000-40243000 rwxp 00023000 00:0b 457913353 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libjava.so
40243000-40252000 r-xp 00000000 00:0b 457957897 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libzip.so
40252000-40254000 rwxp 0000e000 00:0b 457957897 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libzip.so
40254000-4032c000 rwxp 00000000 00:00 0
4032c000-42254000 rwxp 000d8000 00:00 0
42254000-42258000 rwxp 00000000 00:00 0
42258000-422d4000 rwxp 02004000 00:00 0
422d4000-422db000 r-xp 00000000 08:02 360480 /usr/X11R6/lib/libXi.so.6.0
422db000-422dc000 rwxp 00006000 08:02 360480 /usr/X11R6/lib/libXi.so.6.0
422e0000-423e0000 rwxp 00000000 00:00 0
423e0000-427c0000 rwxp 0218c000 00:00 0
427c0000-42bc0000 rwxp 00000000 00:00 0
42bc0000-462e0000 rwxp 0296c000 00:00 0
462e0000-46ee0000 rwxp 00000000 00:00 0
46ee0000-4a2e0000 rwxp 06c8c000 00:00 0
4a2e0000-4a2e1000 rwxp 00000000 00:00 0
4a2e1000-4a2e2000 rwxp 0a08d000 00:00 0
4a2e2000-4a2e5000 rwxp 00000000 00:00 0
4a2e5000-4a300000 rwxp 0a091000 00:00 0
4a300000-4a306000 rwxp 00000000 00:00 0
4a306000-4a320000 rwxp 0a0b2000 00:00 0
4a320000-4a324000 rwxp 00000000 00:00 0
4a324000-4a33f000 rwxp 00003000 00:00 0
4a33f000-4a346000 rwxp 00000000 00:00 0
4a346000-4a360000 rwxp 00025000 00:00 0
4a360000-4a4db000 r-xs 02c75000 00:0b 458017033 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/rt.jar
4a4db000-4a50b000 rwxp 00000000 00:00 0
4a50b000-4a50c000 ---p 00030000 00:00 0
4a50c000-4a58c000 rwxp 00031000 00:00 0
4a58c000-4a58f000 ---p 000b1000 00:00 0
4a58f000-4a5dd000 rwxp 000b4000 00:00 0
4a5dd000-4a5e0000 ---p 00102000 00:00 0
4a5e0000-4a62e000 rwxp 00105000 00:00 0
4a62e000-4a82e000 r-xp 00000000 08:02 3342341 /usr/lib/locale/locale-archive
4a82e000-4a831000 ---p 00000000 00:00 0
4a831000-4a87f000 rwxp 00003000 00:00 0
4a87f000-4a882000 ---p 00051000 00:00 0
4a882000-4aa00000 rwxp 00054000 00:00 0
4aa00000-4aa03000 ---p 00000000 00:00 0
4aa03000-4aa51000 rwxp 00003000 00:00 0
4aa51000-4aa52000 ---p 00051000 00:00 0
4aa52000-4aad2000 rwxp 00052000 00:00 0
4aad2000-4ab4d000 r-xp 00000000 00:0b 457897225 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libawt.so
4ab4d000-4ab54000 rwxp 0007b000 00:0b 457897225 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libawt.so
4ab54000-4ab78000 rwxp 00000000 00:00 0
4ab78000-4ac3e000 r-xp 00000000 00:0b 457929481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libmlib_image.so
4ac3e000-4ac3f000 rwxp 000c5000 00:0b 457929481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libmlib_image.so
4ac3f000-4ac7d000 r-xp 00000000 00:0b 457961481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/xawt/libmawt.so
4ac7d000-4ac80000 rwxp 0003d000 00:0b 457961481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/xawt/libmawt.so
4ac80000-4ac93000 r-xp 00000000 00:0b 457941513 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnet.so
4ac93000-4ac94000 rwxp 00013000 00:0b 457941513 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnet.so
4ac95000-4aca2000 r-xp 00000000 08:02 360472 /usr/X11R6/lib/libXext.so.6.4
4aca2000-4aca3000 rwxp 0000c000 08:02 360472 /usr/X11R6/lib/libXext.so.6.4
4aca3000-4ad7f000 r-xp 00000000 08:02 360462 /usr/X11R6/lib/libX11.so.6.2
4ad7f000-4ad82000 rwxp 000db000 08:02 360462 /usr/X11R6/lib/libX11.so.6.2
4ad82000-4b47e000 r-xp 00000000 00:0b 458691848 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaABlend.so
4b47e000-4b48b000 rwxp 006fb000 00:0b 458691848 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaABlend.so
4b48b000-4b48d000 rwxp 00000000 00:00 0
4b48d000-4b9da000 r-xp 00000000 00:0b 458693129 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaALops.so
4b9da000-4b9e3000 rwxp 0054c000 00:0b 458693129 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaALops.so
4b9e3000-4b9e6000 rwxp 00000000 00:00 0
4b9e6000-4ba23000 r-xp 00000000 00:0b 458693385 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAPart.so
4ba23000-4ba25000 rwxp 0003c000 00:0b 458693385 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAPart.so
4ba25000-4be22000 r-xp 00000000 00:0b 458693641 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaASurf.so
4be22000-4be28000 rwxp 003fc000 00:0b 458693641 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaASurf.so
4be28000-4be29000 rwxp 00000000 00:00 0
4be29000-4bfbb000 r-xp 00000000 00:0b 458694153 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAVis.so
4bfbb000-4bfc0000 rwxp 00192000 00:0b 458694153 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAVis.so
4bfc0000-4bfc1000 rwxp 00000000 00:00 0
4bfc1000-4c033000 r-xp 00000000 00:0b 458694409 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAWarp.so
4c033000-4c035000 rwxp 00071000 00:0b 458694409 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAWarp.so
4c035000-4e20d000 r-xp 00000000 00:0b 458692104 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaACIS.so
4e20d000-4e252000 rwxp 021d7000 00:0b 458692104 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaACIS.so
4e252000-4e26b000 rwxp 00000000 00:00 0
4e26b000-4e64b000 r-xp 00000000 00:0b 458694665 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaBase.so
4e64b000-4e659000 rwxp 003e0000 00:0b 458694665 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaBase.so
4e659000-4e65e000 rwxp 00000000 00:00 0
4e65e000-4e66a000 r-xp 00000000 08:02 1228857 /usr/lib/libz.so.1.1.4
4e66a000-4e66c000 rwxp 0000b000 08:02 1228857 /usr/lib/libz.so.1.1.4
4e66c000-4e671000 r-xp 00000000 08:02 507918 /lib/libcrypt-2.3.2.so
4e671000-4e672000 rwxp 00004000 08:02 507918 /lib/libcrypt-2.3.2.so
4e672000-4e699000 rwxp 00000000 00:00 0
4e699000-4e6e6000 r-xp 00000000 08:02 360494 /usr/X11R6/lib/libXt.so.6.0
4e6e6000-4e6ea000 rwxp 0004c000 08:02 360494 /usr/X11R6/lib/libXt.so.6.0
4e6ea000-4e793000 r-xp 00000000 08:02 1228905 /usr/lib/libstdc++.so.5.0.3
4e793000-4e798000 rwxp 000a8000 08:02 1228905 /usr/lib/libstdc++.so.5.0.3
4e798000-4e79d000 rwxp 00000000 00:00 0
4e79d000-4e7a5000 r-xp 00000000 08:02 508037 /lib/libgcc_s-3.2.3-20040701.so.1
4e7a5000-4e7a6000 rwxp 00007000 08:02 508037 /lib/libgcc_s-3.2.3-20040701.so.1
4e7a6000-4e862000 r-xp 00000000 00:0b 458691592 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAAsm.so
4e862000-4e865000 rwxp 000bb000 00:0b 458691592 /mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing/libSpaAAsm.so
4e865000-4e86c000 r-xp 00000000 08:02 360460 /usr/X11R6/lib/libSM.so.6.0
4e86c000-4e86d000 rwxp 00007000 08:02 360460 /usr/X11R6/lib/libSM.so.6.0
4e86d000-4e881000 r-xp 00000000 08:02 360456 /usr/X11R6/lib/libICE.so.6.3
4e881000-4e882000 rwxp 00013000 08:02 360456 /usr/X11R6/lib/libICE.so.6.3
4e882000-4e884000 rwxp 00000000 00:00 0
4e884000-4e902000 r-xp 00000000 00:0b 457903625 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libfontmanager.so
4e902000-4e90c000 rwxp 0007e000 00:0b 457903625 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libfontmanager.so
4e90c000-4e911000 rwxp 00000000 00:00 0
4e911000-4e914000 ---p 00005000 00:00 0
4e914000-4e962000 rwxp 00008000 00:00 0
4e962000-4e969000 r-xp 00000000 00:0b 457941769 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnio.so
4e969000-4e96a000 rwxp 00006000 00:0b 457941769 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libnio.so
4e96a000-4e970000 r-xs 00000000 08:02 2441410 /usr/lib/gconv/gconv-modules.cache
4e970000-4e977000 r-xs 00106000 00:0b 458016777 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/resources.jar
4e985000-4e98d000 r-xp 00000000 08:02 360470 /usr/X11R6/lib/libXcursor.so.1.0
4e98d000-4e98e000 rwxp 00007000 08:02 360470 /usr/X11R6/lib/libXcursor.so.1.0
4e98e000-4e995000 r-xp 00000000 08:02 360492 /usr/X11R6/lib/libXrender.so.1.2.2
4e995000-4e996000 rwxp 00006000 08:02 360492 /usr/X11R6/lib/libXrender.so.1.2.2
4e996000-4e999000 ---p 00000000 00:00 0
4e999000-4e9e7000 rwxp 00003000 00:00 0
4e9e7000-4e9ea000 ---p 00051000 00:00 0
4e9ea000-4ea38000 rwxp 00054000 00:00 0
4ea38000-4ea3b000 ---p 000a2000 00:00 0
4ea3b000-4ea89000 rwxp 000a5000 00:00 0
4ea89000-4ea8c000 ---p 000f3000 00:00 0
4ea8c000-4eb23000 rwxp 000f6000 00:00 0
4eb23000-4eb77000 r-xp 00000000 00:0b 457897481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libcmm.so
4eb77000-4eb7a000 rwxp 00054000 00:0b 457897481 /mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/libcmm.so
4eb7a000-4eb96000 r-xp 00000000 08:02 2064760 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
4eb96000-4eb98000 rwxp 0001c000 08:02 2064760 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
4ec00000-4ec99000 rwxp 00086000 00:00 0
4ec99000-4ed00000 ---p 00000000 00:00 0
bfff7000-c0000000 rwxp ffff9000 00:00 0
VM Arguments:
java_command: com.coventor.misc.FontPicker
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/mnt/tools/intel/fc/9.0/bin:/mnt/users/ken/builds/cware/trunk/memcad/bin:/mnt/users/ken/builds/cware/trunk/memcad/bin/linux:/mnt/users/ken/builds/cware/trunk/memcad/bin/linux:/mnt/builds_linux/trunk/current/debug/memcad/bin:/mnt/builds_linux/trunk/current/debug/memcad/bin/linux:/mnt/users/ken/builds/cware/trunk/memcad/src/test/tools/scripts:/mnt/users/ken/builds/cware/trunk/memcad/src/test/tools/linux:/mnt/builds_linux/trunk/current/debug/memcad/src/test/tools/scripts:/mnt/builds_linux/trunk/current/debug/memcad/src/test/tools/linux:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/bin:.:/mnt/users/ken/bin:/mnt/users/ken/scripts:/bin:/usr/bin:/usr/sbin:/usr/lang:/usr/ucb:/usr/local/bin:/etc:/usr/dt/bin:/usr/kerberos/bin:/usr/X11R6/bin:/usr/X11R6/bin:/opt/ken/WindRiver/SNiFF+-4.0.2/bin:/mnt/users/ken/local/graphviz/graphviz-1.12/dotneato:/mnt/tools/bin
LD_LIBRARY_PATH=/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/../lib/i386:/mnt/tools/intel/fc/9.0/lib:/mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing:/mnt/users/ken/builds/cware/trunk/memcad/lib/linux/mech:/mnt/users/ken/builds/cware/trunk/memcad/lib/linux/missing:/mnt/builds_linux/trunk/current/debug/memcad/lib/linux/missing:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/client:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/native_threads:/mnt/users/ken/builds/cware/trunk/memcad/runtime/jre/1.6.0_01/linux/lib/i386/xawt
SHELL=/usr/local/bin/tcsh
DISPLAY=wheelie.memcad.com:0.0
HOSTTYPE=i386-linux
OSTYPE=linux
ARCH=linux
MACHTYPE=i386
Signal Handlers:
SIGSEGV: [libjvm.so+0x3aeee0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000000, flags was changed from 0x10000004, consider using jsig library
SIGBUS: [libjvm.so+0x3aeee0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000000, flags was changed from 0x10000004, consider using jsig library
SIGFPE: [libjvm.so+0x305260], sa_mask[0]=0x00000080, sa_flags=0x10000000, flags was changed from 0x10000004, consider using jsig library
SIGPIPE: [libjvm.so+0x305260], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x305260], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x307270], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x306c90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x306c90], sa_mask[0]=0x00000002, sa_flags=0x10000000
SIGQUIT: [libjvm.so+0x306c90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x306c90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR2: [libjvm.so+0x307270], sa_mask[0]=0x00000000, sa_flags=0x10000004
--------------- S Y S T E M ---------------
OS:Red Hat Enterprise Linux WS release 3 (Taroon Update 8)
uname:Linux 2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:17:59 EDT 2005 i686
libc:glibc 2.3.2 NPTL 0.60
rlimit: STACK infinity, CORE 0k, NPROC 7168, NOFILE 1024, AS infinity
load average:0.06 0.06 0.02
CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 4029580k(1730940k free), swap 2096472k(2096472k free)
vm_info: Java HotSpot(TM) Client VM (1.6.0_01-b06) for linux-x86, built on Mar 14 2007 01:00:53 by "java_re" with gcc 3.2.1-7a (J2SE release)

Hi there,
Since you said you use JNI, did you try to use the -Xcheck:jni parameter? It will perform some extra consistency checks when calling JNI, at the expense of maybe some loss in JNI performance. This might catch any problems that might occur at the JNI level. Of course, if the third-party library has bugs and corrupts the VM heap, there's no much we can do.
Regards,
Tony, HS GC Group

Similar Messages

  • JVM crashing on Linux VM (CentOS) Guest machine

    Hi All
    We have headless CentOS VirtualBox VMs configured over headless CentOS (6) machine (32 bit machine). The guest VM has Sun JDK 1.7 installed on the system with Tomcat 7 as the app server.
    Recently the tomcat JVM has started crashing giving Segmentation faults. The issue is fixed after the whole VM is restarted. Am attaching the JVM crash logs which might help in further investigation.
    Please let us know if anyone has faced similar issue in the past and possible configurations the we might be missing.
    Thanks
    Sudhir
    Sample JVM Crash Log
    ++#++
    ++# A fatal error has been detected by the Java Runtime Environment:++
    ++#++
    ++# SIGSEGV (0xb) at pc=0x011a164b, pid=2118, tid=2708867952++
    ++#++
    ++# JRE version: 7.0-b147++
    ++# Java VM: Java HotSpot(TM) Client VM (21.0-b17 mixed mode linux-x86 )++
    ++# Problematic frame:++
    ++# V [libjvm.so+0x1ba64b] FastScanClosure::do_oop(oopDesc**)+0xb++
    ++#++
    ++# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again++
    ++#++
    ++# If you would like to submit a bug report, please visit:++
    ++# http://bugreport.sun.com/bugreport/crash.jsp++
    ++#++
    (gdb) backtrace
    #0 0x00fbd416 in __kernel_vsyscall ()
    #1 0x002c7b01 in raise () from /lib/libc.so.6
    #2 0x002c93da in abort () from /lib/libc.so.6
    #3 0x01338bb1 in os::abort(bool) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #4 0x0141b054 in VMError::report_and_die() ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #5 0x0133cf53 in JVM_handle_linux_signal ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #6 0x013351f6 in signalHandler(int, siginfo*, void*) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #7 <signal handler called>
    #8 0x01178656 in FastScanClosure::do_oop(oopDesc**) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #9 0x012d1635 in LoaderConstraintTable::oops_do(OopClosure*) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #10 0x013ba627 in SystemDictionary::oops_do(OopClosure*) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #11 0x01381879 in SharedHeap::process_strong_roots(bool, bool, SharedHeap::ScanningOption, OopClosure*, CodeBlobClosure*, OopsInGenClosure*) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #12 0x011c55fb in GenCollectedHeap::gen_process_strong_roots(int, bool, bool, bool, SharedHeap::ScanningOption, OopsInGenClosure*, bool, OopsInGenClosure*) ()
    ---Type <return> to continue, or q <return> to quit---
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #13 0x011797b8 in DefNewGeneration::collect(bool, bool, unsigned int, bool) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #14 0x011c7467 in GenCollectedHeap::do_collection(bool, bool, unsigned int, bool, int) () from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #15 0x0112ba50 in GenCollectorPolicy::satisfy_failed_allocation(unsigned int, bool) () from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #16 0x0141bc94 in VM_GenCollectForAllocation::doit() ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #17 0x01422e61 in VM_Operation::evaluate() ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #18 0x01421808 in VMThread::evaluate_operation(VM_Operation*) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #19 0x01421d47 in VMThread::loop() ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #20 0x014223d5 in VMThread::run() ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #21 0x01339f11 in java_start(Thread*) ()
    from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so
    #22 0x0045fa49 in start_thread () from /lib/libpthread.so.0
    #23 0x0037be5e in clone () from /lib/libc.so.6
    Edited by: user13695872 on Aug 29, 2012 5:23 AM

    Attaching some more threaddump from core file
    ++(gdb) backtrace++
    ++#0 0x00fbd416 in __kernel_vsyscall ()++
    ++#1 0x002c7b01 in raise () from /lib/libc.so.6++
    ++#2 0x002c93da in abort () from /lib/libc.so.6++
    ++#3 0x01338bb1 in os::abort(bool) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#4 0x0141b054 in VMError::report_and_die() ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#5 0x0133cf53 in JVM_handle_linux_signal ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#6 0x013351f6 in signalHandler(int, siginfo*, void*) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#7 <signal handler called>++
    ++#8 0x01178656 in FastScanClosure::do_oop(oopDesc**) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#9 0x012d1635 in LoaderConstraintTable::oops_do(OopClosure*) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#10 0x013ba627 in SystemDictionary::oops_do(OopClosure*) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#11 0x01381879 in SharedHeap::process_strong_roots(bool, bool, SharedHeap::ScanningOption, OopClosure*, CodeBlobClosure*, OopsInGenClosure*) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#12 0x011c55fb in GenCollectedHeap::gen_process_strong_roots(int, bool, bool, bool, SharedHeap::ScanningOption, OopsInGenClosure*, bool, OopsInGenClosure*) ()++
    ++---Type <return> to continue, or q <return> to quit---++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#13 0x011797b8 in DefNewGeneration::collect(bool, bool, unsigned int, bool) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#14 0x011c7467 in GenCollectedHeap::do_collection(bool, bool, unsigned int, bool, int) () from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#15 0x0112ba50 in GenCollectorPolicy::satisfy_failed_allocation(unsigned int, bool) () from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#16 0x0141bc94 in VM_GenCollectForAllocation::doit() ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#17 0x01422e61 in VM_Operation::evaluate() ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#18 0x01421808 in VMThread::evaluate_operation(VM_Operation*) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#19 0x01421d47 in VMThread::loop() ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#20 0x014223d5 in VMThread::run() ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#21 0x01339f11 in java_start(Thread*) ()++
    ++from /usr/local/jdk1.7.0/jre/lib/i386/client/libjvm.so++
    ++#22 0x0045fa49 in start_thread () from /lib/libpthread.so.0++
    ++#23 0x0037be5e in clone () from /lib/libc.so.6++

  • JVM Crash on Linux Cron Restart.

    Our application is deployed in Jboss AS with MySql db under RedHat Linux.
    We scheduled a cron to restart server on everyday morning. During this time the server is not starting properly, this was not happening regularly. And the log says:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0x7) at pc=0x00002aaaac095104, pid=30854, tid=1283885376
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # C [libzip.so+0x12104]
    # An error report file with more information is saved as hs_err_pid30854.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    /opt/jboss/bin/run.sh: line 209: 30854 Aborted "$JAVA" $JAVA_OPTS -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS"
    -classpath "$JBOSS_CLASSPATH" org.jboss.Main "$@"
    Now this is happening for all applications. I understand this is a JVM crash, but how to find the bug?
    Thanks

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x200000000018d381, pid=8969, tid=2305843009214304944
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_12-b03 mixed mode)
    # Problematic frame:
    # C [libc.so.6.1+0xdd381]
    # An error report file with more information is saved as hs_err_pid8969.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Abort (core dumped)

  • Help on JVM Crash with core dump on solaris - 1.5_17

    Some times in my load test scenarios on sun os boxes JVM crashing with core dump. Here is some dump from the file
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xfea07f40, pid=1564, tid=10
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b04 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x207f40]
    --------------- T H R E A D ---------------
    Current thread (0x0014e220): JavaThread "CompilerThread1" daemon [_thread_in_native, id=10]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    O0=0x00000010 O1=0x019c1960 O2=0x01e00ec0 O3=0x002bdc48
    O4=0x01042c68 O5=0xc467eb4c O6=0xc467e330 O7=0x01042c68
    G1=0x01e00ea0 G2=0xff014c94 G3=0x000000e6 G4=0x01c5a4e4
    G5=0x01736e20 G6=0x00000000 G7=0xfb9e4200 Y=0x00000000
    PC=0xfea07f40 nPC=0xfea07f44
    --------------- S Y S T E M ---------------
    OS: Solaris 10 5/08 s10s_u5wos_10 SPARC
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    uname:SunOS 5.10 Generic_127127-11 sun4v (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:2.73 2.67 2.21
    CPU:total 32 has_v8, has_v9, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1
    Memory: 8k page, physical 8257536k(366576k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_17-b04) for solaris-sparc, built on Nov 10 2008 01:58:40 by unknown with unknown Workshop:0x550
    Here is the stack dump of the kill quit thread
    ----------------- lwp# 10 / thread# 10 --------------------
    ff2c5bf0 lwpkill (6, 0, ff2f2e10, ff2a8bd0, ffffffff, 6) + 8
    ff2410f8 abort (7400, 1, 7c00, ad314, ff2f12d8, 0) + 110
    fee7e58c __1cCosFabort6Fi_v_ (1, 0, ff013084, fefde000, 7d94, 7c00) + 58
    fef0de48 __1cHVMErrorOreport_and_die6M_v_ (0, ff03a640, ff033ff4, 1, fee82c88, ff033ff4) + c84
    fea74138 JVM_handle_solaris_signal (b, c467e2b0, c467dff8, 8000, ff032fa0, 14e220) + ab4
    ff2c4b28 __sighndlr (b, c467e2b0, c467dff8, fea7364c, 0, 1) + c
    ff2b9b00 call_user_handler (b, ffbffeff, c, 0, fb9e4200, c467dff8) + 3b8
    fea07f40 __1cMPhaseChaitinFSplit6MI_I_ (c467ec2c, 0, 0, 3677ac, 398, c) + 3410
    fea13c68 __1cMPhaseChaitinRRegister_Allocate6M_v_ (c467eb4c, e88, dc0, ff0137d8, c467fb14, 48d) + 720
    fea17c64 __1cHCompileICode_Gen6M_v_ (c467f218, 9e0c, 9c00, fef56b15, 0, c467ec2c) + 2b0
    fea7ff14 __1cHCompile2t5B6MpnFciEnv_pnKC2Compiler_pnIciMethod_ii_v_ (c467f218, 0, 346c8, 0, fef569b8, 0) + c08
    fea75fb8 __1cKC2CompilerOcompile_method6MpnFciEnv_pnIciMethod_i_v_ (c467fb14, fef42a90, 1e40f58, 244, 346c8, d1800000) + b0
    fea76b68 __1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_ (908928, 14e7fc, 13c900, 14e220, fef57367, c467fb14) + 4cc
    feb3357c __1cNCompileBrokerUcompiler_thread_loop6F_v_ (ff0330b8, 13c8a0, 14e220, c5e67700, 14e7f8, 0) + 44c
    feadbd20 __1cKJavaThreadDrun6M_v_ (14e220, ff037040, 7820, 0, 7800, 9400) + 2b0
    fee7e0a8 __1cG_start6Fpv_0_ (14e220, 61c, fefde000, 0, 5874, 5800) + 208
    ff2c49fc lwpstart (0, 0, 0, 0, 0, 0)
    Any idea on this dump, helps me a lot.
    Thanks.

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]

  • Help: Why JVM Crashes?

    I run a complex server app on JDK1.3.0 IBM AIX4.3.3. JVM crashes (process terminates) occasionally after a random period of time e.g. several days. Native code caused SIGILL (illegal instruction) and process was terminated by OS as shown in nuhop.out. (I run it with nohup.)
    BTW, JVM has enough free memory during its running.
    Would anyone tell me possible reasons for JVM crash? Can I say that if JVM crashes, no matter what app it runs, it is a bug of JVM? Need help on locating problem.
    Thanks.

    Can I say that if JVM crashes, no matter what app it
    runs, it is a bug of JVM?No, you cannot. I have seen numerous instances where a JVM brought down the whole process because it caught a signal in some native code outside of the JVM - either in the OS libraries themselves or somewhere else in the programmer's code. In this case since you are getting a SIGILL, the probability of a bug in the OS or the JVM itself seems a bit higher to me than if you just saw, say, SIGSEGV.
    Would anyone tell me possible reasons for JVM crash?Well you probably want to make sure that it is not due to any native code of yours first (or from a 3rd party, like a JDBC driver vendor, for example), if you have any... I find myself answering these kinds of posts often, partially because I have seen this kind of thing numerous times and think that I might be able to help, though it seems some of these questions are asked a little too often...
    Anyway, see this:
    http://forum.java.sun.com/thread.jsp?forum=37&thread=235942
    Good luck.

  • Debugging jvm crashes

    I have JNI code to interface with windows code to read from some usb devices. Things look fine until after some time (usually 50-100 calls, sometimes as many as 200) the jvm crashes, usually with an access violation in the callstack for one of the java prints.
    The native code runs fine on its own, and examining it in the debugger everything looks fine, even on the occasions (about 5% of the time) the crash originates in one of the windows API calls there.
    Removing either the actual ReadFile call in the native code, or any attempts to print the returned values makes it run fine. I can print other things in the program, and I can do other things with the returned values, just not print them.
    Any ideas? Suggestions on where to look? I have crash dumps, and can post code if it'd be helpful.

    On further experimentation this seems to be some sort of issue where the call to ReadFile in the native code, and the java System.out.print must be separated by some amount of time.

  • Debugging JVM crash via JNI Invocation

    Our software is causing a JVM crash with an EXCEPTION_FLT_STACK_CHECK error using the latest
    Sun 1.4.2 and 5.0 JVMs on Windows XP. No such error appears with 1.4 on Macintosh OS X.
    We start the JVM via JNI Invocation - our software is a plug-in for a standard Windows GUI program that
    requires a C++ interface. How can we get a crash dump or otherwise see what is going on when we
    crash? We don't have a chance to catch a Java exception. It seems to be crashing within a very generic
    call to the Xerces 2.6.2 XML parser.
    When we use the "-XX:+ShowMessageBoxOnError" option invoking the JVM, we do see a message box
    on the JVM error. Using the "-Xcheck:jni" option shows no problems. I tried viewing the JVM in jconsole,
    which worked nicely, but adding the "-Dcom.sun.management.jmxremote" option makes the crash
    go away.
    I feel like I've likely missed something obvious in my web and reference searches, but on the other hand
    JNI invocation information can be in short supply. This bug is 100% reproducible with a certain software
    and data setup.
    Thanks for any pointers and advice you can offer!
    Michael

    Thanks. Off list someone also pointed me to the Java troubleshooting guide at:
    http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf
    This is very helpful for giving instructions for creating a crash dump. Sun might be able to use it but I can't
    seem to get any response to my JVM bug report, so I'm looking for something that might help me figure
    out what the heck is going on. Is there a way to get a normal Java fatal error log via either
    -XX:+ShowMessageBoxOnError or -XX:OnError?
    Thanks again,
    Michael

  • Need help debugging desktop crashes

    Hi all,
    I've started having trouble with random desktop crashes. It only happens occasionally (twice in the past couple of weeks), but my screens black out (no signal). The desktop is still powered on, but I can't ssh to it. I'm pretty sure I wasn't doing anything specific either time to cause the crash.
    Unfortunately, I don't have much more information (sorry!). I've been told on the IRC to look at dmesg, the output of which I've pasted below, but I can't really make head nor tail of it.
    Ask me and I'll post any other logs/command output that might help.
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.8-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Fri Aug 1 08:51:42 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8fc8d7e8-be76-4428-a102-f74fbb580922 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c8fcefff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c8fcf000-0x00000000c95d1fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c95d2000-0x00000000c9825fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c9826000-0x00000000c9832fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c9833000-0x00000000c9851fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c9852000-0x00000000c9856fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c9857000-0x00000000c9899fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c989a000-0x00000000c9ca9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c9caa000-0x00000000c9ff3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c9ff4000-0x00000000c9ffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf1fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P8H77-V, BIOS 0324 02/15/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x22fe00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask FE0000000 write-back
    [ 0.000000] 2 base 220000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 4 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 5 base 0CC000000 mask FFC000000 uncachable
    [ 0.000000] 6 base 0CB000000 mask FFF000000 uncachable
    [ 0.000000] 7 base 22FE00000 mask FFFE00000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xcb000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xca000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fccf0-0x000fccff] mapped at [ffff8800000fccf0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22fc00000-0x22fdfffff]
    [ 0.000000] [mem 0x22fc00000-0x22fdfffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22c000000-0x22fbfffff]
    [ 0.000000] [mem 0x22c000000-0x22fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x22bffffff]
    [ 0.000000] [mem 0x200000000-0x22bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xc8fcefff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xc8dfffff] page 2M
    [ 0.000000] [mem 0xc8e00000-0xc8fcefff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc989a000-0xc9ca9fff]
    [ 0.000000] [mem 0xc989a000-0xc99fffff] page 4k
    [ 0.000000] [mem 0xc9a00000-0xc9bfffff] page 2M
    [ 0.000000] [mem 0xc9c00000-0xc9ca9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc9ff4000-0xc9ffffff]
    [ 0.000000] [mem 0xc9ff4000-0xc9ffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x37772000-0x37bb0fff]
    [ 0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000C9826078 00006C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000C98308E0 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000C9826170 00A76A (v02 ALASKA A M I 00000015 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x00000000C9850F80 000040
    [ 0.000000] ACPI: APIC 0x00000000C98309D8 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x00000000C9830A50 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000C9830A90 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000C9830AC8 000460 (v01 IdeRef IdeTable 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000C9830F28 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x00000000C98318D8 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: DMAR 0x00000000C9832370 0000B8 (v01 INTEL SNB 00000001 INTL 00000001)
    [ 0.000000] ACPI: BGRT 0x00000000C9832428 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x22fdfffff]
    [ 0.000000] NODE_DATA [mem 0x22fdf1000-0x22fdf5fff]
    [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880227400000-ffff88022f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x22fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xc8fcefff]
    [ 0.000000] node 0: [mem 0xc989a000-0xc9ca9fff]
    [ 0.000000] node 0: [mem 0xc9ff4000-0xc9ffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x22fdfffff]
    [ 0.000000] On node 0 totalpages: 2068359
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12808 pages used for memmap
    [ 0.000000] DMA32 zone: 819690 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19448 pages used for memmap
    [ 0.000000] Normal zone: 1244672 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc8fcf000-0xc95d1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc95d2000-0xc9825fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc9826000-0xc9832fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc9833000-0xc9851fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc9852000-0xc9856fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc9857000-0xc9899fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc9caa000-0xc9ff3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca000000-0xcaffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcf1fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcf200000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xcf200000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88022fa00000 s87168 r8192 d23424 u524288
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2036018
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8fc8d7e8-be76-4428-a102-f74fbb580922 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8059568K/8273436K available (5225K kernel code, 886K rwdata, 1644K rodata, 1116K init, 1284K bss, 213868K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 3398.854 MHz processor
    [ 0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.94 BogoMIPS (lpj=11329513)
    [ 0.000028] pid_max: default: 32768 minimum: 301
    [ 0.000032] ACPI: Core revision 20140214
    [ 0.004609] ACPI: All ACPI Tables successfully acquired
    [ 0.006765] Security Framework initialized
    [ 0.006770] Yama: becoming mindful.
    [ 0.007110] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.008539] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.009174] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.009181] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.009321] Initializing cgroup subsys memory
    [ 0.009324] Initializing cgroup subsys devices
    [ 0.009326] Initializing cgroup subsys freezer
    [ 0.009327] Initializing cgroup subsys net_cls
    [ 0.009328] Initializing cgroup subsys blkio
    [ 0.009342] CPU: Physical Processor ID: 0
    [ 0.009343] CPU: Processor Core ID: 0
    [ 0.009346] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.009609] mce: CPU supports 9 MCE banks
    [ 0.009618] CPU0: Thermal monitoring enabled (TM1)
    [ 0.009626] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.009699] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.010378] ftrace: allocating 20229 entries in 80 pages
    [ 0.017451] dmar: Host address width 36
    [ 0.017453] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.017459] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.017460] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.017464] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.017464] dmar: RMRR base: 0x000000c9549000 end: 0x000000c9565fff
    [ 0.017465] dmar: RMRR base: 0x000000cb000000 end: 0x000000cf1fffff
    [ 0.017533] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.017533] HPET id 0 under DRHD base 0xfed91000
    [ 0.017534] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.017639] Enabled IRQ remapping in x2apic mode
    [ 0.017640] Enabling x2apic
    [ 0.017640] Enabled x2apic
    [ 0.017644] Switched APIC routing to cluster x2apic.
    [ 0.018045] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.051017] smpboot: CPU0: Intel(R) Core(TM) i5-3550 CPU @ 3.30GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.051022] TSC deadline timer enabled
    [ 0.051028] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.051033] ... version: 3
    [ 0.051033] ... bit width: 48
    [ 0.051034] ... generic registers: 8
    [ 0.051035] ... value mask: 0000ffffffffffff
    [ 0.051035] ... max period: 0000ffffffffffff
    [ 0.051036] ... fixed-purpose events: 3
    [ 0.051036] ... event mask: 00000007000000ff
    [ 0.074413] x86: Booting SMP configuration:
    [ 0.074416] .... node #0, CPUs: #1
    [ 0.087877] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.094547] #2 #3
    [ 0.128105] x86: Booted up 1 node, 4 CPUs
    [ 0.128108] smpboot: Total of 4 processors activated (27201.78 BogoMIPS)
    [ 0.130404] devtmpfs: initialized
    [ 0.132695] PM: Registering ACPI NVS region [mem 0xc95d2000-0xc9825fff] (2441216 bytes)
    [ 0.132717] PM: Registering ACPI NVS region [mem 0xc9833000-0xc9851fff] (126976 bytes)
    [ 0.132719] PM: Registering ACPI NVS region [mem 0xc9857000-0xc9899fff] (274432 bytes)
    [ 0.133240] pinctrl core: initialized pinctrl subsystem
    [ 0.133269] RTC time: 14:04:30, date: 08/05/14
    [ 0.133295] NET: Registered protocol family 16
    [ 0.133354] cpuidle: using governor ladder
    [ 0.133354] cpuidle: using governor menu
    [ 0.133363] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.133364] ACPI: bus type PCI registered
    [ 0.133365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.133402] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.133404] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.133461] PCI: Using configuration type 1 for base access
    [ 0.134021] ACPI: Added _OSI(Module Device)
    [ 0.134022] ACPI: Added _OSI(Processor Device)
    [ 0.134023] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.134024] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.135968] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.148373] ACPI: SSDT 0x00000000C9583018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.148602] ACPI: Dynamic OEM Table Load:
    [ 0.148603] ACPI: SSDT 0x0000000000000000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.158263] ACPI: SSDT 0x00000000C9584A98 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.158527] ACPI: Dynamic OEM Table Load:
    [ 0.158528] ACPI: SSDT 0x0000000000000000 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.168175] ACPI: SSDT 0x00000000C9582D98 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.168404] ACPI: Dynamic OEM Table Load:
    [ 0.168405] ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.178489] ACPI: Interpreter enabled
    [ 0.178496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.178504] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.178505] ACPI: Using IOAPIC for interrupt routing
    [ 0.178521] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.182207] ACPI: Power Resource [FN00] (off)
    [ 0.182256] ACPI: Power Resource [FN01] (off)
    [ 0.182304] ACPI: Power Resource [FN02] (off)
    [ 0.182352] ACPI: Power Resource [FN03] (off)
    [ 0.182399] ACPI: Power Resource [FN04] (off)
    [ 0.182776] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.182779] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.182857] \_SB_.PCI0:_OSC invalid UUID
    [ 0.182858] _OSC request data:1 1f 0
    [ 0.182860] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.183226] PCI host bridge to bus 0000:00
    [ 0.183228] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.183229] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.183230] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.183232] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.183233] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.183234] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.183235] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.183236] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.183237] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.183238] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.183239] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff]
    [ 0.183244] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
    [ 0.183301] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.183326] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.183349] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.183377] pci 0000:00:02.0: [8086:0152] type 00 class 0x038000
    [ 0.183384] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
    [ 0.183389] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.183392] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.183462] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.183481] pci 0000:00:14.0: reg 0x10: [mem 0xf7e00000-0xf7e0ffff 64bit]
    [ 0.183546] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.183572] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.183601] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.183621] pci 0000:00:16.0: reg 0x10: [mem 0xf7e19000-0xf7e1900f 64bit]
    [ 0.183689] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.183750] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.183768] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e17000-0xf7e173ff]
    [ 0.183850] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.183888] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.183917] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.183930] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e10000-0xf7e13fff 64bit]
    [ 0.183996] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.184024] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.184050] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.184123] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.184153] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.184182] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
    [ 0.184254] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.184285] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.184311] pci 0000:00:1c.5: [8086:244e] type 01 class 0x060401
    [ 0.184383] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.184414] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 0.184445] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.184463] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e16000-0xf7e163ff]
    [ 0.184545] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.184580] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.184609] pci 0000:00:1f.0: [8086:1e4a] type 00 class 0x060100
    [ 0.184751] pci 0000:00:1f.2: [8086:1e00] type 00 class 0x01018f
    [ 0.184764] pci 0000:00:1f.2: reg 0x10: [io 0xf110-0xf117]
    [ 0.184770] pci 0000:00:1f.2: reg 0x14: [io 0xf100-0xf103]
    [ 0.184776] pci 0000:00:1f.2: reg 0x18: [io 0xf0f0-0xf0f7]
    [ 0.184783] pci 0000:00:1f.2: reg 0x1c: [io 0xf0e0-0xf0e3]
    [ 0.184789] pci 0000:00:1f.2: reg 0x20: [io 0xf0d0-0xf0df]
    [ 0.184795] pci 0000:00:1f.2: reg 0x24: [io 0xf0c0-0xf0cf]
    [ 0.184863] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.184876] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e15000-0xf7e150ff 64bit]
    [ 0.184895] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.184952] pci 0000:00:1f.5: [8086:1e08] type 00 class 0x010185
    [ 0.184965] pci 0000:00:1f.5: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.184971] pci 0000:00:1f.5: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.184977] pci 0000:00:1f.5: reg 0x18: [io 0xf090-0xf097]
    [ 0.184983] pci 0000:00:1f.5: reg 0x1c: [io 0xf080-0xf083]
    [ 0.184990] pci 0000:00:1f.5: reg 0x20: [io 0xf070-0xf07f]
    [ 0.184996] pci 0000:00:1f.5: reg 0x24: [io 0xf060-0xf06f]
    [ 0.185091] pci 0000:01:00.0: [1002:683d] type 00 class 0x030000
    [ 0.185098] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.185103] pci 0000:01:00.0: reg 0x18: [mem 0xf7d00000-0xf7d3ffff 64bit]
    [ 0.185107] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
    [ 0.185114] pci 0000:01:00.0: reg 0x30: [mem 0xf7d40000-0xf7d5ffff pref]
    [ 0.185135] pci 0000:01:00.0: supports D1 D2
    [ 0.185136] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
    [ 0.185168] pci 0000:01:00.1: [1002:aab0] type 00 class 0x040300
    [ 0.185175] pci 0000:01:00.1: reg 0x10: [mem 0xf7d60000-0xf7d63fff 64bit]
    [ 0.185208] pci 0000:01:00.1: supports D1 D2
    [ 0.191417] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.191421] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.191424] pci 0000:00:01.0: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 0.191429] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.191505] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.191582] pci 0000:03:00.0: [1969:1091] type 00 class 0x020000
    [ 0.191608] pci 0000:03:00.0: reg 0x10: [mem 0xf7c00000-0xf7c3ffff 64bit]
    [ 0.191621] pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f]
    [ 0.191754] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.191784] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.198088] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.198092] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.198097] pci 0000:00:1c.4: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.198192] pci 0000:04:00.0: [1b21:1080] type 01 class 0x060401
    [ 0.198307] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.198328] pci 0000:00:1c.5: PCI bridge to [bus 04-05] (subtractive decode)
    [ 0.198337] pci 0000:00:1c.5: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.198338] pci 0000:00:1c.5: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.198339] pci 0000:00:1c.5: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.198340] pci 0000:00:1c.5: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.198341] pci 0000:00:1c.5: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.198342] pci 0000:00:1c.5: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.198344] pci 0000:00:1c.5: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.198345] pci 0000:00:1c.5: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.198346] pci 0000:00:1c.5: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.198347] pci 0000:00:1c.5: bridge window [mem 0xcf200000-0xfeafffff] (subtractive decode)
    [ 0.198457] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
    [ 0.198477] pci 0000:04:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 0.198478] pci 0000:04:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 0.198479] pci 0000:04:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 0.198480] pci 0000:04:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 0.198481] pci 0000:04:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.198482] pci 0000:04:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.198483] pci 0000:04:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.198484] pci 0000:04:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.198486] pci 0000:04:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.198487] pci 0000:04:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.198488] pci 0000:04:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.198489] pci 0000:04:00.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.198490] pci 0000:04:00.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.198491] pci 0000:04:00.0: bridge window [mem 0xcf200000-0xfeafffff] (subtractive decode)
    [ 0.198687] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.198720] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.198751] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.198781] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.198813] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.198844] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.198875] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.198905] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.198977] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.199032] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.199034] vgaarb: loaded
    [ 0.199034] vgaarb: bridge control possible 0000:01:00.0
    [ 0.199048] PCI: Using ACPI for IRQ routing
    [ 0.200393] PCI: pci_cache_line_size set to 64 bytes
    [ 0.200434] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.200435] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.200436] e820: reserve RAM buffer [mem 0xc8fcf000-0xcbffffff]
    [ 0.200437] e820: reserve RAM buffer [mem 0xc9caa000-0xcbffffff]
    [ 0.200438] e820: reserve RAM buffer [mem 0xca000000-0xcbffffff]
    [ 0.200439] e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff]
    [ 0.200497] NetLabel: Initializing
    [ 0.200497] NetLabel: domain hash size = 128
    [ 0.200498] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.200505] NetLabel: unlabeled traffic allowed by default
    [ 0.200518] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.200521] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.202536] Switched to clocksource hpet
    [ 0.205461] pnp: PnP ACPI init
    [ 0.205473] ACPI: bus type PNP registered
    [ 0.205530] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.205532] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.205540] pnp 00:01: [dma 4]
    [ 0.205552] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.205566] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.205624] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.205654] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.205655] system 00:04: [io 0x0200-0x020f] has been reserved
    [ 0.205657] system 00:04: [io 0xffff] has been reserved
    [ 0.205658] system 00:04: [io 0xffff] has been reserved
    [ 0.205659] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 0.205660] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.205662] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.205663] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.205664] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.205687] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.205719] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.205721] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.205773] system 00:07: [io 0x0290-0x029f] has been reserved
    [ 0.205775] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.205807] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.205809] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.205827] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.205968] pnp 00:0a: [dma 0 disabled]
    [ 0.206001] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.206148] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.206149] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.206151] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.206152] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.206153] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.206155] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.206157] system 00:0b: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.206158] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.206159] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.206160] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.206162] system 00:0b: [mem 0xcf200000-0xcf200fff] has been reserved
    [ 0.206163] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.206259] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.206260] system 00:0c: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.206262] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.206275] pnp: PnP ACPI: found 13 devices
    [ 0.206276] ACPI: bus type PNP unregistered
    [ 0.212140] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.212142] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.212143] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.212170] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.212171] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.212172] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.212176] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf300000-0xcf4fffff]
    [ 0.212181] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf500000-0xcf6fffff 64bit pref]
    [ 0.212182] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.212184] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.212185] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.212187] pci 0000:00:01.0: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 0.212189] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.212191] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.212193] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.212197] pci 0000:00:1c.0: bridge window [mem 0xcf300000-0xcf4fffff]
    [ 0.212200] pci 0000:00:1c.0: bridge window [mem 0xcf500000-0xcf6fffff 64bit pref]
    [ 0.212205] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.212207] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.212211] pci 0000:00:1c.4: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.212217] pci 0000:04:00.0: PCI bridge to [bus 05]
    [ 0.212236] pci 0000:00:1c.5: PCI bridge to [bus 04-05]
    [ 0.212246] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.212247] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.212248] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.212249] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.212250] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.212251] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.212252] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.212253] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.212254] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.212255] pci_bus 0000:00: resource 13 [mem 0xcf200000-0xfeafffff]
    [ 0.212257] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.212258] pci_bus 0000:01: resource 1 [mem 0xf7d00000-0xf7dfffff]
    [ 0.212259] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.212260] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.212261] pci_bus 0000:02: resource 1 [mem 0xcf300000-0xcf4fffff]
    [ 0.212262] pci_bus 0000:02: resource 2 [mem 0xcf500000-0xcf6fffff 64bit pref]
    [ 0.212263] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.212264] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 0.212265] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.212266] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.212267] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.212269] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.212270] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.212271] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.212272] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.212273] pci_bus 0000:04: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.212274] pci_bus 0000:04: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.212275] pci_bus 0000:04: resource 13 [mem 0xcf200000-0xfeafffff]
    [ 0.212276] pci_bus 0000:05: resource 8 [io 0x0000-0x0cf7]
    [ 0.212277] pci_bus 0000:05: resource 9 [io 0x0d00-0xffff]
    [ 0.212278] pci_bus 0000:05: resource 10 [mem 0x000a0000-0x000bffff]
    [ 0.212279] pci_bus 0000:05: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.212280] pci_bus 0000:05: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.212281] pci_bus 0000:05: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.212282] pci_bus 0000:05: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.212283] pci_bus 0000:05: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.212285] pci_bus 0000:05: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.212286] pci_bus 0000:05: resource 17 [mem 0xcf200000-0xfeafffff]
    [ 0.212301] NET: Registered protocol family 2
    [ 0.212405] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.212505] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.212611] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.212623] TCP: reno registered
    [ 0.212629] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.212649] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.212685] NET: Registered protocol family 1
    [ 0.245935] pci 0000:01:00.0: Boot video device
    [ 0.245938] pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 0.245944] PCI: CLS 64 bytes, default 64
    [ 0.245971] Unpacking initramfs...
    [ 0.297147] Freeing initrd memory: 4348K (ffff880037772000 - ffff880037bb1000)
    [ 0.297165] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.297166] software IO TLB [mem 0xc4fcf000-0xc8fcf000] (64MB) mapped at [ffff8800c4fcf000-ffff8800c8fcefff]
    [ 0.297279] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 0.297305] Scanning for low memory corruption every 60 seconds
    [ 0.297474] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.307365] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.308202] zbud: loaded
    [ 0.308310] VFS: Disk quotas dquot_6.5.2
    [ 0.308329] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.308394] msgmni has been set to 15749
    [ 0.308421] Key type big_key registered
    [ 0.308524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.308559] io scheduler noop registered
    [ 0.308561] io scheduler deadline registered
    [ 0.308589] io scheduler cfq registered (default)
    [ 0.308711] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
    [ 0.308910] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.308920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.308938] vesafb: mode is 1366x768x32, linelength=5632, pages=0
    [ 0.308939] vesafb: scrolling: redraw
    [ 0.308940] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.308951] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004e80000, using 4224k, total 4224k
    [ 0.350451] Console: switching to colour frame buffer device 170x48
    [ 0.391803] fb0: VESA VGA frame buffer device
    [ 0.391811] intel_idle: MWAIT substates: 0x1120
    [ 0.391812] intel_idle: v0.4 model 0x3A
    [ 0.391812] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.391916] GHES: HEST is not enabled!
    [ 0.391950] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.412492] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 0.412763] Linux agpgart interface v0.103
    [ 0.412791] rtc_cmos 00:05: RTC can wake from S4
    [ 0.412895] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.412921] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.412927] Intel P-state driver initializing.
    [ 0.412937] Intel pstate controlling: cpu 0
    [ 0.412950] Intel pstate controlling: cpu 1
    [ 0.412959] Intel pstate controlling: cpu 2
    [ 0.412996] Intel pstate controlling: cpu 3
    [ 0.413032] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.413152] TCP: cubic registered
    [ 0.413269] NET: Registered protocol family 10
    [ 0.413508] NET: Registered protocol family 17
    [ 0.413917] registered taskstats version 1
    [ 0.414415] Magic number: 10:384:80
    [ 0.414512] rtc_cmos 00:05: setting system clock to 2014-08-05 14:04:30 UTC (1407247470)
    [ 0.414604] PM: Hibernation image not present or could not be loaded.
    [ 0.415570] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 0.415572] Write protecting the kernel read-only data: 8192k
    [ 0.418429] Freeing unused kernel memory: 908K (ffff88000151d000 - ffff880001600000)
    [ 0.419683] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    [ 0.425699] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.426625] systemd-udevd[58]: starting version 215
    [ 0.434065] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.436383] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.436406] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.438395] ACPI: bus type USB registered
    [ 0.438416] usbcore: registered new interface driver usbfs
    [ 0.438422] usbcore: registered new interface driver hub
    [ 0.438568] usbcore: registered new device driver usb
    [ 0.438769] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.438940] ehci-pci: EHCI PCI platform driver
    [ 0.439051] SCSI subsystem initialized
    [ 0.439069] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.439073] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.439084] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.439951] libata version 3.00 loaded.
    [ 0.442968] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.442981] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf7e17000
    [ 0.452336] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.452456] hub 1-0:1.0: USB hub found
    [ 0.452461] hub 1-0:1.0: 2 ports detected
    [ 0.452625] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.452629] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.452639] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.456535] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.456538] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e16000
    [ 0.465651] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.465817] hub 2-0:1.0: USB hub found
    [ 0.465823] hub 2-0:1.0: 2 ports detected
    [ 0.466005] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.466009] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.466085] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.466103] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
    [ 0.466251] hub 3-0:1.0: USB hub found
    [ 0.466259] hub 3-0:1.0: 4 ports detected
    [ 0.466483] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.466485] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 0.466628] hub 4-0:1.0: USB hub found
    [ 0.466637] hub 4-0:1.0: 4 ports detected
    [ 0.466870] ata_piix 0000:00:1f.2: version 2.13
    [ 0.466965] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.619604] scsi0 : ata_piix
    [ 0.619931] scsi1 : ata_piix
    [ 0.620018] ata1: SATA max UDMA/133 cmd 0xf110 ctl 0xf100 bmdma 0xf0d0 irq 19
    [ 0.620024] ata2: SATA max UDMA/133 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0d8 irq 19
    [ 0.620137] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 0.758810] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.772097] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
    [ 0.772607] scsi2 : ata_piix
    [ 0.772883] scsi3 : ata_piix
    [ 0.772956] ata3: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf070 irq 19
    [ 0.772959] ata4: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf078 irq 19
    [ 0.882597] hub 1-1:1.0: USB hub found
    [ 0.882674] hub 1-1:1.0: 6 ports detected
    [ 0.988607] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.112512] hub 2-1:1.0: USB hub found
    [ 1.112572] hub 2-1:1.0: 8 ports detected
    [ 1.298309] tsc: Refined TSC clocksource calibration: 3398.999 MHz
    [ 1.378364] usb 2-1.5: new low-speed USB device number 3 using ehci-pci
    [ 1.408258] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
    [ 1.408273] ata1.01: SATA link up 1.5 Gbps (SStatus 113 SControl 330)
    [ 1.421849] ata1.00: ATA-9: OCZ-AGILITY4, 1.4.1.3, max UDMA/133
    [ 1.421853] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.421859] ata1.01: ATAPI: Optiarc DVD RW AD-5280S, 1.01, max UDMA/100
    [ 1.428508] ata1.00: configured for UDMA/133
    [ 1.441760] ata1.01: configured for UDMA/100
    [ 1.442679] scsi 0:0:0:0: Direct-Access ATA OCZ-AGILITY4 1.4. PQ: 0 ANSI: 5
    [ 1.443880] scsi 0:0:1:0: CD-ROM Optiarc DVD RW AD-5280S 1.01 PQ: 0 ANSI: 5
    [ 1.467612] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.470021] usbcore: registered new interface driver usbhid
    [ 1.470024] usbhid: USB HID core driver
    [ 1.470596] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:046D:C05B.0001/input/input2
    [ 1.470731] hid-generic 0003:046D:C05B.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1.5/input0
    [ 1.531632] usb 2-1.6: new low-speed USB device number 4 using ehci-pci
    [ 1.623566] input: DELL Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:413C:2106.0002/input/input3
    [ 1.623692] hid-generic 0003:413C:2106.0002: input,hidraw1: USB HID v1.10 Keyboard [DELL Dell QuietKey Keyboard] on usb-0000:00:1d.0-1.6/input0
    [ 1.967693] ata2.01: failed to resume link (SControl 30)
    [ 2.120931] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
    [ 2.120945] ata2.01: SATA link down (SStatus 4 SControl 30)
    [ 2.128110] ata2.00: ATA-8: ST1500DL003-9VT16L, CC4A, max UDMA/133
    [ 2.128114] ata2.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.141440] ata2.00: configured for UDMA/133
    [ 2.141636] scsi 1:0:0:0: Direct-Access ATA ST1500DL003-9VT1 CC4A PQ: 0 ANSI: 5
    [ 2.153040] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
    [ 2.153044] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.153124] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 2.153280] sr 0:0:1:0: Attached scsi CD-ROM sr0
    [ 2.153296] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.153301] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.153326] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.153429] sd 1:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
    [ 2.153432] sd 1:0:0:0: [sdb] 4096-byte physical blocks
    [ 2.153528] sd 1:0:0:0: [sdb] Write Protect is off
    [ 2.153531] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.153639] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.175762] sda: sda1 sda2
    [ 2.190742] sdb: sdb1
    [ 2.191322] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.191353] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 2.297544] Switched to clocksource tsc
    [ 2.521461] device-mapper: uevent: version 1.0.3
    [ 2.521594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 3.194646] random: nonblocking pool is initialized
    [ 3.442872] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.687624] systemd[1]: Configuration file /etc/systemd/system/netctl@ethernet\x2ddhcp.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    [ 3.691036] systemd[1]: [/etc/systemd/system/vncserver@:1.service:1] Assignment outside of section. Ignoring.
    [ 3.786773] EXT4-fs (dm-0): re-mounted. Opts: data=ordered
    [ 3.846387] systemd-udevd[195]: starting version 215
    [ 3.955208] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [ 3.955211] ACPI: Power Button [PWRB]
    [ 3.955251] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 3.955252] ACPI: Power Button [PWRF]
    [ 3.971958] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [ 3.972032] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 3.972035] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
    [ 3.972053] snd_hda_intel 0000:01:00.1: irq 45 for MSI/MSI-X
    [ 3.982591] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
    [ 3.982615] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
    [ 3.982636] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
    [ 3.982656] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
    [ 3.982676] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [ 3.982697] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
    [ 3.983309] wmi: Mapper loaded
    [ 3.983960] mei_me 0000:00:16.0: irq 46 for MSI/MSI-X
    [ 4.016049] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140214/utaddress-258)
    [ 4.016054] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 4.016101] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 4.022693] [drm] Initialized drm 1.1.0 20060810
    [ 4.032772] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 4.032996] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.032998] ACPI: Thermal Zone [TZ00] (28 C)
    [ 4.033145] acpi device:46: registered as cooling_device4
    [ 4.033214] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
    [ 4.033243] thermal LNXTHERM:01: registered as thermal_zone1
    [ 4.033245] ACPI: Thermal Zone [TZ01] (30 C)
    [ 4.033309] ACPI: Fan [FAN0] (off)
    [ 4.033333] ACPI: Fan [FAN1] (off)
    [ 4.033354] ACPI: Fan [FAN2] (off)
    [ 4.033375] ACPI: Fan [FAN3] (off)
    [ 4.033398] ACPI: Fan [FAN4] (off)
    [ 4.037199] sound hdaudioC0D0: autoconfig: line_outs=4 (0x1c/0x19/0x22/0x23/0x0) type:line
    [ 4.037202] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 4.037203] sound hdaudioC0D0: hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
    [ 4.037204] sound hdaudioC0D0: mono: mono_out=0x0
    [ 4.037205] sound hdaudioC0D0: dig-out=0x20/0x21
    [ 4.037205] sound hdaudioC0D0: inputs:
    [ 4.037207] sound hdaudioC0D0: Rear Mic=0x1a
    [ 4.037208] sound hdaudioC0D0: Front Mic=0x1e
    [ 4.037209] sound hdaudioC0D0: Line=0x1b
    [ 4.045615] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 4.045640] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 4.045658] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 4.045676] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 4.045694] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 4.045711] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
    [ 4.045728] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
    [ 4.045747] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
    [ 4.045764] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
    [ 4.045781] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
    [ 4.084103] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0xa
    [ 4.101114] [drm] Memory usable by graphics device = 2048M
    [ 4.101117] checking generic (e0000000 420000) vs hw (d0000000 10000000)
    [ 4.101753] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0xa
    [ 4.101765] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0xa
    [ 4.101773] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0xa
    [ 4.101803] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 4.117554] input: PC Speaker as /devices/platform/pcspkr/input/input23
    [ 4.119413] mousedev: PS/2 mouse device common for all mice
    [ 4.122449] i915 0000:00:02.0: irq 47 for MSI/MSI-X
    [ 4.122456] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 4.122457] [drm] Driver supports precise vblank timestamp query.
    [ 4.122795] iTCO_vendor_support: vendor-support=0
    [ 4.123419] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 4.123440] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 4.123499] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.132527] [drm] Wrong MCH_SSKPD value: 0x20100406
    [ 4.132529] [drm] This can cause pipe underruns and display issues.
    [ 4.132529] [drm] Please upgrade your BIOS to fix this.
    [ 4.146676] i915 0000:00:02.0: No connectors reported connected with modes
    [ 4.146679] [drm] Cannot find any crtc or sizes - going 1024x768
    [ 4.147000] checking generic (e0000000 420000) vs hw (d0000000 10000000)
    [ 4.147051] i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
    [ 4.147052] i915 0000:00:02.0: registered panic notifier
    [ 4.147063] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 4.153004] AVX version of gcm_enc/dec engaged.
    [ 4.153783] alx 0000:03:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [c8:60:00:98:ce:45]
    [ 4.163501] asus_wmi: ASUS WMI generic driver loaded
    [ 4.165770] asus_wmi: Initialization: 0x0
    [ 4.165783] asus_wmi: BIOS WMI version: 0.9
    [ 4.165823] asus_wmi: SFUN value: 0x0
    [ 4.166095] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input25
    [ 4.168099] asus_wmi: Backlight controlled by ACPI video driver
    [ 4.170681] kvm: disabled by bios
    [ 4.179593] kvm: disabled by bios
    [ 4.188390] [drm] radeon kernel modesetting enabled.
    [ 4.188423] checking generic (e0000000 420000) vs hw (e0000000 10000000)
    [ 4.188424] fb: switching to radeondrmfb from VESA VGA
    [ 4.188437] Console: switching to colour dummy device 80x25
    [ 4.188600] [drm] initializing kernel modesetting (VERDE 0x1002:0x683D 0x1462:0x2710).
    [ 4.188609] [drm] register mmio base: 0xF7D00000
    [ 4.188609] [drm] register mmio size: 262144
    [ 4.188651] ATOM BIOS: 113
    [ 4.188769] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    [ 4.188770] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
    [ 4.188771] [drm] Detected VRAM RAM=1024M, BAR=256M
    [ 4.188772] [drm] RAM width 128bits DDR
    [ 4.188797] [TTM] Zone kernel: Available graphics memory: 4033182 kiB
    [ 4.188798] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 4.188799] [TTM] Initializing pool allocator
    [ 4.188802] [TTM] Initializing DMA pool allocator
    [ 4.188814] [drm] radeon: 1024M of VRAM memory ready
    [ 4.188815] [drm] radeon: 1024M of GTT memory ready.
    [ 4.188823] [drm] Loading VERDE Microcode
    [ 4.192707] systemd-udevd[202]: renamed network interface eth0 to enp3s0
    [ 4.226833] [drm] radeon/VERDE_mc2.bin: 31500 bytes
    [ 4.228027] [drm] Internal thermal controller with fan control
    [ 4.228070] [drm] probing gen 2 caps for device 8086:151 = 261ad03/e
    [ 4.234178] [drm] radeon: dpm initialized
    [ 4.235973] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 4.236543] [drm] probing gen 2 caps for device 8086:151 = 261ad03/e
    [ 4.236546] [drm] PCIE gen 3 link speeds already enabled
    [ 4.246119] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
    [ 4.246215] radeon 0000:01:00.0: WB enabled
    [ 4.246217] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88021f6f1c00
    [ 4.246219] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff88021f6f1c04
    [ 4.246220] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff88021f6f1c08
    [ 4.246221] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88021f6f1c0c
    [ 4.246222] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff88021f6f1c10
    [ 4.246703] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc900192b5a18
    [ 4.246704] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 4.246705] [drm] Driver supports precise vblank timestamp query.
    [ 4.246720] radeon 0000:01:00.0: irq 48 for MSI/MSI-X
    [ 4.246728] radeon 0000:01:00.0: radeon: using MSI.
    [ 4.246746] [drm] radeon: irq initialized.
    [ 4.704412] [drm] ring test on 0 succeeded in 2 usecs
    [ 4.704417] [drm] ring test on 1 succeeded in 1 usecs
    [ 4.704420] [drm] ring test on 2 succeeded in 1 usecs
    [ 4.704483] [drm] ring test on 3 succeeded in 4 usecs
    [ 4.704488] [drm] ring test on 4 succeeded in 1 usecs
    [ 4.892271] [drm] ring test on 5 succeeded in 2 usecs
    [ 4.892276] [drm] UVD initialized successfully.
    [ 4.892454] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 4.892510] [drm] ib test on ring 1 succeeded in 0 usecs
    [ 4.892562] [drm] ib test on ring 2 succeeded in 0 usecs
    [ 4.892627] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 4.892703] [drm] ib test on ring 4 succeeded in 1 usecs
    [ 5.045155] [drm] ib test on ring 5 succeeded
    [ 5.045348] [drm] Radeon Display Connectors
    [ 5.045349] [drm] Connector 0:
    [ 5.045350] [drm] DP-4
    [ 5.045351] [drm] HPD4
    [ 5.045352] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
    [ 5.045352] [drm] Encoders:
    [ 5.045353] [drm] DFP1: INTERNAL_UNIPHY2
    [ 5.045353] [drm] Connector 1:
    [ 5.045354] [drm] HDMI-A-4
    [ 5.045355] [drm] HPD1
    [ 5.045355] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
    [ 5.045356] [drm] Encoders:
    [ 5.045356] [drm] DFP2: INTERNAL_UNIPHY2
    [ 5.045357] [drm] Connector 2:
    [ 5.045358] [drm] DVI-I-1
    [ 5.045358] [drm] HPD2
    [ 5.045359] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
    [ 5.045359] [drm] Encoders:
    [ 5.045360] [drm] DFP3: INTERNAL_UNIPHY
    [ 5.045361] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 5.073351] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 5.092640] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 5.108315] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    [ 5.117016] [drm] fb mappable at 0xE0479000
    [ 5.117017] [drm] vram apper at 0xE0000000
    [ 5.117018] [drm] size 4325376
    [ 5.117019] [drm] fb depth is 24
    [ 5.117019] [drm] pitch is 5632
    [ 5.117106] fbcon: radeondrmfb (fb0) is primary device
    [ 5.149170] Console: switching to colour frame buffer device 170x48
    [ 5.150711] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 5.150750] [drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 1
    [ 5.335178] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 5.341840] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [ 5.345398] systemd-journald[174]: Received request to flush runtime journal from PID 1
    [ 5.384082] systemd-journald[174]: File /var/log/journal/3ceb5e0931f846a88e9868dfe8919c31/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 5.571040] alx 0000:03:00.0: irq 49 for MSI/MSI-X
    [ 5.571201] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 10.650843] alx 0000:03:00.0: irq 49 for MSI/MSI-X
    [ 10.650985] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 15.592516] alx 0000:03:00.0 enp3s0: NIC Up: 100 Mbps Full
    [ 15.592732] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready

    Is this the log of a failed boot or of a successful one? If it is a successful one, please provide the log of a failed boot. This log seems to say that there are 3 displays detected, so I think this is a normal boot.
    What I would like to see is if the failed boot starts X or not. That is, assuming you use X. When the boot fails, do you see messages on your screen before it goes black?

  • Need help for JVM crash

    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f5a02af4e63, pid=16499, tid=140024634283776
    # JRE version: 6.0_24-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode linux-amd64 )
    # Problematic frame:
    # J  java.util.HashMap.resize(I)V
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x000000004011f800):  JavaThread "main" [_thread_in_Java, id=16521, stack(0x00007f5a06861000,0x00007f5a06962000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR), si_addr=0x00007f49f4f9c001
    Registers:
    RAX=0x0000003fa4ffdd81, RBX=0x00007f4a09fb85a8, RCX=0x00007f49fdfa56e8, RDX=0x00007f4a139c6268
    RSP=0x00007f5a0695d280, RBP=0x0000000000000000, RSI=0x00007f0a4ff9e280, RDI=0x00007f4a127abd50
    R8 =0x00000000000004bf, R9 =0x00007f49fdfa30d8, R10=0x0000000000008000, R11=0x000000000000ffff
    R12=0x00007f59fd455a40, R13=0x0000000000000007, R14=0x00007f4a0a12c640, R15=0x000000004011f800
    RIP=0x00007f5a02af4e63, EFL=0x0000000000010207, CSGSFS=0x0000000000000033, ERR=0x0000000000000006
      TRAPNO=0x000000000000000e
    Register to memory mapping:
    RAX=0x0000003fa4ffdd81
    0x0000003fa4ffdd81 is pointing to unknown location
    RBX=0x00007f4a09fb85a8
    java.util.HashMap
    - klass: 'java/util/HashMap'
    RCX=0x00007f49fdfa56e8
    [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]
    Stack: [0x00007f5a06861000,0x00007f5a06962000],  sp=0x00007f5a0695d280,  free space=1008k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J  java.util.HashMap.resize(I)V
    [error occurred during error reporting (printing native stack), id 0xb]
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0000000040343800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=16602, stack(0x00007f49a3afb000,0x00007f49a3bfc000)]
      0x000000004033e800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=16601, stack(0x00007f49a3bfc000,0x00007f49a3cfd000)]
      0x000000004033c800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=16600, stack(0x00007f49a3cfd000,0x00007f49a3dfe000)]
      0x000000004033a000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16599, stack(0x00007f49a3dfe000,0x00007f49a3eff000)]
      0x0000000040338800 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=16598, stack(0x00007f49a3eff000,0x00007f49a4000000)]
      0x0000000040317000 JavaThread "Finalizer" daemon [_thread_blocked, id=16585, stack(0x00007f49a80d9000,0x00007f49a81da000)]
      0x0000000040315000 JavaThread "Reference Handler" daemon [_thread_blocked, id=16584, stack(0x00007f49a81da000,0x00007f49a82db000)]
    =>0x000000004011f800 JavaThread "main" [_thread_in_Java, id=16521, stack(0x00007f5a06861000,0x00007f5a06962000)]
    Other Threads:
      0x000000004030e000 VMThread [stack: 0x00007f49a82db000,0x00007f49a83dc000] [id=16568]
      0x0000000040356800 WatcherThread [stack: 0x00007f49a39fa000,0x00007f49a3afb000] [id=16603]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    adaptive size par new generation total 45004K, used 33868K [0x00007f49fcfb0000, 0x00007f4a00c43000, 0x00007f4a07610000)
      eden space 27980K,  60% used [0x00007f49fcfb0000, 0x00007f49fe0230f0, 0x00007f49feb03000)
      from space 17024K, 100% used [0x00007f49ffba3000, 0x00007f4a00c43000, 0x00007f4a00c43000)
      to   space 17024K,   0% used [0x00007f49feb03000, 0x00007f49feb03000, 0x00007f49ffba3000)
    concurrent mark-sweep generation total 12561664K, used 303890K [0x00007f4a07610000, 0x00007f4d06150000, 0x00007f59fcfb0000)
    concurrent-mark-sweep perm gen total 21248K, used 20657K [0x00007f59fcfb0000, 0x00007f59fe470000, 0x00007f5a021b0000)

    HI,
    Can you tell details of the action you are trying to perform

  • JVM crash in Linux

    Hi,
    The following error occurred when our application ran in a Linux Server. The RAM capacity is 64GB. The application used only 15GB at the time of crash. So, there should not be a memory issue. The jdk version is jdk1.6.0_03. Can anyone of suggest what would be reason for this error and what can be done to overcome this.
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x0000002a95af6a4e, pid=27143, tid=1177815392
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x474a4e]
    # An error report file with more information is saved as hs_err_pid27143.log
    # If you would like to submit a bug report, please visit:
    # HotSpot Virtual Machine Error Reporting Page
    Some more details
    o Operating system and its specification
    Linux version 2.6.9-89.0.9.ELlargesmp ([email protected]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-11)) #1 SMP Wed Aug 19 08:12:11 EDT 2009
    o Processor details
    Intel(R) Xeon(R) CPU E7330 @ 2.40GHz
    o Memory
    64GB RAM

    ragav123 wrote:
    # An error report file with more information is saved as hs_err_pid27143.log
    # If you would like to submit a bug report, please visit:
    # [HotSpot Virtual Machine Error Reporting Page ^link^|http://bugreport.sun.com/bugreport/crash.jsp]

  • JVM Crashes on Linux

    Hi,
    Java_1.5.0_04:
    When I attempt to run Tomcat 5.5.x, I get an exception. Then, attempting to compile a simple HelloWorld program also leads to an exception with the error log posted below.
    However, when I specify 'javac -J-server HelloWorld.java', the compilation goes fine.
    I also attempted to use Java 1.4.2_09 but Tomcat does not start. No problems compiling a simple HelloWorld.java program though.
    Below is a dump of the error for Java 1.5.0_04.
    I must mention that I am running Linux as a guest OS on VMWare, in case that matters.
    ---------------  S Y S T E M  ---------------
    OS:CentOS release 4.1 (Final)
    uname:Linux 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 4096, NOFILE 1024, AS infinity
    load average:0.71 1.21 1.13
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx
    Memory: 4k page, physical 256040k(27648k free), swap 524280k(524120k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for linux-x86, built on Jun  3 2005 03:17:33 by java_re with gcc 3.2.1-7a (J2SE release)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xb7b27fca, pid=5655, tid=3086911168
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing)
    # Problematic frame:
    # V  [libjvm.so+0x29afca]
    ---------------  T H R E A D  ---------------
    Current thread (0x0805d828):  JavaThread "main" [_thread_in_vm, id=5655]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xafd886b8
    Registers:
    EAX=0xd946f14c, EBX=0xb7bcfe28, ECX=0x92082e60, EDX=0x00000545
    ESP=0xbfffbb6c, EBP=0xbfffbb84, ESI=0x9208194c, EDI=0xafd886b8
    EIP=0xb7b27fca, CR2=0xafd886b8, EFLAGS=0x00010286
    Top of Stack: (sp=0xbfffbb6c)
    0xbfffbb6c:   0805d150 000000d4 b7b2811b b7bcfe28
    0xbfffbb7c:   00000545 d946f14c bfffbbc4 b7b2806d
    0xbfffbb8c:   08077b18 00000545 b10edadc 00000008
    0xbfffbb9c:   d946f14c 0805d828 b7b915c0 b7b28026
    0xbfffbbac:   0805d110 0000034c bfffbbd4 b7bcfe28
    0xbfffbbbc:   b10edadc 00000008 bfffbbe4 b7ae2ed3
    0xbfffbbcc:   b10edadc 00000008 0805d828 00000000
    0xbfffbbdc:   00000000 b7bcfe28 bfffbc34 b796bca5
    Instructions: (pc=0xb7b27fca)
    0xb7b27fba:   04 8b 45 0c 8d 0c 86 8b 39 85 ff 74 11 8b 45 18
    0xb7b27fca:   39 07 74 16 8b 47 04 83 e0 fe 89 c7 75 ef 31 d2
    Stack: [0xbfe00000,0xc0000000),  sp=0xbfffbb6c,  free space=2030k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [libjvm.so+0x29afca]
    V  [libjvm.so+0x29b06d]
    V  [libjvm.so+0x255ed3]
    V  [libjvm.so+0xdeca5]
    V  [libjvm.so+0xdf29b]
    V  [libjvm.so+0xdf59d]
    V  [libjvm.so+0xe8ac8]
    V  [libjvm.so+0x29db70]
    V  [libjvm.so+0x1d0a4e]
    V  [libjvm.so+0x1b93e7]
    C  [libjava.so+0xa2c5]  Java_java_lang_ClassLoader_defineClass2+0x1e5
    j  java.lang.ClassLoader.defineClass2(Ljava/lang/String;Ljava/nio/ByteBuffer;IILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;+0
    j  java.lang.ClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/ProtectionDomain;)Ljava/lang/Class;+100
    j  java.security.SecureClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/CodeSource;)Ljava/lang/Class;+23
    j  java.net.URLClassLoader.defineClass(Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+214
    j  java.net.URLClassLoader.access$100(Ljava/net/URLClassLoader;Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+3
    j  java.net.URLClassLoader$1.run()Ljava/lang/Object;+43
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x16bf8c]
    V  [libjvm.so+0x25e5f8]
    V  [libjvm.so+0x16bdbf]
    V  [libjvm.so+0x1bb03d]
    C  [libjava.so+0x93bc]  Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAction_2Ljava_security_AccessControlContext_2+0x3c
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j  java.net.URLClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+13
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+43
    j  sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+36
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
    j  java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x16bf8c]
    V  [libjvm.so+0x25e5f8]
    V  [libjvm.so+0x16ba22]
    V  [libjvm.so+0x16bb0b]
    V  [libjvm.so+0x29e2fd]
    V  [libjvm.so+0x29d39b]
    V  [libjvm.so+0x29c924]
    V  [libjvm.so+0x29c75a]
    V  [libjvm.so+0x1190fb]
    V  [libjvm.so+0x119b81]
    V  [libjvm.so+0x230398]
    V  [libjvm.so+0x232f2a]
    V  [libjvm.so+0x233092]
    V  [libjvm.so+0x232eea]
    V  [libjvm.so+0x160c2e]
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;Lcom/sun/tools/javac/util/Context;)I+310
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;)I+9
    j  com.sun.tools.javac.Main.compile([Ljava/lang/String;)I+12
    j  com.sun.tools.javac.Main.main([Ljava/lang/String;)V+102
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x16bf8c]
    V  [libjvm.so+0x25e5f8]
    V  [libjvm.so+0x16bdbf]
    V  [libjvm.so+0x18f102]
    V  [libjvm.so+0x1838c7]
    C  [javac+0x1b14]
    C  [libc.so.6+0x14e23]  __libc_start_main+0xd3
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.lang.ClassLoader.defineClass2(Ljava/lang/String;Ljava/nio/ByteBuffer;IILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;+0
    j  java.lang.ClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/ProtectionDomain;)Ljava/lang/Class;+100
    j  java.security.SecureClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/CodeSource;)Ljava/lang/Class;+23
    j  java.net.URLClassLoader.defineClass(Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+214
    j  java.net.URLClassLoader.access$100(Ljava/net/URLClassLoader;Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+3
    j  java.net.URLClassLoader$1.run()Ljava/lang/Object;+43
    v  ~StubRoutines::call_stub
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j  java.net.URLClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+13
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+43
    j  sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+36
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
    j  java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
    v  ~StubRoutines::call_stub
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;Lcom/sun/tools/javac/util/Context;)I+310
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;)I+9
    j  com.sun.tools.javac.Main.compile([Ljava/lang/String;)I+12
    j  com.sun.tools.javac.Main.main([Ljava/lang/String;)V+102
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x080a4678 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5661]
      0x080a3128 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5660]
      0x080a2210 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5659]
      0x0809b400 JavaThread "Finalizer" daemon [_thread_blocked, id=5658]
      0x0809a6c0 JavaThread "Reference Handler" daemon [_thread_blocked, id=5657]
    =>0x0805d828 JavaThread "main" [_thread_in_vm, id=5655]
    Other Threads:
      0x08097c08 VMThread [id=5656]
      0x080a5b08 WatcherThread [id=5662]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x0805ccc0/0x0805cce8] Threads_lock - owner thread: 0x08097c08
    Heap
    def new generation   total 576K, used 454K [0x88c80000, 0x88d20000, 0x89160000)
      eden space 512K,  88% used [0x88c80000, 0x88cf1970, 0x88d00000)
      from space 64K,   0% used [0x88d00000, 0x88d00000, 0x88d10000)
      to   space 64K,   0% used [0x88d10000, 0x88d10000, 0x88d20000)
    tenured generation   total 7552K, used 0K [0x89160000, 0x898c0000, 0x8cc80000)
       the space 7552K,   0% used [0x89160000, 0x89160000, 0x89160200, 0x898c0000)
    compacting perm gen  total 8192K, used 136K [0x8cc80000, 0x8d480000, 0x90c80000)
       the space 8192K,   1% used [0x8cc80000, 0x8cca2150, 0x8cca2200, 0x8d480000)
        ro space 8192K,  68% used [0x90c80000, 0x911fa338, 0x911fa400, 0x91480000)
        rw space 12288K,  47% used [0x91480000, 0x91a397d8, 0x91a39800, 0x92080000)
    Dynamic libraries:
    007a1000-007b3000 r-xp 00000000 fd:00 2197060    /lib/libnsl-2.3.4.so
    007b3000-007b5000 rwxp 00011000 fd:00 2197060    /lib/libnsl-2.3.4.so
    007b5000-007b7000 rwxp 007b5000 00:00 0
    00a5f000-00a74000 r-xp 00000000 fd:00 2197041    /lib/ld-2.3.4.so
    00a74000-00a75000 r-xp 00015000 fd:00 2197041    /lib/ld-2.3.4.so
    00a75000-00a76000 rwxp 00016000 fd:00 2197041    /lib/ld-2.3.4.so
    00a78000-00b9b000 r-xp 00000000 fd:00 2197042    /lib/tls/libc-2.3.4.so
    00b9b000-00b9c000 r-xp 00123000 fd:00 2197042    /lib/tls/libc-2.3.4.so
    00b9c000-00b9f000 rwxp 00124000 fd:00 2197042    /lib/tls/libc-2.3.4.so
    00b9f000-00ba1000 rwxp 00b9f000 00:00 0
    00ba3000-00bc4000 r-xp 00000000 fd:00 2197043    /lib/tls/libm-2.3.4.so
    00bc4000-00bc6000 rwxp 00020000 fd:00 2197043    /lib/tls/libm-2.3.4.so
    00bc8000-00bca000 r-xp 00000000 fd:00 2197044    /lib/libdl-2.3.4.so
    00bca000-00bcc000 rwxp 00001000 fd:00 2197044    /lib/libdl-2.3.4.so
    00cb9000-00cc7000 r-xp 00000000 fd:00 2197052    /lib/tls/libpthread-2.3.4.so
    00cc7000-00cc9000 rwxp 0000d000 fd:00 2197052    /lib/tls/libpthread-2.3.4.so
    00cc9000-00ccb000 rwxp 00cc9000 00:00 0
    08048000-08058000 r-xp 00000000 fd:00 754877     /opt/jdk1.5.0_04/bin/javac
    08058000-0805a000 rwxp 0000f000 fd:00 754877     /opt/jdk1.5.0_04/bin/javac
    0805a000-081a0000 rwxp 0805a000 00:00 0
    88c80000-88d20000 rwxp 88c80000 00:00 0
    88d20000-89160000 rwxp 88d20000 00:00 0
    89160000-898c0000 rwxp 89160000 00:00 0
    898c0000-8cc80000 rwxp 898c0000 00:00 0
    8cc80000-8d480000 rwxp 8cc80000 00:00 0
    8d480000-90c80000 rwxp 8d480000 00:00 0
    90c80000-911fb000 r-xs 00001000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    911fb000-91480000 rwxp 911fb000 00:00 0
    91480000-91a3a000 rwxp 0057c000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    91a3a000-92080000 rwxp 91a3a000 00:00 0
    92080000-9214f000 rwxp 00b36000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    9214f000-92480000 rwxp 9214f000 00:00 0
    92480000-92484000 r-xs 00c05000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    92484000-92880000 rwxp 92484000 00:00 0
    b0ca7000-b1358000 r-xs 00000000 fd:00 756784     /opt/jdk1.5.0_04/lib/tools.jar
    b1358000-b137e000 r-xs 00000000 fd:00 592525     /opt/jdk1.5.0_04/jre/lib/ext/sunjce_provider.jar
    b137e000-b13a9000 r-xs 00000000 fd:00 592526     /opt/jdk1.5.0_04/jre/lib/ext/sunpkcs11.jar
    b13a9000-b13ab000 r-xs 00000000 fd:00 592527     /opt/jdk1.5.0_04/jre/lib/ext/dnsns.jar
    b13ab000-b146f000 r-xs 00000000 fd:00 592840     /opt/jdk1.5.0_04/jre/lib/ext/localedata.jar
    b146f000-b1470000 ---p b146f000 00:00 0
    b1470000-b14f0000 rwxp b1470000 00:00 0
    b14f0000-b14f3000 ---p b14f0000 00:00 0
    b14f3000-b18f1000 rwxp b14f3000 00:00 0
    b18f1000-b18f4000 ---p b18f1000 00:00 0
    b18f4000-b1972000 rwxp b18f4000 00:00 0
    b1972000-b1975000 ---p b1972000 00:00 0
    b1975000-b1d73000 rwxp b1975000 00:00 0
    b1d73000-b1f73000 r-xp 00000000 fd:00 68869      /usr/lib/locale/locale-archive
    b1f73000-b1f76000 ---p b1f73000 00:00 0
    b1f76000-b2374000 rwxp b1f76000 00:00 0
    b2374000-b2377000 ---p b2374000 00:00 0
    b2377000-b2775000 rwxp b2377000 00:00 0
    b2775000-b2776000 ---p b2775000 00:00 0
    b2776000-b2807000 rwxp b2776000 00:00 0
    b2807000-b2823000 rwxp b2807000 00:00 0
    b2823000-b2827000 rwxp b2823000 00:00 0
    b2827000-b2841000 rwxp b2827000 00:00 0
    b2841000-b2842000 rwxp b2841000 00:00 0
    b2842000-b2843000 rwxp b2842000 00:00 0
    b2843000-b2848000 rwxp b2843000 00:00 0
    b2848000-b2861000 rwxp b2848000 00:00 0
    b2861000-b2865000 rwxp b2861000 00:00 0
    b2865000-b2881000 rwxp b2865000 00:00 0
    b2881000-b288f000 rwxp b2881000 00:00 0
    b288f000-b290c000 rwxp b288f000 00:00 0
    b290c000-b299c000 rwxp b290c000 00:00 0
    b299c000-b490c000 rwxp b299c000 00:00 0
    b490c000-b5147000 r-xs 00000000 fd:00 313849     /opt/jdk1.5.0_04/jre/lib/charsets.jar
    b5147000-b515b000 r-xs 00000000 fd:00 313815     /opt/jdk1.5.0_04/jre/lib/jce.jar
    b515b000-b51e2000 r-xs 00000000 fd:00 313846     /opt/jdk1.5.0_04/jre/lib/jsse.jar
    b51e2000-b524b000 rwxp b51e2000 00:00 0
    b524b000-b782b000 r-xs 00000000 fd:00 313862     /opt/jdk1.5.0_04/jre/lib/rt.jar
    b782b000-b783e000 r-xp 00000000 fd:00 313785     /opt/jdk1.5.0_04/jre/lib/i386/libzip.so
    b783e000-b7840000 rwxp 00012000 fd:00 313785     /opt/jdk1.5.0_04/jre/lib/i386/libzip.so
    b7840000-b7861000 r-xp 00000000 fd:00 313783     /opt/jdk1.5.0_04/jre/lib/i386/libjava.so
    b7861000-b7863000 rwxp 00020000 fd:00 313783     /opt/jdk1.5.0_04/jre/lib/i386/libjava.so
    b7863000-b786c000 r-xp 00000000 fd:00 2195506    /lib/libnss_files-2.3.4.so
    b786c000-b786e000 rwxp 00008000 fd:00 2195506    /lib/libnss_files-2.3.4.so
    b7870000-b787b000 r-xp 00000000 fd:00 313782     /opt/jdk1.5.0_04/jre/lib/i386/libverify.so
    b787b000-b787c000 rwxp 0000b000 fd:00 313782     /opt/jdk1.5.0_04/jre/lib/i386/libverify.so
    b787c000-b7884000 rwxs 00000000 fd:00 2261044    /tmp/hsperfdata_albertus/5655
    b7884000-b788a000 r-xp 00000000 fd:00 313774     /opt/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b788a000-b788b000 rwxp 00006000 fd:00 313774     /opt/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b788b000-b788c000 rwxp b788b000 00:00 0
    b788c000-b788d000 ---p b788c000 00:00 0
    b788d000-b7bb5000 r-xp 00000000 fd:00 560894     /opt/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7bb5000-b7bd3000 rwxp 00327000 fd:00 560894     /opt/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7bd3000-b7fea000 rwxp b7bd3000 00:00 0
    bfe00000-bfe03000 ---p bfe00000 00:00 0
    bfe03000-c0000000 rwxp bfe03000 00:00 0
    ffffe000-fffff000 ---p 00000000 00:00 0
    VM Arguments:
    jvm_args: -Dapplication.home=/opt/jdk1.5.0_04 -Xms8m -Xss4m -ea:com.sun.tools...
    java_command: com.sun.tools.javac.Main HelloWorld.java
    Environment Variables:
    JAVA_HOME=/opt/jdk
    PATH=/usr/ldaptools/bin:/opt/jdk/bin:/usr/ldaptools/bin:/usr/kerberos/bin:/opt/jdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/albertus/bin
    LD_LIBRARY_PATH=/opt/jdk1.5.0_04/jre/lib/i386/client:/opt/jdk1.5.0_04/jre/lib/i386:/opt/jdk1.5.0_04/jre/../lib/i386
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x2e52f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGBUS: [libjvm.so+0x2e52f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGFPE: [libjvm.so+0x25d640], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGPIPE: [libjvm.so+0x25d640], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGILL: [libjvm.so+0x25d640], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x25f980], sa_mask[0]=0x00000000, sa_flags=0x14000004
    SIGHUP: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGINT: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGQUIT: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGTERM: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004

    Hi,
    Java_1.5.0_04:
    When I attempt to run Tomcat 5.5.x, I get an exception. Then, attempting to compile a simple HelloWorld program also leads to an exception with the error log posted below.
    However, when I specify 'javac -J-server HelloWorld.java', the compilation goes fine.
    I also attempted to use Java 1.4.2_09 but Tomcat does not start. No problems compiling a simple HelloWorld.java program though.
    Below is a dump of the error for Java 1.5.0_04.
    I must mention that I am running Linux as a guest OS on VMWare, in case that matters.
    ---------------  S Y S T E M  ---------------
    OS:CentOS release 4.1 (Final)
    uname:Linux 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 4096, NOFILE 1024, AS infinity
    load average:0.71 1.21 1.13
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx
    Memory: 4k page, physical 256040k(27648k free), swap 524280k(524120k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for linux-x86, built on Jun  3 2005 03:17:33 by java_re with gcc 3.2.1-7a (J2SE release)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xb7b27fca, pid=5655, tid=3086911168
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing)
    # Problematic frame:
    # V  [libjvm.so+0x29afca]
    ---------------  T H R E A D  ---------------
    Current thread (0x0805d828):  JavaThread "main" [_thread_in_vm, id=5655]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xafd886b8
    Registers:
    EAX=0xd946f14c, EBX=0xb7bcfe28, ECX=0x92082e60, EDX=0x00000545
    ESP=0xbfffbb6c, EBP=0xbfffbb84, ESI=0x9208194c, EDI=0xafd886b8
    EIP=0xb7b27fca, CR2=0xafd886b8, EFLAGS=0x00010286
    Top of Stack: (sp=0xbfffbb6c)
    0xbfffbb6c:   0805d150 000000d4 b7b2811b b7bcfe28
    0xbfffbb7c:   00000545 d946f14c bfffbbc4 b7b2806d
    0xbfffbb8c:   08077b18 00000545 b10edadc 00000008
    0xbfffbb9c:   d946f14c 0805d828 b7b915c0 b7b28026
    0xbfffbbac:   0805d110 0000034c bfffbbd4 b7bcfe28
    0xbfffbbbc:   b10edadc 00000008 bfffbbe4 b7ae2ed3
    0xbfffbbcc:   b10edadc 00000008 0805d828 00000000
    0xbfffbbdc:   00000000 b7bcfe28 bfffbc34 b796bca5
    Instructions: (pc=0xb7b27fca)
    0xb7b27fba:   04 8b 45 0c 8d 0c 86 8b 39 85 ff 74 11 8b 45 18
    0xb7b27fca:   39 07 74 16 8b 47 04 83 e0 fe 89 c7 75 ef 31 d2
    Stack: [0xbfe00000,0xc0000000),  sp=0xbfffbb6c,  free space=2030k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [libjvm.so+0x29afca]
    V  [libjvm.so+0x29b06d]
    V  [libjvm.so+0x255ed3]
    V  [libjvm.so+0xdeca5]
    V  [libjvm.so+0xdf29b]
    V  [libjvm.so+0xdf59d]
    V  [libjvm.so+0xe8ac8]
    V  [libjvm.so+0x29db70]
    V  [libjvm.so+0x1d0a4e]
    V  [libjvm.so+0x1b93e7]
    C  [libjava.so+0xa2c5]  Java_java_lang_ClassLoader_defineClass2+0x1e5
    j  java.lang.ClassLoader.defineClass2(Ljava/lang/String;Ljava/nio/ByteBuffer;IILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;+0
    j  java.lang.ClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/ProtectionDomain;)Ljava/lang/Class;+100
    j  java.security.SecureClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/CodeSource;)Ljava/lang/Class;+23
    j  java.net.URLClassLoader.defineClass(Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+214
    j  java.net.URLClassLoader.access$100(Ljava/net/URLClassLoader;Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+3
    j  java.net.URLClassLoader$1.run()Ljava/lang/Object;+43
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x16bf8c]
    V  [libjvm.so+0x25e5f8]
    V  [libjvm.so+0x16bdbf]
    V  [libjvm.so+0x1bb03d]
    C  [libjava.so+0x93bc]  Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAction_2Ljava_security_AccessControlContext_2+0x3c
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j  java.net.URLClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+13
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+43
    j  sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+36
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
    j  java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x16bf8c]
    V  [libjvm.so+0x25e5f8]
    V  [libjvm.so+0x16ba22]
    V  [libjvm.so+0x16bb0b]
    V  [libjvm.so+0x29e2fd]
    V  [libjvm.so+0x29d39b]
    V  [libjvm.so+0x29c924]
    V  [libjvm.so+0x29c75a]
    V  [libjvm.so+0x1190fb]
    V  [libjvm.so+0x119b81]
    V  [libjvm.so+0x230398]
    V  [libjvm.so+0x232f2a]
    V  [libjvm.so+0x233092]
    V  [libjvm.so+0x232eea]
    V  [libjvm.so+0x160c2e]
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;Lcom/sun/tools/javac/util/Context;)I+310
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;)I+9
    j  com.sun.tools.javac.Main.compile([Ljava/lang/String;)I+12
    j  com.sun.tools.javac.Main.main([Ljava/lang/String;)V+102
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x16bf8c]
    V  [libjvm.so+0x25e5f8]
    V  [libjvm.so+0x16bdbf]
    V  [libjvm.so+0x18f102]
    V  [libjvm.so+0x1838c7]
    C  [javac+0x1b14]
    C  [libc.so.6+0x14e23]  __libc_start_main+0xd3
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.lang.ClassLoader.defineClass2(Ljava/lang/String;Ljava/nio/ByteBuffer;IILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;+0
    j  java.lang.ClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/ProtectionDomain;)Ljava/lang/Class;+100
    j  java.security.SecureClassLoader.defineClass(Ljava/lang/String;Ljava/nio/ByteBuffer;Ljava/security/CodeSource;)Ljava/lang/Class;+23
    j  java.net.URLClassLoader.defineClass(Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+214
    j  java.net.URLClassLoader.access$100(Ljava/net/URLClassLoader;Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;+3
    j  java.net.URLClassLoader$1.run()Ljava/lang/Object;+43
    v  ~StubRoutines::call_stub
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j  java.net.URLClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+13
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+43
    j  sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+36
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
    j  java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
    v  ~StubRoutines::call_stub
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;Lcom/sun/tools/javac/util/Context;)I+310
    j  com.sun.tools.javac.main.Main.compile([Ljava/lang/String;)I+9
    j  com.sun.tools.javac.Main.compile([Ljava/lang/String;)I+12
    j  com.sun.tools.javac.Main.main([Ljava/lang/String;)V+102
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x080a4678 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5661]
      0x080a3128 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5660]
      0x080a2210 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5659]
      0x0809b400 JavaThread "Finalizer" daemon [_thread_blocked, id=5658]
      0x0809a6c0 JavaThread "Reference Handler" daemon [_thread_blocked, id=5657]
    =>0x0805d828 JavaThread "main" [_thread_in_vm, id=5655]
    Other Threads:
      0x08097c08 VMThread [id=5656]
      0x080a5b08 WatcherThread [id=5662]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x0805ccc0/0x0805cce8] Threads_lock - owner thread: 0x08097c08
    Heap
    def new generation   total 576K, used 454K [0x88c80000, 0x88d20000, 0x89160000)
      eden space 512K,  88% used [0x88c80000, 0x88cf1970, 0x88d00000)
      from space 64K,   0% used [0x88d00000, 0x88d00000, 0x88d10000)
      to   space 64K,   0% used [0x88d10000, 0x88d10000, 0x88d20000)
    tenured generation   total 7552K, used 0K [0x89160000, 0x898c0000, 0x8cc80000)
       the space 7552K,   0% used [0x89160000, 0x89160000, 0x89160200, 0x898c0000)
    compacting perm gen  total 8192K, used 136K [0x8cc80000, 0x8d480000, 0x90c80000)
       the space 8192K,   1% used [0x8cc80000, 0x8cca2150, 0x8cca2200, 0x8d480000)
        ro space 8192K,  68% used [0x90c80000, 0x911fa338, 0x911fa400, 0x91480000)
        rw space 12288K,  47% used [0x91480000, 0x91a397d8, 0x91a39800, 0x92080000)
    Dynamic libraries:
    007a1000-007b3000 r-xp 00000000 fd:00 2197060    /lib/libnsl-2.3.4.so
    007b3000-007b5000 rwxp 00011000 fd:00 2197060    /lib/libnsl-2.3.4.so
    007b5000-007b7000 rwxp 007b5000 00:00 0
    00a5f000-00a74000 r-xp 00000000 fd:00 2197041    /lib/ld-2.3.4.so
    00a74000-00a75000 r-xp 00015000 fd:00 2197041    /lib/ld-2.3.4.so
    00a75000-00a76000 rwxp 00016000 fd:00 2197041    /lib/ld-2.3.4.so
    00a78000-00b9b000 r-xp 00000000 fd:00 2197042    /lib/tls/libc-2.3.4.so
    00b9b000-00b9c000 r-xp 00123000 fd:00 2197042    /lib/tls/libc-2.3.4.so
    00b9c000-00b9f000 rwxp 00124000 fd:00 2197042    /lib/tls/libc-2.3.4.so
    00b9f000-00ba1000 rwxp 00b9f000 00:00 0
    00ba3000-00bc4000 r-xp 00000000 fd:00 2197043    /lib/tls/libm-2.3.4.so
    00bc4000-00bc6000 rwxp 00020000 fd:00 2197043    /lib/tls/libm-2.3.4.so
    00bc8000-00bca000 r-xp 00000000 fd:00 2197044    /lib/libdl-2.3.4.so
    00bca000-00bcc000 rwxp 00001000 fd:00 2197044    /lib/libdl-2.3.4.so
    00cb9000-00cc7000 r-xp 00000000 fd:00 2197052    /lib/tls/libpthread-2.3.4.so
    00cc7000-00cc9000 rwxp 0000d000 fd:00 2197052    /lib/tls/libpthread-2.3.4.so
    00cc9000-00ccb000 rwxp 00cc9000 00:00 0
    08048000-08058000 r-xp 00000000 fd:00 754877     /opt/jdk1.5.0_04/bin/javac
    08058000-0805a000 rwxp 0000f000 fd:00 754877     /opt/jdk1.5.0_04/bin/javac
    0805a000-081a0000 rwxp 0805a000 00:00 0
    88c80000-88d20000 rwxp 88c80000 00:00 0
    88d20000-89160000 rwxp 88d20000 00:00 0
    89160000-898c0000 rwxp 89160000 00:00 0
    898c0000-8cc80000 rwxp 898c0000 00:00 0
    8cc80000-8d480000 rwxp 8cc80000 00:00 0
    8d480000-90c80000 rwxp 8d480000 00:00 0
    90c80000-911fb000 r-xs 00001000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    911fb000-91480000 rwxp 911fb000 00:00 0
    91480000-91a3a000 rwxp 0057c000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    91a3a000-92080000 rwxp 91a3a000 00:00 0
    92080000-9214f000 rwxp 00b36000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    9214f000-92480000 rwxp 9214f000 00:00 0
    92480000-92484000 r-xs 00c05000 fd:00 560903     /opt/jdk1.5.0_04/jre/lib/i386/client/classes.jsa
    92484000-92880000 rwxp 92484000 00:00 0
    b0ca7000-b1358000 r-xs 00000000 fd:00 756784     /opt/jdk1.5.0_04/lib/tools.jar
    b1358000-b137e000 r-xs 00000000 fd:00 592525     /opt/jdk1.5.0_04/jre/lib/ext/sunjce_provider.jar
    b137e000-b13a9000 r-xs 00000000 fd:00 592526     /opt/jdk1.5.0_04/jre/lib/ext/sunpkcs11.jar
    b13a9000-b13ab000 r-xs 00000000 fd:00 592527     /opt/jdk1.5.0_04/jre/lib/ext/dnsns.jar
    b13ab000-b146f000 r-xs 00000000 fd:00 592840     /opt/jdk1.5.0_04/jre/lib/ext/localedata.jar
    b146f000-b1470000 ---p b146f000 00:00 0
    b1470000-b14f0000 rwxp b1470000 00:00 0
    b14f0000-b14f3000 ---p b14f0000 00:00 0
    b14f3000-b18f1000 rwxp b14f3000 00:00 0
    b18f1000-b18f4000 ---p b18f1000 00:00 0
    b18f4000-b1972000 rwxp b18f4000 00:00 0
    b1972000-b1975000 ---p b1972000 00:00 0
    b1975000-b1d73000 rwxp b1975000 00:00 0
    b1d73000-b1f73000 r-xp 00000000 fd:00 68869      /usr/lib/locale/locale-archive
    b1f73000-b1f76000 ---p b1f73000 00:00 0
    b1f76000-b2374000 rwxp b1f76000 00:00 0
    b2374000-b2377000 ---p b2374000 00:00 0
    b2377000-b2775000 rwxp b2377000 00:00 0
    b2775000-b2776000 ---p b2775000 00:00 0
    b2776000-b2807000 rwxp b2776000 00:00 0
    b2807000-b2823000 rwxp b2807000 00:00 0
    b2823000-b2827000 rwxp b2823000 00:00 0
    b2827000-b2841000 rwxp b2827000 00:00 0
    b2841000-b2842000 rwxp b2841000 00:00 0
    b2842000-b2843000 rwxp b2842000 00:00 0
    b2843000-b2848000 rwxp b2843000 00:00 0
    b2848000-b2861000 rwxp b2848000 00:00 0
    b2861000-b2865000 rwxp b2861000 00:00 0
    b2865000-b2881000 rwxp b2865000 00:00 0
    b2881000-b288f000 rwxp b2881000 00:00 0
    b288f000-b290c000 rwxp b288f000 00:00 0
    b290c000-b299c000 rwxp b290c000 00:00 0
    b299c000-b490c000 rwxp b299c000 00:00 0
    b490c000-b5147000 r-xs 00000000 fd:00 313849     /opt/jdk1.5.0_04/jre/lib/charsets.jar
    b5147000-b515b000 r-xs 00000000 fd:00 313815     /opt/jdk1.5.0_04/jre/lib/jce.jar
    b515b000-b51e2000 r-xs 00000000 fd:00 313846     /opt/jdk1.5.0_04/jre/lib/jsse.jar
    b51e2000-b524b000 rwxp b51e2000 00:00 0
    b524b000-b782b000 r-xs 00000000 fd:00 313862     /opt/jdk1.5.0_04/jre/lib/rt.jar
    b782b000-b783e000 r-xp 00000000 fd:00 313785     /opt/jdk1.5.0_04/jre/lib/i386/libzip.so
    b783e000-b7840000 rwxp 00012000 fd:00 313785     /opt/jdk1.5.0_04/jre/lib/i386/libzip.so
    b7840000-b7861000 r-xp 00000000 fd:00 313783     /opt/jdk1.5.0_04/jre/lib/i386/libjava.so
    b7861000-b7863000 rwxp 00020000 fd:00 313783     /opt/jdk1.5.0_04/jre/lib/i386/libjava.so
    b7863000-b786c000 r-xp 00000000 fd:00 2195506    /lib/libnss_files-2.3.4.so
    b786c000-b786e000 rwxp 00008000 fd:00 2195506    /lib/libnss_files-2.3.4.so
    b7870000-b787b000 r-xp 00000000 fd:00 313782     /opt/jdk1.5.0_04/jre/lib/i386/libverify.so
    b787b000-b787c000 rwxp 0000b000 fd:00 313782     /opt/jdk1.5.0_04/jre/lib/i386/libverify.so
    b787c000-b7884000 rwxs 00000000 fd:00 2261044    /tmp/hsperfdata_albertus/5655
    b7884000-b788a000 r-xp 00000000 fd:00 313774     /opt/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b788a000-b788b000 rwxp 00006000 fd:00 313774     /opt/jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    b788b000-b788c000 rwxp b788b000 00:00 0
    b788c000-b788d000 ---p b788c000 00:00 0
    b788d000-b7bb5000 r-xp 00000000 fd:00 560894     /opt/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7bb5000-b7bd3000 rwxp 00327000 fd:00 560894     /opt/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
    b7bd3000-b7fea000 rwxp b7bd3000 00:00 0
    bfe00000-bfe03000 ---p bfe00000 00:00 0
    bfe03000-c0000000 rwxp bfe03000 00:00 0
    ffffe000-fffff000 ---p 00000000 00:00 0
    VM Arguments:
    jvm_args: -Dapplication.home=/opt/jdk1.5.0_04 -Xms8m -Xss4m -ea:com.sun.tools...
    java_command: com.sun.tools.javac.Main HelloWorld.java
    Environment Variables:
    JAVA_HOME=/opt/jdk
    PATH=/usr/ldaptools/bin:/opt/jdk/bin:/usr/ldaptools/bin:/usr/kerberos/bin:/opt/jdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/albertus/bin
    LD_LIBRARY_PATH=/opt/jdk1.5.0_04/jre/lib/i386/client:/opt/jdk1.5.0_04/jre/lib/i386:/opt/jdk1.5.0_04/jre/../lib/i386
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x2e52f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGBUS: [libjvm.so+0x2e52f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGFPE: [libjvm.so+0x25d640], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGPIPE: [libjvm.so+0x25d640], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGILL: [libjvm.so+0x25d640], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x25f980], sa_mask[0]=0x00000000, sa_flags=0x14000004
    SIGHUP: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGINT: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGQUIT: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGTERM: [libjvm.so+0x25f3b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004

  • Need help interpreting jvm thread dump (linux)

    hi,
    i'm using jre1.4.2 and running AS3 Linux kernel version 2.4.
    i grep'ed for my java process id, and did a kill -3 on it to get the thread dump:
    ps -ef |grep Eatroot 3936 3845 68 16:12 pts/2 00:00:05 java EatCpu
    root 3948 30293 0 16:12 pts/3 00:00:00 grep Eat
    kill -3 3936
    thread dump:
    java EatCpuFull thread dump Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode):
    "Thread-0" prio=1 tid=0x081126b8 nid=0xf60 runnable [aa7e0000..aa7e087c]
    at EatCpu.run(EatCpu.java:31)
    "Signal Dispatcher" daemon prio=1 tid=0x080a6a58 nid=0xf60 waiting on condition [0..0]
    "Finalizer" daemon prio=1 tid=0x08092ee8 nid=0xf60 in Object.wait() [aad4d000..aad4d87c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0xaaed0490> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0xaaed0490> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=1 tid=0x08091498 nid=0xf60 in Object.wait() [aadce000..aadce87c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0xaaed0380> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:429)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
    - locked <0xaaed0380> (a java.lang.ref.Reference$Lock)
    "main" prio=1 tid=0x0805bae0 nid=0xf60 runnable [bfffc000..bfffcc98]
    at EatCpu.main(EatCpu.java:22)
    "VM Thread" prio=1 tid=0x08090238 nid=0xf60 runnable
    "VM Periodic Task Thread" prio=1 tid=0x080a9248 nid=0xf60 waiting on condition
    "Suspend Checker Thread" prio=1 tid=0x080a6020 nid=0xf60 runnable
    i read that "nid" in the thread dump is suppose to correspond to PID. when i give the -m option for the "ps" command (for all threads), i see:
    ps -efm |grep Eatroot 3936 3845 43 16:12 pts/2 00:00:04 java EatCpu
    root 3937 3936 0 16:12 pts/2 00:00:00 java EatCpu
    root 3938 3936 0 16:12 pts/2 00:00:00 java EatCpu
    root 3939 3936 0 16:12 pts/2 00:00:00 java EatCpu
    root 3940 3936 0 16:12 pts/2 00:00:00 java EatCpu
    root 3941 3936 0 16:12 pts/2 00:00:00 java EatCpu
    root 3942 3936 0 16:12 pts/2 00:00:00 java EatCpu
    root 3943 3936 0 16:12 pts/2 00:00:00 java EatCpu
    root 3944 3936 30 16:12 pts/2 00:00:03 java EatCpu
    root 3950 30293 0 16:12 pts/3 00:00:00 grep Eat
    >
    but nid for all threads in the thead dump is the PID of my main process, 3936 (0xf60). is there a way to correlate the PIDs produced by "ps -efm" to the threads in the thread dump?
    thanks!
    -annie

    i upgraded to 1.5 version of java, and could see distinct "nids" in the thread dump after that..

  • JVM Crash while using JPAM in SUSE 10.1 Linux

    Hi,
    I had done the necessary settings as specified in the manual to setup JPAM. when i access from my Java program, im getting the following error messages,
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGFPE (0x8) at pc=0xb7f9326b, pid=3886, tid=3085153968
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_15-b04 mixed mode, sharing)
    # Problematic frame:
    # C [ld-linux.so.2+0x926b]
    # An error report file with more information is saved as hs_err_pid3886.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    in order to check the flow, i just commented the System.LoadLibrary( ); call in the Pam.java file of JPAM, the flow works fine.
    So, the JVM crash happens during Native call.
    The error log is as follows ,
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGFPE (0x8) at pc=0xb7f2b26b, pid=4325, tid=3084727984
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_15-b04 mixed mode, sharing)
    # Problematic frame:
    # C [ld-linux.so.2+0x926b]
    --------------- T H R E A D ---------------
    Current thread (0x0805cb40): JavaThread "main" [_thread_in_vm, id=4325]
    siginfo:si_signo=8, si_errno=0, si_code=1, si_addr=0xb7f2b26b
    Registers:
    EAX=0x031c8354, EBX=0xb7f3cff4, ECX=0x08187aa8, EDX=0x00000000
    ESP=0xbfbe0e98, EBP=0xbfbe0ef4, ESI=0x0817add4, EDI=0xbfbe0f80
    EIP=0xb7f2b26b, CR2=0x00000000, EFLAGS=0x00210246
    Top of Stack: (sp=0xbfbe0e98)
    0xbfbe0e98: b762ff45 b1fac066 b7f3cff4 bfbe109c
    0xbfbe0ea8: b1fab680 031c8354 b1fac066 00000010
    0xbfbe0eb8: 00000007 08187aa8 b1fdd104 b1fdd384
    0xbfbe0ec8: b1fdd550 00000000 00000000 081881c0
    0xbfbe0ed8: bfbe0fb0 b1fdd4fd b7f218f8 0817ac28
    0xbfbe0ee8: b7f3cff4 0817add4 bfbe0f80 bfbe0f94
    0xbfbe0ef8: b7f2b5f7 bfbe0f80 08187c00 00000000
    0xbfbe0f08: 00000000 00000001 00000000 00000000
    Instructions: (pc=0xb7f2b26b)
    0xb7f2b25b: 8b 8a 94 01 00 00 8b 45 b8 89 4d d4 89 d1 31 d2
    0xb7f2b26b: f7 b1 6c 01 00 00 8b 81 70 01 00 00 8b 3c 90 85
    Stack: [0xbf9e6000,0xbfbe6000), sp=0xbfbe0e98, free space=2027k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ld-linux.so.2+0x926b]
    C [ld-linux.so.2+0x95f7]
    C [ld-linux.so.2+0xac6f]
    C [ld-linux.so.2+0x114e1]
    C [ld-linux.so.2+0xd416]
    C [ld-linux.so.2+0x10d2e]
    C [libdl.so.2+0xe4d]
    C [ld-linux.so.2+0xd416]
    C [libdl.so.2+0x12fc]
    C [libdl.so.2+0xd84] dlopen+0x44
    V [libjvm.so+0x28d059]
    V [libjvm.so+0x1eb722]
    C [libjava.so+0xa64c] Java_java_lang_ClassLoader_00024NativeLibrary_load+0x6c
    j java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+268
    j java.lang.Runtime.loadLibrary0(Ljava/lang/Class;Ljava/lang/String;)V+54
    j java.lang.System.loadLibrary(Ljava/lang/String;)V+7
    j net.sf.jpam.Pam.<clinit>()V+14
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17b2bc]
    V [libjvm.so+0x28fed8]
    V [libjvm.so+0x17b0ef]
    V [libjvm.so+0x158e21]
    V [libjvm.so+0x157920]
    V [libjvm.so+0x156997]
    V [libjvm.so+0x16cd96]
    j Test.main([Ljava/lang/String;)V+14
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17b2bc]
    V [libjvm.so+0x28fed8]
    V [libjvm.so+0x17b0ef]
    V [libjvm.so+0x1a5cc2]
    V [libjvm.so+0x196ed2]
    C [java+0x1873]
    C [libc.so.6+0x1587c] __libc_start_main+0xdc
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+268
    j java.lang.Runtime.loadLibrary0(Ljava/lang/Class;Ljava/lang/String;)V+54
    j java.lang.System.loadLibrary(Ljava/lang/String;)V+7
    j net.sf.jpam.Pam.<clinit>()V+14
    v ~StubRoutines::call_stub
    j Test.main([Ljava/lang/String;)V+14
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x080a5810 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4335]
    0x080a42b8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4334]
    0x080a3400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4333]
    0x0809c2e0 JavaThread "Finalizer" daemon [_thread_blocked, id=4332]
    0x0809b630 JavaThread "Reference Handler" daemon [_thread_blocked, id=4331]
    =>0x0805cb40 JavaThread "main" [_thread_in_vm, id=4325]
    Other Threads:
    0x0809a1b8 VMThread [id=4330]
    0x080a6ca8 WatcherThread [id=4336]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 312K [0x889f0000, 0x88a90000, 0x88ed0000)
    eden space 512K, 48% used [0x889f0000, 0x88a2e228, 0x88a70000)
    from space 64K, 100% used [0x88a80000, 0x88a90000, 0x88a90000)
    to space 64K, 0% used [0x88a70000, 0x88a70000, 0x88a80000)
    tenured generation total 1408K, used 84K [0x88ed0000, 0x89030000, 0x8c9f0000)
    the space 1408K, 6% used [0x88ed0000, 0x88ee5268, 0x88ee5400, 0x89030000)
    compacting perm gen total 8192K, used 126K [0x8c9f0000, 0x8d1f0000, 0x909f0000)
    the space 8192K, 1% used [0x8c9f0000, 0x8ca0f8b0, 0x8ca0fa00, 0x8d1f0000)
    ro space 8192K, 68% used [0x909f0000, 0x90f72e10, 0x90f73000, 0x911f0000)
    rw space 12288K, 48% used [0x911f0000, 0x917c1640, 0x917c1800, 0x91df0000)
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 08:02 286281 /usr/java/jdk1.5.0_15/bin/java
    08057000-08059000 rwxp 0000e000 08:02 286281 /usr/java/jdk1.5.0_15/bin/java
    08059000-081a8000 rwxp 08059000 00:00 0 [heap]
    889f0000-88a90000 rwxp 889f0000 00:00 0
    88a90000-88ed0000 rwxp 88a90000 00:00 0
    88ed0000-89030000 rwxp 88ed0000 00:00 0
    89030000-8c9f0000 rwxp 89030000 00:00 0
    8c9f0000-8d1f0000 rwxp 8c9f0000 00:00 0
    8d1f0000-909f0000 rwxp 8d1f0000 00:00 0
    909f0000-90f73000 r-xs 00001000 08:02 288265 /usr/java/jdk1.5.0_15/jre/lib/i386/client/classes.jsa
    90f73000-911f0000 rwxp 90f73000 00:00 0
    911f0000-917c2000 rwxp 00584000 08:02 288265 /usr/java/jdk1.5.0_15/jre/lib/i386/client/classes.jsa
    917c2000-91df0000 rwxp 917c2000 00:00 0
    91df0000-91ec0000 rwxp 00b56000 08:02 288265 /usr/java/jdk1.5.0_15/jre/lib/i386/client/classes.jsa
    91ec0000-921f0000 rwxp 91ec0000 00:00 0
    921f0000-921f4000 r-xs 00c26000 08:02 288265 /usr/java/jdk1.5.0_15/jre/lib/i386/client/classes.jsa
    921f4000-925f0000 rwxp 921f4000 00:00 0
    b1fab000-b1fbc000 r-xp 00000000 08:02 20525 /lib/libaudit.so.0.0.0
    b1fbc000-b1fbe000 rwxp 00010000 08:02 20525 /lib/libaudit.so.0.0.0
    b1fbe000-b1fc0000 r-xp 00000000 08:02 24178 /lib/libpam_misc.so.0.81.2
    b1fc0000-b1fc1000 rwxp 00001000 08:02 24178 /lib/libpam_misc.so.0.81.2
    b1fc1000-b1fcb000 r-xp 00000000 08:02 24176 /lib/libpam.so.0.81.5
    b1fcb000-b1fcc000 rwxp 00009000 08:02 24176 /lib/libpam.so.0.81.5
    b1fcc000-b1fdd000 r-xp 00000000 08:02 288864 /etc/ld.so.cache
    b1fdd000-b1fdf000 r-xp 00000000 08:02 289295 /usr/java/jdk1.5.0_15/jre/lib/i386/client/libjpam.so
    b1fdf000-b1fe0000 rwxp 00001000 08:02 289295 /usr/java/jdk1.5.0_15/jre/lib/i386/client/libjpam.so
    b1fe0000-b1fef000 r-xs 00000000 08:02 288759 /root/Desktop/JPAM/Commons Logging/commons-logging-1.1.1.jar
    b1fef000-b1ff1000 r-xs 00000000 08:02 221459 /root/Desktop/JPAM/jpam-1.1/JPam-1.1.jar
    b1ff1000-b20b7000 r-xs 00000000 08:02 286254 /usr/java/jdk1.5.0_15/jre/lib/ext/localedata.jar
    b20b7000-b20de000 r-xs 00000000 08:02 285647 /usr/java/jdk1.5.0_15/jre/lib/ext/sunjce_provider.jar
    b20de000-b2109000 r-xs 00000000 08:02 285648 /usr/java/jdk1.5.0_15/jre/lib/ext/sunpkcs11.jar
    b2109000-b210c000 r-xs 00000000 08:02 285649 /usr/java/jdk1.5.0_15/jre/lib/ext/dnsns.jar
    b210c000-b210d000 ---p b210c000 00:00 0
    b210d000-b218d000 rwxp b210d000 00:00 0
    b218d000-b2190000 ---p b218d000 00:00 0
    b2190000-b220e000 rwxp b2190000 00:00 0
    b220e000-b2211000 ---p b220e000 00:00 0
    b2211000-b228f000 rwxp b2211000 00:00 0
    b228f000-b2292000 ---p b228f000 00:00 0
    b2292000-b2310000 rwxp b2292000 00:00 0
    b2310000-b2317000 r-xs 00000000 08:02 17580 /usr/lib/gconv/gconv-modules.cache
    b2317000-b234a000 r-xp 00000000 08:02 20472 /usr/lib/locale/en_US.utf8/LC_CTYPE
    b234a000-b234d000 ---p b234a000 00:00 0
    b234d000-b23cb000 rwxp b234d000 00:00 0
    b23cb000-b23ce000 ---p b23cb000 00:00 0
    b23ce000-b244c000 rwxp b23ce000 00:00 0
    b244c000-b244d000 ---p b244c000 00:00 0
    b244d000-b24d9000 rwxp b244d000 00:00 0
    b24d9000-b24f5000 rwxp b24d9000 00:00 0
    b24f5000-b24f6000 rwxp b24f5000 00:00 0
    b24f6000-b2513000 rwxp b24f6000 00:00 0
    b2513000-b2514000 rwxp b2513000 00:00 0
    b2514000-b2515000 rwxp b2514000 00:00 0
    b2515000-b2517000 rwxp b2515000 00:00 0
    b2517000-b2533000 rwxp b2517000 00:00 0
    b2533000-b2537000 rwxp b2533000 00:00 0
    b2537000-b2553000 rwxp b2537000 00:00 0
    b2553000-b2561000 rwxp b2553000 00:00 0
    b2561000-b25de000 rwxp b2561000 00:00 0
    b25de000-b266e000 rwxp b25de000 00:00 0
    b266e000-b45de000 rwxp b266e000 00:00 0
    b45de000-b4e4d000 r-xs 00000000 08:02 286253 /usr/java/jdk1.5.0_15/jre/lib/charsets.jar
    b4e4d000-b4e62000 r-xs 00000000 08:02 285651 /usr/java/jdk1.5.0_15/jre/lib/jce.jar
    b4e62000-b4ee7000 r-xs 00000000 08:02 286194 /usr/java/jdk1.5.0_15/jre/lib/jsse.jar
    b4ee7000-b4f50000 rwxp b4ee7000 00:00 0
    b4f50000-b7578000 r-xs 00000000 08:02 286275 /usr/java/jdk1.5.0_15/jre/lib/rt.jar
    b7578000-b7587000 r-xp 00000000 08:02 285347 /usr/java/jdk1.5.0_15/jre/lib/i386/libzip.so
    b7587000-b7589000 rwxp 0000e000 08:02 285347 /usr/java/jdk1.5.0_15/jre/lib/i386/libzip.so
    b7589000-b75aa000 r-xp 00000000 08:02 285342 /usr/java/jdk1.5.0_15/jre/lib/i386/libjava.so
    b75aa000-b75ac000 rwxp 00020000 08:02 285342 /usr/java/jdk1.5.0_15/jre/lib/i386/libjava.so
    b75ac000-b75e1000 r-xs 00000000 08:02 121742 /var/run/nscd/passwd
    b75e1000-b75f2000 r-xp 00000000 08:02 9264 /lib/libnsl-2.4.so
    b75f2000-b75f4000 rwxp 00010000 08:02 9264 /lib/libnsl-2.4.so
    b75f4000-b75fb000 rwxp b75f4000 00:00 0
    b75fb000-b7606000 r-xp 00000000 08:02 285341 /usr/java/jdk1.5.0_15/jre/lib/i386/libverify.so
    b7606000-b7607000 rwxp 0000b000 08:02 285341 /usr/java/jdk1.5.0_15/jre/lib/i386/libverify.so
    b7607000-b762a000 r-xp 00000000 08:02 9261 /lib/libm-2.4.so
    b762a000-b762c000 rwxp 00022000 08:02 9261 /lib/libm-2.4.so
    b762c000-b799e000 r-xp 00000000 08:02 283724 /usr/java/jdk1.5.0_15/jre/lib/i386/client/libjvm.so
    b799e000-b79bc000 rwxp 00372000 08:02 283724 /usr/java/jdk1.5.0_15/jre/lib/i386/client/libjvm.so
    b79bc000-b7dd5000 rwxp b79bc000 00:00 0
    b7dd5000-b7ef0000 r-xp 00000000 08:02 9253 /lib/libc-2.4.so
    b7ef0000-b7ef2000 r-xp 0011a000 08:02 9253 /lib/libc-2.4.so
    b7ef2000-b7ef4000 rwxp 0011c000 08:02 9253 /lib/libc-2.4.so
    b7ef4000-b7ef7000 rwxp b7ef4000 00:00 0
    b7ef7000-b7ef9000 r-xp 00000000 08:02 9259 /lib/libdl-2.4.so
    b7ef9000-b7efb000 rwxp 00001000 08:02 9259 /lib/libdl-2.4.so
    b7efb000-b7f0c000 r-xp 00000000 08:02 9279 /lib/libpthread-2.4.so
    b7f0c000-b7f0e000 rwxp 00010000 08:02 9279 /lib/libpthread-2.4.so
    b7f0e000-b7f10000 rwxp b7f0e000 00:00 0
    b7f10000-b7f18000 rwxs 00000000 08:02 289230 /tmp/hsperfdata_root/4325
    b7f18000-b7f1e000 r-xp 00000000 08:02 283681 /usr/java/jdk1.5.0_15/jre/lib/i386/native_threads/libhpi.so
    b7f1e000-b7f1f000 rwxp 00006000 08:02 283681 /usr/java/jdk1.5.0_15/jre/lib/i386/native_threads/libhpi.so
    b7f1f000-b7f20000 rwxp b7f1f000 00:00 0
    b7f20000-b7f21000 r-xp b7f20000 00:00 0
    b7f21000-b7f22000 rwxp b7f21000 00:00 0
    b7f22000-b7f3c000 r-xp 00000000 08:02 9246 /lib/ld-2.4.so
    b7f3c000-b7f3e000 rwxp 0001a000 08:02 9246 /lib/ld-2.4.so
    bf9e6000-bf9e9000 ---p bf9e6000 00:00 0
    bf9e9000-bfbe6000 rwxp bf9e9000 00:00 0 [stack]
    ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
    VM Arguments:
    java_command: Test
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.5.0_15
    JRE_HOME=/usr/java/jdk1.5.0_15/jre
    PATH=/sbin:/usr/sbin:/usr/local/sbin:/opt/gnome/sbin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/java/jdk1.5.0_15/bin:/usr/java/jdk1.5.0_15/bin
    USERNAME=root
    LD_LIBRARY_PATH=/usr/java/jdk1.5.0_15/jre/lib/i386/client:/usr/java/jdk1.5.0_15/jre/lib/i386:/usr/java/jdk1.5.0_15/jre/../lib/i386:/usr/lib/jvm/java-1_4_2-sun-1.4.2.13/jre/lib/i386/client::/usr/lib/jvm/java-1_4_2-sun-1.4.2.13/jre/lib/i386::/usr/lib/xulrunner-1.8.0.1:/usr/lib/xulrunner-1.8.0.1
    SHELL=/bin/bash
    DISPLAY=:0.0
    HOSTTYPE=i386
    OSTYPE=linux
    MACHTYPE=i686-suse-linux
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x32b740], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x32b740], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x28ef10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x28ef10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x28ef10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x291360], sa_mask[0]=0x00000004, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x290d90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x290d90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x290d90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x290d90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:SUSE Linux Enterprise Desktop 10 (i586)
    VERSION = 10
    PATCHLEVEL = 1
    uname:Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 i686
    libc:glibc 2.4 NPTL 2.4
    rlimit: STACK 8192k, CORE 0k, NPROC 7672, NOFILE 8192, AS 1180320k
    load average:0.28 0.16 0.10
    CPU:total 2 (cores per cpu 2, threads per core 1) family 15 model 75 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowext, 3dnow
    Memory: 4k page, physical 969320k(57780k free), swap 506008k(506008k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_15-b04) for linux-x86, built on Feb 9 2008 01:37:00 by java_re with gcc 3.2.1-7a (J2SE release)
    Please, can any one Help me out to fix this error .
    Thanks,
    Prabu

    Did you find any solution to this problem

  • Fix:  Portal Server on Linux (Start-up JVM Crash Error!)

    A Long problem with the Sun JVM for Linux is the implementation of the
    Hotspot Server. I just ran into this problem on Service Pack1 of Portal
    Server on Linux and I am sure more will. So I offer this advise.
    On Linux your Sun JVM will crash with the -server option on the Java
    COmmand-line.
    The Best place to remove this is in the set-environment.sh file where
    you have an option to change the Java VM Options. Remove the "-server"
    option from the Linux Case Variable.
    ==================================================================================
    Stack Dump Of JVM Crashing
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002C4
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.3.1_02-b02 mixed mode)
    # An error report file has been saved as hs_err_pid4244.log.
    # Please refer to the file for further information.
    Weblogic Stack Dump
    ==================================================================================
    <Feb 22, 2002 10:43:41 AM EST> <Notice> <Management> <Loading
    configuration file ./config/portalDomain/config.xml ...>
    Unexpected Signal : 11 occurred at PC=0x40359322
    Function
    name=build_loop_late__14PhaseIdealLoopP4NodeR9VectorSetR9Node_ListPC14PhaseIdealLoop
    Library=/usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    Current Java thread:
         at weblogic.management.internal.Helper.checkPermission(Helper.java:1510)
         at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:577)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:352)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
         at $Proxy10.registerConfigMBean(Unknown Source)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.registerForAdminChanges(ConfigurationMBeanImpl.java:187)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.preRegister(ConfigurationMBeanImpl.java:138)
         at
    com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.java:2245)
         at
    com.sun.management.jmx.MBeanServerImpl.registerMBean(MBeanServerImpl.java:864)
         at
    weblogic.management.internal.RemoteMBeanServerImpl.registerMBean(RemoteMBeanServerImpl.java:177)
         at weblogic.management.Admin.start(Admin.java:382)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:372)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
         at weblogic.Server.main(Server.java:35)
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 03:05 1999297
    /usr/local/jdk1.3.1_02/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 03:05 1999297
    /usr/local/jdk1.3.1_02/bin/i386/native_threads/java
    40000000-40016000 r-xp 00000000 03:05 278541 /lib/ld-2.2.4.so
    40016000-40017000 rw-p 00015000 03:05 278541 /lib/ld-2.2.4.so
    40018000-40019000 r--p 00000000 03:05 2293840
    /usr/lib/locale/en_US/LC_IDENTIFICATION
    40019000-4001a000 r--p 00000000 03:05 1311271
    /usr/lib/locale/en_US/LC_MEASUREMENT
    4001a000-4001b000 r--p 00000000 03:05 2179084
    /usr/lib/locale/en_US/LC_TELEPHONE
    4001b000-4001c000 r--p 00000000 03:05 2179378
    /usr/lib/locale/en_US/LC_ADDRESS
    4001c000-4001d000 r--p 00000000 03:05 2179377
    /usr/lib/locale/en_US/LC_NAME
    4001d000-4001e000 r--p 00000000 03:05 819215
    /usr/lib/locale/en_US/LC_PAPER
    4001e000-4001f000 r--p 00000000 03:05 2228231
    /usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
    4001f000-40020000 r--p 00000000 03:05 1310740
    /usr/lib/locale/en_US/LC_MONETARY
    40020000-40021000 r--p 00000000 03:05 2294287
    /usr/lib/locale/en_US/LC_TIME
    40021000-40022000 r--p 00000000 03:05 2588686
    /usr/lib/locale/en_US/LC_NUMERIC
    40022000-40023000 r-xp 00000000 03:05 377830
    /app/bea/wlserver6.1/lib/linux/i686/libterminalio.so
    40023000-40024000 rw-p 00000000 03:05 377830
    /app/bea/wlserver6.1/lib/linux/i686/libterminalio.so
    40024000-40033000 r-xp 00000000 03:05 278589 /lib/libpthread-0.9.so
    40033000-4003b000 rw-p 0000e000 03:05 278589 /lib/libpthread-0.9.so
    4003b000-40044000 r-xp 00000000 03:05 1458520
    /usr/local/jdk1.3.1_02/jre/lib/i386/native_threads/libhpi.so
    40044000-40045000 rw-p 00008000 03:05 1458520
    /usr/local/jdk1.3.1_02/jre/lib/i386/native_threads/libhpi.so
    40045000-403c4000 r-xp 00000000 03:05 1736988
    /usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    403c4000-40518000 rw-p 0037e000 03:05 1736988
    /usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    40530000-40533000 r-xp 00000000 03:05 278557 /lib/libdl-2.2.4.so
    40533000-40534000 rw-p 00002000 03:05 278557 /lib/libdl-2.2.4.so
    40534000-40668000 r-xp 00000000 03:05 278553 /lib/libc-2.2.4.so
    40668000-4066e000 rw-p 00133000 03:05 278553 /lib/libc-2.2.4.so
    40673000-40686000 r-xp 00000000 03:05 278562 /lib/libnsl-2.2.4.so
    40686000-40687000 rw-p 00012000 03:05 278562 /lib/libnsl-2.2.4.so
    40689000-406ab000 r-xp 00000000 03:05 278559 /lib/libm-2.2.4.so
    406ab000-406ac000 rw-p 00021000 03:05 278559
    /lib/libm-2.2.4.so406ac000-406e0000 r-xp 00000000 03:05 328177
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    406e0000-406ec000 rw-p 00033000 03:05 328177
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    406ee000-406ff000 r-xp 00000000 03:05 672226
    /usr/local/jdk1.3.1_02/jre/lib/i386/libverify.so
    406ff000-40701000 rw-p 00010000 03:05 672226
    /usr/local/jdk1.3.1_02/jre/lib/i386/libverify.so
    40701000-40722000 r-xp 00000000 03:05 672227
    /usr/local/jdk1.3.1_02/jre/lib/i386/libjava.so
    40722000-40724000 rw-p 00020000 03:05 672227
    /usr/local/jdk1.3.1_02/jre/lib/i386/libjava.so
    40725000-40739000 r-xp 00000000 03:05 672228
    /usr/local/jdk1.3.1_02/jre/lib/i386/libzip.so
    40739000-4073c000 rw-p 00013000 03:05 672228
    /usr/local/jdk1.3.1_02/jre/lib/i386/libzip.so
    4073c000-4146d000 r--s 00000000 03:05 82306
    /usr/local/jdk1.3.1_02/jre/lib/rt.jar
    4149a000-4173f000 r--s 00000000 03:05 82307
    /usr/local/jdk1.3.1_02/jre/lib/i18n.jar
    4173f000-41755000 r--s 00000000 03:05 82294
    /usr/local/jdk1.3.1_02/jre/lib/sunrsasign.jar
    4f8bf000-4f8ea000 r--p 00000000 03:05 2588691
    /usr/lib/locale/en_US/LC_CTYPE
    4f8ea000-4f8f0000 r--p 00000000 03:05 1015824
    /usr/lib/locale/en_US/LC_COLLATE
    4f8f0000-4f8f9000 r--s 00000000 03:05 378091
    /app/bea/wlportal4.0/lib/campaign_system.jar
    4f8fc000-4f906000 r-xp 00000000 03:05 278578 /lib/libnss_files-2.2.4.so
    4f906000-4f907000 rw-p 00009000 03:05 278578 /lib/libnss_files-2.2.4.so
    4f907000-4f921000 r--s 00000000 03:05 378106
    /app/bea/wlportal4.0/lib/commerce_system.jar
    4f921000-4f933000 r--s 00000000 03:05 378145
    /app/bea/wlportal4.0/lib/patches.jar
    4f933000-4f9a1000 r--s 00000000 03:05 378144
    /app/bea/wlportal4.0/lib/p13n_system.jar
    4f9a1000-4f9d8000 r--s 00000000 03:05 378108
    /app/bea/wlportal4.0/lib/ext/HTTPClient.jar
    4f9d8000-4f9ec000 r--s 00000000 03:05 378110
    /app/bea/wlportal4.0/lib/ext/jdom.jar
    4f9ec000-4fa09000 r--s 00000000 03:05 378113
    /app/bea/wlportal4.0/lib/ext/wlcsparsers.jar
    4fa09000-4fa11000 r--s 00000000 03:05 378161
    /app/bea/wlportal4.0/lib/portal_system.jar
    4fa11000-51210000 r--s 00000000 03:05 377880
    /app/bea/wlserver6.1/lib/weblogic.jar
    5126f000-51346000 r--s 00000000 03:05 377884
    /app/bea/wlserver6.1/lib/xmlx.jar
    51346000-5134f000 r-xp 00000000 03:05 672231
    /usr/local/jdk1.3.1_02/jre/lib/i386/libnet.so
    5134f000-51350000 rw-p 00008000 03:05 672231
    /usr/local/jdk1.3.1_02/jre/lib/i386/libnet.so
    517c5000-519cb000 r--s 00000000 03:05 2048809
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/cloudscape.jar
    519cb000-51b98000 r--s 00000000 03:05 2048859
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/tools.jar
    51b98000-51bd8000 r--s 00000000 03:05 2048808
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/client.jar
    51d00000-5217f000 r--s 00000000 03:05 639310
    /usr/local/jdk1.3.1_02/lib/tools.jar

    Hello Brossier,
                           We can't fix that issue finally we reinstalled portal server.
    Better you raise ticket to SAP may be they ll fix.
    Best Regards,
    Navaneethan

  • JVM Crash: ConcMarkSweepGC related?

    We're experiencing the following JVM crash approximately 2-5 times per day on a well traffic application server running Tomcat 5.5 under Java 1.5 (05) on Linux with a 2.4.21-37 kernel. I'm posting here because we kind of have no route to take: I can't seem to work around the crash in any way. There's a potential that UseParallelGC might fix this, but I'm unable to run the app reliably with a ParallelGC, as we have a very large cache and the Full GC's get unbelievably long (2GB heap).
    How can we find out what's going on? Is there a way to obtain a debug build so that:
    V [libjvm.so+0x4c2c53]
    V [libjvm.so+0x1bea7c]
    We're also seeing this in the standard output:
    An exception occurred on the SessionReaperDaemon[null, 2005-11-01 20:02:14.81] thread while processing (task="com.tangosol.coherence.servlet.SessionHelper$SessionReaperDaemon$IncrementalReapTask@1ba4ac8"):
    java.lang.NullPointerException
         at com.tangosol.coherence.servlet.SessionHelper$SessionReaperDaemon$IncrementalReapTask.run(SessionHelper.java:3072)
         at com.tangosol.util.TaskDaemon.run(TaskDaemon.java:69)
         at com.tangosol.coherence.servlet.SessionHelper$SessionReaperDaemon.run(SessionHelper.java:2709)
         at com.tangosol.util.Daemon$1.run(Daemon.java:63)
    Prior to the crash, but this is an impossible place for an exception:
    3070: if (iter.hasNext())
    3071: {
    3072: String sId = (String) iter.next();3073: ...
    Any help or next steps would be greatly appreciated.
    An attached dump:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (4E4D4554484F440E4350500521), pid=1705, tid=907377584
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x36bc7068): JavaThread "SessionReaperDaemon[null, 2005-11-01 22:38:23.388]" daemon [_thread_in_Java, id=1739]
    Stack: [0x360d7000,0x36158000), sp=0x36156eec, free space=511k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x4c2c53]
    V [libjvm.so+0x1bea7c]
    V [libjvm.so+0x3e2bee]
    V [libjvm.so+0x4564cb]
    V [libjvm.so+0x3f8956]
    V [libjvm.so+0x3f5c64]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0894eba0 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4871]
    0x0864ea88 JavaThread "RMI TCP Connection(341)-192.168.100.62" daemon [_thread_in_native, id=4802]
    0x083e6568 JavaThread "http-80-Processor300" daemon [_thread_in_native, id=4708]
    0x08d4e058 JavaThread "http-80-Processor299" daemon [_thread_in_native, id=4707]
    0x08bc7c20 JavaThread "http-80-Processor298" daemon [_thread_blocked, id=4706]
    0x0845fd78 JavaThread "http-80-Processor297" daemon [_thread_in_native, id=4705]
    0x08e39330 JavaThread "http-80-Processor296" daemon [_thread_in_native, id=4704]
    0x08bceb30 JavaThread "http-80-Processor295" daemon [_thread_blocked, id=4703]
    0x08bb9de8 JavaThread "http-80-Processor294" daemon [_thread_in_native, id=4702]
    0x08b692d0 JavaThread "http-80-Processor293" daemon [_thread_in_native, id=4701]
    0x084fa8e0 JavaThread "http-80-Processor292" daemon [_thread_in_native, id=4700]
    0x08446908 JavaThread "http-80-Processor291" daemon [_thread_blocked, id=4699]
    0x08e4c4c0 JavaThread "http-80-Processor290" daemon [_thread_in_native, id=4698]
    0x08625e60 JavaThread "http-80-Processor289" daemon [_thread_blocked, id=4697]
    0x0843d5b8 JavaThread "http-80-Processor288" daemon [_thread_in_native, id=4696]
    0x08ca13b8 JavaThread "http-80-Processor287" daemon [_thread_in_native, id=4695]
    0x08395e00 JavaThread "http-80-Processor286" daemon [_thread_in_native, id=4694]
    0x084c8f28 JavaThread "http-80-Processor285" daemon [_thread_in_native, id=4693]
    0x083f6490 JavaThread "http-80-Processor284" daemon [_thread_in_native, id=4692]
    0x08e69368 JavaThread "http-80-Processor281" daemon [_thread_blocked, id=4689]
    0x08df8218 JavaThread "http-80-Processor280" daemon [_thread_blocked, id=4688]
    0x0861ba28 JavaThread "http-80-Processor279" daemon [_thread_blocked, id=4687]
    0x083e22d0 JavaThread "http-80-Processor278" daemon [_thread_blocked, id=4686]
    0x08e44e80 JavaThread "http-80-Processor277" daemon [_thread_blocked, id=4685]
    0x08625478 JavaThread "http-80-Processor276" daemon [_thread_blocked, id=4684]
    0x08547890 JavaThread "http-80-Processor275" daemon [_thread_in_native, id=4632]
    0x0846c598 JavaThread "http-80-Processor274" daemon [_thread_in_native, id=4631]
    0x08beadb8 JavaThread "http-80-Processor270" daemon [_thread_in_native, id=4627]
    0x0865b3a0 JavaThread "http-80-Processor269" daemon [_thread_in_native, id=4626]
    0x092899e0 JavaThread "http-80-Processor268" daemon [_thread_in_native, id=4625]
    0x09277f58 JavaThread "http-80-Processor267" daemon [_thread_blocked, id=4624]
    0x086790b0 JavaThread "http-80-Processor265" daemon [_thread_in_native, id=4622]
    0x0844d920 JavaThread "http-80-Processor263" daemon [_thread_blocked, id=4620]
    0x0846f478 JavaThread "http-80-Processor262" daemon [_thread_in_native, id=4619]
    0x08c5f470 JavaThread "http-80-Processor261" daemon [_thread_in_native, id=4618]
    0x088cd8d0 JavaThread "http-80-Processor260" daemon [_thread_in_native, id=4617]
    0x08d5af30 JavaThread "http-80-Processor259" daemon [_thread_blocked, id=4616]
    0x0884bc18 JavaThread "http-80-Processor258" daemon [_thread_blocked, id=4615]
    0x08e618a0 JavaThread "http-80-Processor257" daemon [_thread_in_native, id=4614]
    0x08be3de0 JavaThread "http-80-Processor256" daemon [_thread_in_native, id=4613]
    0x085de680 JavaThread "http-80-Processor255" daemon [_thread_blocked, id=4612]
    0x083b8420 JavaThread "http-80-Processor254" daemon [_thread_blocked, id=4611]
    0x08e533e0 JavaThread "http-80-Processor253" daemon [_thread_in_native, id=4610]
    0x083c5af8 JavaThread "http-80-Processor252" daemon [_thread_in_native, id=4609]
    0x084701c0 JavaThread "http-80-Processor251" daemon [_thread_blocked, id=4608]
    0x3639cff0 JavaThread "http-80-Processor250" daemon [_thread_in_native, id=4402]
    0x2f41cd88 JavaThread "http-80-Processor249" daemon [_thread_in_native, id=4401]
    0x36bf7a48 JavaThread "http-80-Processor247" daemon [_thread_blocked, id=4399]
    0x35160748 JavaThread "http-80-Processor246" daemon [_thread_in_native, id=4398]
    0x36b42ed0 JavaThread "http-80-Processor245" daemon [_thread_blocked, id=4397]
    0x359b3ec0 JavaThread "http-80-Processor244" daemon [_thread_in_native, id=4396]
    0x3633a1f8 JavaThread "http-80-Processor240" daemon [_thread_blocked, id=4392]
    0x35a9ef28 JavaThread "http-80-Processor239" daemon [_thread_in_native, id=4391]
    0x35a52840 JavaThread "http-80-Processor238" daemon [_thread_blocked, id=4390]
    0x35a8e9e8 JavaThread "http-80-Processor236" daemon [_thread_blocked, id=4388]
    0x35a8de38 JavaThread "http-80-Processor235" daemon [_thread_in_native, id=4387]
    0x304703b8 JavaThread "http-80-Processor232" daemon [_thread_in_native, id=4384]
    0x36b32498 JavaThread "http-80-Processor231" daemon [_thread_blocked, id=4383]
    0x2e149a40 JavaThread "http-80-Processor230" daemon [_thread_blocked, id=4382]
    0x304731f8 JavaThread "http-80-Processor229" daemon [_thread_blocked, id=4381]
    0x2e186cd0 JavaThread "http-80-Processor228" daemon [_thread_in_native, id=4380]
    0x35a53c68 JavaThread "http-80-Processor227" daemon [_thread_blocked, id=4379]
    0x083a85d0 JavaThread "RMI TCP Connection(315)-192.168.100.62" daemon [_thread_blocked, id=4343]
    0x08cdd748 JavaThread "JMX server connection timeout 1017" daemon [_thread_blocked, id=3885]
    0x08df9fc0 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=3884]
    0x083c7f68 JavaThread "http-80-Processor225" daemon [_thread_blocked, id=3816]
    0x083c85b8 JavaThread "http-80-Processor223" daemon [_thread_blocked, id=3814]
    0x08df3be8 JavaThread "http-80-Processor222" daemon [_thread_in_native, id=3813]
    0x087a49b8 JavaThread "http-80-Processor221" daemon [_thread_in_native, id=3812]
    0x084c9db8 JavaThread "http-80-Processor220" daemon [_thread_in_native, id=3811]
    0x086203e0 JavaThread "http-80-Processor218" daemon [_thread_in_native, id=3809]
    0x088e2090 JavaThread "http-80-Processor216" daemon [_thread_in_native, id=3807]
    0x088bd2d0 JavaThread "http-80-Processor214" daemon [_thread_in_native, id=3805]
    0x08863490 JavaThread "http-80-Processor211" daemon [_thread_in_native, id=3802]
    0x08e9f4b8 JavaThread "http-80-Processor207" daemon [_thread_in_native, id=3798]
    0x08c9f748 JavaThread "http-80-Processor206" daemon [_thread_in_native, id=3797]
    0x0861fa00 JavaThread "http-80-Processor205" daemon [_thread_in_native, id=3796]
    0x08408ec8 JavaThread "http-80-Processor204" daemon [_thread_blocked, id=3795]
    0x0869bf28 JavaThread "http-80-Processor203" daemon [_thread_blocked, id=3794]
    0x08ba2648 JavaThread "http-80-Processor201" daemon [_thread_blocked, id=3792]
    0x08e70980 JavaThread "http-80-Processor200" daemon [_thread_blocked, id=3550]
    0x08e707e8 JavaThread "http-80-Processor199" daemon [_thread_blocked, id=3549]
    0x088e83b0 JavaThread "http-80-Processor196" daemon [_thread_blocked, id=3546]
    0x08634758 JavaThread "http-80-Processor195" daemon [_thread_blocked, id=3545]
    0x08198ea8 JavaThread "http-80-Processor194" daemon [_thread_blocked, id=3544]
    0x0831d5a8 JavaThread "http-80-Processor191" daemon [_thread_in_native, id=3541]
    0x088c6788 JavaThread "http-80-Processor189" daemon [_thread_in_native, id=3539]
    0x0835d868 JavaThread "http-80-Processor187" daemon [_thread_blocked, id=3537]
    0x08be2788 JavaThread "http-80-Processor186" daemon [_thread_in_native, id=3536]
    0x08d5b638 JavaThread "http-80-Processor182" daemon [_thread_blocked, id=3532]
    0x088c6488 JavaThread "http-80-Processor180" daemon [_thread_in_native, id=3530]
    0x08d83d70 JavaThread "http-80-Processor173" daemon [_thread_blocked, id=3158]
    0x088f3ca8 JavaThread "http-80-Processor171" daemon [_thread_blocked, id=3156]
    0x08862858 JavaThread "http-80-Processor168" daemon [_thread_blocked, id=3153]
    0x08629e38 JavaThread "http-80-Processor162" daemon [_thread_blocked, id=3147]
    0x086b9dd0 JavaThread "http-80-Processor159" daemon [_thread_in_native, id=3144]
    0x086e1c88 JavaThread "http-80-Processor153" daemon [_thread_in_native, id=3138]
    0x082fae10 JavaThread "http-80-Processor151" daemon [_thread_in_native, id=3136]
    0x084c7c40 JavaThread "http-80-Processor149" daemon [_thread_blocked, id=2489]
    0x087a5568 JavaThread "http-80-Processor147" daemon [_thread_in_native, id=2487]
    0x08c5f648 JavaThread "http-80-Processor146" daemon [_thread_blocked, id=2486]
    0x08c64090 JavaThread "http-80-Processor135" daemon [_thread_blocked, id=2475]
    0x08d60c68 JavaThread "http-80-Processor133" daemon [_thread_in_native, id=2473]
    0x08cdc058 JavaThread "http-80-Processor129" daemon [_thread_blocked, id=2469]
    0x0854a978 JavaThread "http-80-Processor128" daemon [_thread_blocked, id=2468]
    0x08d940c0 JavaThread "http-80-Processor126" daemon [_thread_in_native, id=2466]
    0x087c4998 JavaThread "http-80-Processor114" daemon [_thread_blocked, id=2186]
    0x0895ec90 JavaThread "http-80-Processor113" daemon [_thread_in_native, id=2185]
    0x0895e028 JavaThread "http-80-Processor112" daemon [_thread_blocked, id=2184]
    0x08e9bbb8 JavaThread "http-80-Processor82" daemon [_thread_in_native, id=2147]
    0x08634cf8 JavaThread "http-80-Processor80" daemon [_thread_in_native, id=2145]
    0x085d93c0 JavaThread "http-80-Processor68" daemon [_thread_blocked, id=2129]
    0x085d8658 JavaThread "http-80-Processor67" daemon [_thread_blocked, id=2128]
    0x085d7310 JavaThread "http-80-Processor66" daemon [_thread_in_native, id=2127]
    0x084c57e0 JavaThread "http-80-Processor60" daemon [_thread_blocked, id=2121]
    0x084c4a78 JavaThread "http-80-Processor59" daemon [_thread_blocked, id=2120]
    0x08588db8 JavaThread "http-80-Processor56" daemon [_thread_blocked, id=2117]
    0x086a2130 JavaThread "http-80-Processor54" daemon [_thread_in_native, id=2115]
    0x0878cfa8 JavaThread "http-80-Processor50" daemon [_thread_in_native, id=2108]
    0x087b9148 JavaThread "http-80-Processor39" daemon [_thread_blocked, id=2097]
    0x082f38c8 JavaThread "http-80-Processor29" daemon [_thread_blocked, id=2087]
    0x087a6a30 JavaThread "http-80-Processor28" daemon [_thread_in_native, id=2086]
    0x36b33540 JavaThread "http-80-Monitor" [_thread_blocked, id=1769]
    0x351178e0 JavaThread "http-80-Processor4" daemon [_thread_blocked, id=1747]
    0x35a72210 JavaThread "http-80-Processor1" daemon [_thread_blocked, id=1744]
    0x363ed3b0 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=1743]
    0x35a60238 JavaThread "Thread-4" [_thread_blocked, id=1742]
    =>0x36bc7068 JavaThread "SessionReaperDaemon[null, 2005-11-01 22:38:23.388]" daemon [_thread_in_Java, id=1739]
    0x363633c8 JavaThread "DistributedCache:DistributedSessions:EventDispatcher" daemon [_thread_blocked, id=1738]
    0x363771a0 JavaThread "DistributedCache:DistributedSessions" daemon [_thread_blocked, id=1737]
    0x36ba85f0 JavaThread "ReplicatedCache:ReplicatedSessionsMisc" daemon [_thread_blocked, id=1736]
    0x36bbb118 JavaThread "TcpRingListener" daemon [_thread_in_native, id=1735]
    0x36373478 JavaThread "Cluster" daemon [_thread_blocked, id=1733]
    0x36351268 JavaThread "PacketPublisher" daemon [_thread_blocked, id=1732]
    0x36350d60 JavaThread "PacketReceiver" daemon [_thread_blocked, id=1731]
    0x36ba8858 JavaThread "PacketListenerN" daemon [_thread_in_native, id=1730]
    0x36bb11e8 JavaThread "PacketListener1" daemon [_thread_in_native, id=1729]
    0x36b9f530 JavaThread "Logger@9508926 3.0/315" daemon [_thread_blocked, id=1728]
    0x081b0910 JavaThread "RMI TCP Accept-9000" daemon [_thread_in_native, id=1726]
    0x081b5c90 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=1725]
    0x081b57c0 JavaThread "Timer-0" daemon [_thread_blocked, id=1724]
    0x08157b60 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1722]
    0x081566e8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1721]
    0x08155698 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1720]
    0x08154578 JavaThread "AdapterThread" daemon [_thread_blocked, id=1719]
    0x08153618 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1718]
    0x081528e8 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=1717]
    0x08148480 JavaThread "Finalizer" daemon [_thread_blocked, id=1716]
    0x08148008 JavaThread "Reference Handler" daemon [_thread_blocked, id=1715]
    0x0805c598 JavaThread "main" [_thread_in_native, id=1705]
    Other Threads:
    0x08145bc8 VMThread [id=1714]
    0x082237b0 WatcherThread [id=1727]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation total 523840K, used 289536K [0x3d1c0000, 0x5d1c0000, 0x5d1c0000)
    eden space 523392K, 55% used [0x3d1c0000, 0x4ec800f0, 0x5d0e0000)
    from space 448K, 0% used [0x5d150000, 0x5d150000, 0x5d1c0000)
    to space 448K, 0% used [0x5d0e0000, 0x5d0e0000, 0x5d150000)
    concurrent mark-sweep generation total 1318912K, used 521347K [0x5d1c0000, 0xad9c0000, 0xad9c0000)
    concurrent-mark-sweep perm gen total 30720K, used 30499K [0xad9c0000, 0xaf7c0000, 0xb19c0000)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 08:02 180163 /usr/java/jdk1.5.0_05/bin/java
    08056000-08058000 rwxp 0000e000 08:02 180163 /usr/java/jdk1.5.0_05/bin/java
    08058000-0aea7000 rwxp 00000000 00:00 0
    2af40000-2b067000 rwxp 00001000 00:00 0
    2b067000-2b06a000 ---p 00000000 00:00 0
    2b06a000-2b0e8000 rwxp 00003000 00:00 0
    2b0e8000-2b0eb000 ---p 00081000 00:00 0
    2b0eb000-2b169000 rwxp 00084000 00:00 0
    2b169000-2b16c000 ---p 00102000 00:00 0
    2b16c000-2b1ea000 rwxp 00105000 00:00 0
    2b1ea000-2b1ed000 ---p 00081000 00:00 0
    2b1ed000-2b26b000 rwxp 00084000 00:00 0
    2b26b000-2b26e000 ---p 00081000 00:00 0
    2b26e000-2b2ec000 rwxp 00084000 00:00 0
    2b2ec000-2b367000 r-xs 00000000 08:02 1784003 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/xsdlib.jar
    2b367000-2b382000 r-xs 00000000 08:02 1784002 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/xmlrpc-1.2-b1.jar
    2b382000-2b39d000 r-xs 00000000 08:02 1784001 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/xml-apis.jar
    2b39d000-2b476000 r-xs 00000000 08:02 1784000 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/xercesImpl.jar
    2b476000-2b554000 r-xs 00000000 08:02 1783999 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/xalan.jar
    2b554000-2b557000 ---p 00000000 00:00 0
    2b557000-2b5d5000 rwxp 00003000 00:00 0
    2b5d5000-2b5d8000 ---p 00081000 00:00 0
    2b5d8000-2b656000 rwxp 00084000 00:00 0
    2b656000-2b659000 ---p 00081000 00:00 0
    2b659000-2b6d7000 rwxp 00084000 00:00 0
    2b6d7000-2b6da000 ---p 00102000 00:00 0
    2b6da000-2b758000 rwxp 00105000 00:00 0
    2b758000-2b75b000 ---p 00183000 00:00 0
    2b75b000-2b7d9000 rwxp 00186000 00:00 0
    2b7d9000-2b7dc000 rwxp 00000000 00:00 0
    2b7dc000-2b85a000 rwxp 00207000 00:00 0
    2b85a000-2b85d000 ---p 00285000 00:00 0
    2b85d000-2b8db000 rwxp 00288000 00:00 0
    2b8db000-2b8de000 ---p 00102000 00:00 0
    2b8de000-2b95c000 rwxp 00105000 00:00 0
    2b95c000-2b95f000 ---p 00183000 00:00 0
    2b95f000-2ba5d000 rwxp 00186000 00:00 0
    2ba5d000-2ba60000 ---p 00182000 00:00 0
    2ba60000-2bade000 rwxp 00185000 00:00 0
    2bade000-2bae1000 ---p 00203000 00:00 0
    2bae1000-2bb5f000 rwxp 00206000 00:00 0
    2bb5f000-2bb62000 ---p 00284000 00:00 0
    2bb62000-2bbe0000 rwxp 00287000 00:00 0
    2bbe0000-2bbe3000 ---p 00305000 00:00 0
    2bbe3000-2bc61000 rwxp 00308000 00:00 0
    2bc61000-2bc64000 ---p 00204000 00:00 0
    2bc64000-2bce2000 rwxp 00207000 00:00 0
    2bce2000-2bce5000 ---p 00285000 00:00 0
    2bce5000-2bd63000 rwxp 00288000 00:00 0
    2bd63000-2bd66000 rwxp 00000000 00:00 0
    2bd66000-2bde4000 rwxp 00186000 00:00 0
    2bde4000-2bde7000 ---p 00204000 00:00 0
    2bde7000-2be65000 rwxp 00207000 00:00 0
    2be65000-2be68000 rwxp 00000000 00:00 0
    2be68000-2bee6000 rwxp 00084000 00:00 0
    2bee6000-2bee9000 ---p 00102000 00:00 0
    2bee9000-2bf67000 rwxp 00105000 00:00 0
    2bf67000-2bf6a000 ---p 00183000 00:00 0
    2bf6a000-2bfe8000 rwxp 00186000 00:00 0
    2bfe8000-2bfeb000 ---p 00204000 00:00 0
    2bfeb000-2c069000 rwxp 00207000 00:00 0
    2c069000-2c06c000 ---p 00081000 00:00 0
    2c06c000-2c0ea000 rwxp 00084000 00:00 0
    2c0ea000-2c0ed000 ---p 00102000 00:00 0
    2c0ed000-2c16b000 rwxp 00105000 00:00 0
    2c16b000-2c16e000 ---p 00183000 00:00 0
    2c16e000-2c1ec000 rwxp 00186000 00:00 0
    2c1ec000-2c1ef000 rwxp 00000000 00:00 0
    2c1ef000-2c26d000 rwxp 00207000 00:00 0
    2c26d000-2c270000 ---p 00285000 00:00 0
    2c270000-2c2ee000 rwxp 00288000 00:00 0
    2c2ee000-2c2f1000 ---p 00306000 00:00 0
    2c2f1000-2c36f000 rwxp 00309000 00:00 0
    2c36f000-2c372000 ---p 00387000 00:00 0
    2c372000-2c3f0000 rwxp 0038a000 00:00 0
    2c3f0000-2c3f3000 ---p 00204000 00:00 0
    2c3f3000-2c471000 rwxp 00207000 00:00 0
    2c471000-2c474000 ---p 00285000 00:00 0
    2c474000-2c4f2000 rwxp 00288000 00:00 0
    2c4f2000-2c4f5000 ---p 00102000 00:00 0
    2c4f5000-2c573000 rwxp 00105000 00:00 0
    2c573000-2c576000 ---p 00183000 00:00 0
    2c576000-2c5f4000 rwxp 00186000 00:00 0
    2c5f4000-2c5f7000 ---p 00204000 00:00 0
    2c5f7000-2c675000 rwxp 00207000 00:00 0
    2c675000-2c678000 ---p 00285000 00:00 0
    2c678000-2c6f6000 rwxp 00288000 00:00 0
    2c6f6000-2c6f9000 ---p 00306000 00:00 0
    2c6f9000-2c777000 rwxp 00309000 00:00 0
    2c777000-2c77a000 ---p 00387000 00:00 0
    2c77a000-2c7f8000 rwxp 0038a000 00:00 0
    2c7f8000-2c7fb000 ---p 00081000 00:00 0
    2c7fb000-2c879000 rwxp 00084000 00:00 0
    2c879000-2c87c000 ---p 00102000 00:00 0
    2c87c000-2c8fa000 rwxp 00105000 00:00 0
    2c8fa000-2c8fd000 ---p 00183000 00:00 0
    2c8fd000-2c97b000 rwxp 00186000 00:00 0
    2c97b000-2c97e000 rwxp 00000000 00:00 0
    2c97e000-2c9fc000 rwxp 00207000 00:00 0
    2c9fc000-2c9ff000 ---p 00285000 00:00 0
    2c9ff000-2ca7d000 rwxp 00288000 00:00 0
    2ca7d000-2ca80000 ---p 00285000 00:00 0
    2ca80000-2cafe000 rwxp 00288000 00:00 0
    2cafe000-2cb01000 rwxp 00000000 00:00 0
    2cb01000-2cb7f000 rwxp 00309000 00:00 0
    2cb7f000-2cb82000 ---p 00387000 00:00 0
    2cb82000-2cc58000 rwxp 0038a000 00:00 0
    2cc58000-2cd00000 ---p 00029000 00:00 0
    2cd7f000-2cd82000 ---p 00000000 00:00 0
    2cd82000-2cefe000 rwxp 00003000 00:00 0
    2cefe000-2cf00000 ---p 00029000 00:00 0
    2cf00000-2d0fe000 rwxp 0002b000 00:00 0
    2d0fe000-2d100000 ---p 00038000 00:00 0
    2d17b000-2d17e000 ---p 00000000 00:00 0
    2d17e000-2d1fc000 rwxp 00003000 00:00 0
    2d1fc000-2d1ff000 ---p 00081000 00:00 0
    2d1ff000-2d27d000 rwxp 00084000 00:00 0
    2d27d000-2d280000 rwxp 00000000 00:00 0
    2d280000-2d2fe000 rwxp 00105000 00:00 0
    2d2fe000-2d301000 ---p 00183000 00:00 0
    2d301000-2d37f000 rwxp 00186000 00:00 0
    2d37f000-2d382000 ---p 00204000 00:00 0
    2d382000-2d600000 rwxp 00207000 00:00 0
    2d67f000-2d682000 ---p 00000000 00:00 0
    2d682000-2e1ff000 rwxp 00003000 00:00 0
    2e1ff000-2e200000 ---p 00029000 00:00 0
    2e200000-2e25d000 rwxp 0002a000 00:00 0
    2e25d000-2e300000 ---p 00059000 00:00 0
    2e300000-2e700000 rwxp 00000000 00:00 0
    2e77f000-2e782000 ---p 00000000 00:00 0
    2e782000-30500000 rwxp 00003000 00:00 0
    3057f000-30582000 rwxp 00000000 00:00 0
    30582000-30700000 rwxp 00003000 00:00 0
    3077d000-30780000 ---p 00000000 00:00 0
    30780000-307fe000 rwxp 00003000 00:00 0
    307fe000-30801000 ---p 00081000 00:00 0
    30801000-3087f000 rwxp 00084000 00:00 0
    3087f000-30882000 ---p 00102000 00:00 0
    30882000-30a00000 rwxp 00105000 00:00 0
    30a7f000-30a82000 ---p 00000000 00:00 0
    30a82000-30ffc000 rwxp 00003000 00:00 0
    30ffc000-31000000 ---p 00029000 00:00 0
    31000000-311fc000 rwxp 00095000 00:00 0
    311fc000-31200000 ---p 00029000 00:00 0
    31200000-313fc000 rwxp 0002d000 00:00 0
    313fc000-31400000 ---p 000fd000 00:00 0
    31416000-31434000 r-xs 00000000 08:02 1783998 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/wsdl4j.jar
    31434000-31442000 r-xs 00000000 08:02 1783997 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/wrapper.jar
    31442000-3147f000 r-xs 00000000 08:02 1783995 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/webInstaller.jar
    3147f000-31482000 ---p 00000000 00:00 0
    31482000-315ff000 rwxp 00003000 00:00 0
    315ff000-31600000 ---p 00000000 00:00 0
    31625000-3167f000 r-xs 00000000 08:02 1783994 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/velocity-1.4-rc1.jar
    3167f000-31682000 ---p 00000000 00:00 0
    31682000-31dfb000 rwxp 00003000 00:00 0
    31dfb000-31e00000 ---p 00000000 00:00 0
    31e14000-31e17000 ---p 00000000 00:00 0
    31e17000-31e95000 rwxp 00003000 00:00 0
    31e95000-31e98000 ---p 00081000 00:00 0
    31e98000-31f16000 rwxp 00084000 00:00 0
    31f16000-31f19000 ---p 00102000 00:00 0
    31f19000-31f97000 rwxp 00105000 00:00 0
    31f97000-31f9a000 ---p 00183000 00:00 0
    31f9a000-32018000 rwxp 00186000 00:00 0
    32018000-3201b000 ---p 00183000 00:00 0
    3201b000-32099000 rwxp 00186000 00:00 0
    32099000-3209c000 ---p 00204000 00:00 0
    3209c000-3211a000 rwxp 00207000 00:00 0
    3211a000-3211d000 ---p 00285000 00:00 0
    3211d000-3219b000 rwxp 00288000 00:00 0
    3219b000-3219e000 ---p 00102000 00:00 0
    3219e000-3221c000 rwxp 00105000 00:00 0
    3221c000-3221f000 ---p 00183000 00:00 0
    3221f000-3229d000 rwxp 00186000 00:00 0
    3229d000-322a0000 ---p 00204000 00:00 0
    322a0000-3231e000 rwxp 00207000 00:00 0
    3231e000-32321000 ---p 00285000 00:00 0
    32321000-3239f000 rwxp 00288000 00:00 0
    3239f000-323a2000 ---p 00306000 00:00 0
    323a2000-32420000 rwxp 00309000 00:00 0
    32420000-32423000 ---p 00387000 00:00 0
    32423000-324a1000 rwxp 0038a000 00:00 0
    324a1000-324a4000 ---p 00408000 00:00 0
    324a4000-32522000 rwxp 0040b000 00:00 0
    32522000-32525000 ---p 00285000 00:00 0
    32525000-325a3000 rwxp 00288000 00:00 0
    325a3000-325a6000 ---p 00102000 00:00 0
    325a6000-32624000 rwxp 00105000 00:00 0
    32624000-32627000 ---p 00183000 00:00 0
    32627000-326a5000 rwxp 00186000 00:00 0
    326a5000-326a8000 ---p 00204000 00:00 0
    326a8000-32726000 rwxp 00207000 00:00 0
    32726000-32729000 ---p 00285000 00:00 0
    32729000-327a7000 rwxp 00288000 00:00 0
    327a7000-327aa000 ---p 00102000 00:00 0
    327aa000-32828000 rwxp 00105000 00:00 0
    32828000-3282b000 rwxp 00000000 00:00 0
    3282b000-328a9000 rwxp 00186000 00:00 0
    328a9000-328ac000 ---p 00204000 00:00 0
    328ac000-3292a000 rwxp 00207000 00:00 0
    3292a000-3292d000 ---p 00285000 00:00 0
    3292d000-329ab000 rwxp 00288000 00:00 0
    329ab000-329ae000 rwxp 00000000 00:00 0
    329ae000-32a2c000 rwxp 00309000 00:00 0
    32a2c000-32a2f000 ---p 00183000 00:00 0
    32a2f000-32aad000 rwxp 00186000 00:00 0
    32aad000-32ab0000 rwxp 00000000 00:00 0
    32ab0000-32b2e000 rwxp 00207000 00:00 0
    32b2e000-32b31000 ---p 00000000 00:00 0
    32b31000-32baf000 rwxp 00003000 00:00 0
    32baf000-32bb2000 ---p 00081000 00:00 0
    32bb2000-32c30000 rwxp 00084000 00:00 0
    32c30000-32c33000 ---p 00102000 00:00 0
    32c33000-32cb1000 rwxp 00105000 00:00 0
    32cb1000-32cb4000 rwxp 00000000 00:00 0
    32cb4000-32d32000 rwxp 00186000 00:00 0
    32d32000-32d35000 rwxp 00000000 00:00 0
    32d35000-32db3000 rwxp 00084000 00:00 0
    32db3000-32db6000 ---p 00102000 00:00 0
    32db6000-32e34000 rwxp 00105000 00:00 0
    32e34000-32e37000 rwxp 00000000 00:00 0
    32e37000-32eb5000 rwxp 00186000 00:00 0
    32eb5000-32eb8000 ---p 00204000 00:00 0
    32eb8000-32f36000 rwxp 00207000 00:00 0
    32f36000-32f39000 rwxp 00000000 00:00 0
    32f39000-32fb7000 rwxp 00288000 00:00 0
    32fb7000-32fba000 ---p 00306000 00:00 0
    32fba000-33038000 rwxp 00309000 00:00 0
    33038000-3303b000 rwxp 00000000 00:00 0
    3303b000-330b9000 rwxp 00186000 00:00 0
    330b9000-330bc000 ---p 00204000 00:00 0
    330bc000-3313a000 rwxp 00207000 00:00 0
    3313a000-3313d000 ---p 00285000 00:00 0
    3313d000-331bb000 rwxp 00288000 00:00 0
    331bb000-331be000 ---p 00102000 00:00 0
    331be000-3323c000 rwxp 00105000 00:00 0
    3323c000-3323f000 ---p 00183000 00:00 0
    3323f000-332bd000 rwxp 00186000 00:00 0
    332bd000-332c0000 ---p 00204000 00:00 0
    332c0000-3333e000 rwxp 00207000 00:00 0
    3333e000-33341000 ---p 00285000 00:00 0
    33341000-333bf000 rwxp 00288000 00:00 0
    333bf000-333c2000 ---p 00306000 00:00 0
    333c2000-33440000 rwxp 00309000 00:00 0
    33440000-33443000 ---p 00183000 00:00 0
    33443000-334c1000 rwxp 00186000 00:00 0
    334e2000-33531000 r-xs 00000000 08:02 1783993 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/torque-3.0.2.jar
    33531000-33537000 r-xs 00000000 08:02 1783992 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/textile4j-1.20.jar
    33537000-336e9000 r-xs 00000000 08:02 1783991 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/tangosol.jar
    336e9000-33710000 r-xs 00000000 08:02 1783990 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/ss_css2.jar
    33710000-33716000 r-xs 00000000 08:02 1783989 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/smtp.jar
    33716000-3371b000 r-xs 00000000 08:02 1783987 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/saaj.jar
    3371b000-33720000 r-xs 00000000 08:02 1783986 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/relaxngDatatype.jar
    33720000-33726000 r-xs 00000000 08:02 1783985 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/pop3.jar
    33726000-3373e000 r-xs 00000000 08:02 1783984 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/p6spy.jar
    3373e000-3375b000 r-xs 00000000 08:02 1783983 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/oscache-2.1.1.jar
    3375b000-337ff000 r-xs 00000000 08:02 1783982 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/optional.jar
    337ff000-3396a000 r-xs 00000000 08:02 1783981 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/msv.jar
    3396a000-33979000 r-xs 00000000 08:02 1783980 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/msutil.jar
    33979000-3398a000 r-xs 00000000 08:02 1783979 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/mssqlserver.jar
    3398a000-339d1000 r-xs 00000000 08:02 1783978 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/msbase.jar
    339d1000-339e8000 r-xs 00000000 08:02 1783977 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/metadata-extractor-2.2.2.jar
    339e8000-33a15000 r-xs 00000000 08:02 1783976 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/mailapi.jar
    33a15000-33a6c000 r-xs 00000000 08:02 1783975 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/log4j-1.2.8.jar
    33a6c000-33a6e000 r-xs 00000000 08:02 1783974 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jdbc2_0-stdext.jar
    33a6e000-33ab6000 r-xs 00000000 08:02 1783973 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jcs.jar
    33ab6000-33ac2000 r-xs 00000000 08:02 1783972 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jazzy-core.jar
    33ac2000-33acb000 r-xs 00000000 08:02 1783971 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jaxrpc.jar
    33acb000-33b06000 r-xs 00000000 08:02 1783970 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jaxen-1.1-beta-4.jar
    33b06000-33b0e000 r-xs 00000000 08:02 1783969 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jakarta-regexp-1.2.jar
    33b0e000-33b1e000 r-xs 00000000 08:02 1783968 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jakarta-oro-2.0.6.jar
    33b1e000-33c9f000 r-xs 00000000 08:02 1783967 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jai_core.jar
    33c9f000-33cd3000 r-xs 00000000 08:02 1783966 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/jai_codec.jar
    33cd3000-33d03000 r-xs 00000000 08:02 1783965 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/isorelax.jar
    33d03000-33d25000 r-xs 00000000 08:02 1783964 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/imap.jar
    33d25000-33d54000 r-xs 00000000 08:02 1783963 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/hessian-3.0.13.jar
    33d54000-33d58000 r-xs 00000000 08:02 1783962 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/fast-md5-2.5.jar
    33d58000-33db8000 r-xs 00000000 08:02 1783961 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/dom4j-1.5-rc1.jar
    33db8000-33df5000 r-xs 00000000 08:02 1783960 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/dnsjava-1.6.6.jar
    33df5000-33ef6000 r-xs 00000000 08:02 1783958 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/db-ojb-1.0.1.jar
    33ef6000-33f0f000 r-xs 00000000 08:02 1783957 /usr/local/apache-tomcat-5.5.12/webapps/x/WEB-INF/lib/crossdb.jar
    33f0f000-33f1d000

    An aside: When I switch to ParallelGC, afterrunning
    for about 5-6 hours, GC times start doubling
    (approximately) in time, eventually moving upwardsof
    2 minutes per full GC.That sounds to me like you're swapping during full
    GCs. I wouldn't assume that 2 GB of physical RAM is
    sufficient to run an app with an 1800 MB heap. Have
    you done any heap profiling to determine the real
    working set of your application? When the GCs get
    this pathologically long, is there disk activity on
    the machine?Hmm.. So what should we size our heap to on a server with 2GB? The server is essentially only running the Java process. What would you consider "safe"?
    While heap profiling with jconsole, the application only utilizes 1.1GB of the heap at peaks. We want to expand that eventually as we size our caches larger.
    I don't believe there's disk activity with long GCs, but I can't confirm that 100% right now. The server is reading files from another machine, so the disks are more or less untouched while the app is running. There's heavy caching. The only reason disks would be hititng if your guess regarding the swapping turns out correct. After you suggest a safer way to calc a max heap size for our machine, I'll try again with ParallelGC and a smaller heap.
    Some points:
    - I tried increasing perm generation size. It'snot
    even close to filled (according to gc log).(As you mentioned, "old generation" instead of "perm
    generation".) What about when the full collection
    times are taking 2 minutes in duration? Is there any
    disk activity indicating swapping?Again, not positive on the disk situation -- should get an answer above to figure this out.
    - I have not tried the -client VM, will this break
    performance on a production application?The client VM does not generate as high quality
    machine code as the server VM but on the x86
    architecture many benchmark scores for the two
    compilers are comparable. I would recommend you try
    that option if only to narrow down the scope of the
    crash you're seeing.
    - I saw a bug related to a ConcMarkSweepGC crashon
    4-cpu machines opened on Oct 17th. I've testedthis
    on 4-cpu (2 proc with hyperthreading) and 2-cpu
    (hyperthreading off) -- both exhibit this issue.What bug ID is this?http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6337544
    - Are there any known issues with this collectorand
    Linux 2.4.21-37.ELsmp? Should we be using
    LD_ASSUME_KERNEL=2.2.5 or anything? For java to
    recognize this variable, do we just need itspecified
    anywhere in the environment at JVM start? How dowe
    test if it worked?No issues as far as I know, but I am not a Linux
    expert. I think in order to toggle which thread
    library is used you just need that variable exported
    in the environment when the JVM starts up. You can
    probably use pmap to see which thread library got
    loaded to verify the one you expect is present in the
    loaded objects.Trying various combinations of LD_ASSUME_KERNEL to switch threading versions has no real effect on stability there. We're seeing crashes repeatedly still.
    I'm going to attempt to deploy some machines with a new kernel as well and see if we can reproduce on those. I'll try ParallelGC again as soon as I get your recommendations on the configuration.

Maybe you are looking for