Qt-jambi-interest Archive, December 2006
Fonts and Trees
Pages: Prev | 1 | 2 | Next
Message 16 in thread
Hi, Georg.
Georg Schild wrote:
> Na, that's fine. /usr/src/qtjambi-linux-preview is just a symlink to
> the latest tp, in this case tp3. i just didn't want to change my
> command line all the time so i changed the directory instead ;). To
> start my app i copied the appropriate lines from qtjambi.sh with some
> modifications, right now i also tried to set the libdir using
> -Djava.library.path and drop the PATH setting, no change. But the
> crash-points get more and more all the time, i got two different ones
> now:
>
> libQtCore/Object.userData()
> libQtGui/Vector.TreeViewItem.realloc()
>
>
Could you try running against the newly released Java 1.6.0? We can
reproduce the crash with the release candidate here, but not with the
final version (nor Java 1.5.0) so it's looks like it might be a bug in
the JVM in the RC.
-- Eskil
Message 17 in thread
Eskil A. Blomfeldt wrote:
>> Na, that's fine. /usr/src/qtjambi-linux-preview is just a symlink to
>> the latest tp, in this case tp3. i just didn't want to change my
>> command line all the time so i changed the directory instead ;). To
>> start my app i copied the appropriate lines from qtjambi.sh with some
>> modifications, right now i also tried to set the libdir using
>> -Djava.library.path and drop the PATH setting, no change. But the
>> crash-points get more and more all the time, i got two different ones
>> now:
>>
>> libQtCore/Object.userData()
>> libQtGui/Vector.TreeViewItem.realloc()
>>
>>
>
> Could you try running against the newly released Java 1.6.0? We can
> reproduce the crash with the release candidate here, but not with the
> final version (nor Java 1.5.0) so it's looks like it might be a bug in
> the JVM in the RC.
>
Sorry, a clarification: This is regarding the crash bug in Gunnar's
example code. I see in a previous mail that you've upgraded Java. Have
you been able to crash that example (JambiFileTree) using the new JVM,
or only the test in your own code? We're thinking these might be two
distinct problems.
-- Eskil
Message 18 in thread
Eskil A. Blomfeldt wrote:
> Sorry, a clarification: This is regarding the crash bug in Gunnar's
> example code. I see in a previous mail that you've upgraded Java. Have
> you been able to crash that example (JambiFileTree) using the new JVM,
> or only the test in your own code? We're thinking these might be two
> distinct problems.
Ah, ok, my answer was too fast then ;)
but well, i crashed it again, crashdump attached. This time it looks
like some QDir bug.
best regards
Georg Schild
#
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xf54fdc90, pid=30584, tid=4158229408
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# C [libQtCore.so.4+0x97c90] _ZNK11QDirPrivate12sortFileListE6QFlagsIN4QDir8SortFlagEER11QStringListPS4_P5QListI9QFileInfoE+0xe0
#
# 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 (0x08058400): JavaThread "main" [_thread_in_native, id=30585]
siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000014
Registers:
EAX=0x00000010, EBX=0xf55fddd0, ECX=0x00000001, EDX=0xf3b1ee78
ESP=0xf7d95c18, EBP=0xf7d95c90, ESI=0xf7d95c68, EDI=0x00000000
EIP=0xf54fdc90, CR2=0x00000014, EFLAGS=0x00210293
Top of Stack: (sp=0xf7d95c18)
0xf7d95c18: 0807ab2c 00000000 00000080 04000000
0xf7d95c28: f5600054 f7d95c68 f590001c ffffffff
0xf7d95c38: 0807aa7c f7d95cf8 f3b1ee78 f7ec93e8
0xf7d95c48: 00000001 00000005 00000013 f55fddd0
0xf7d95c58: 00000401 f7d95de8 f7d95dc0 08056610
0xf7d95c68: 082f4998 08058d6c f7d95ca0 062f2f0b
0xf7d95c78: 08056650 f3b26c98 f7d95c88 f55fddd0
0xf7d95c88: 00000000 f3b1ee78 f7d95d20 f54fb909
Instructions: (pc=0xf54fdc90)
0xf54fdc80: c7 0f 8d ed 00 00 00 8b 55 b0 8d 75 d8 8b 42 08
0xf54fdc90: 8b 48 04 89 4d d8 f0 ff 01 0f 95 c0 8b 4d d8 8b
Stack: [0xf7d48000,0xf7d99000), sp=0xf7d95c18, free space=311k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libQtCore.so.4+0x97c90] _ZNK11QDirPrivate12sortFileListE6QFlagsIN4QDir8SortFlagEER11QStringListPS4_P5QListI9QFileInfoE+0xe0
C [libQtCore.so.4+0x95909] _ZNK4QDir9entryListERK11QStringList6QFlagsINS_6FilterEES3_INS_8SortFlagEE+0xc9
C [libQtCore.so.4+0x957b6] _ZNK4QDir9entryListE6QFlagsINS_6FilterEES0_INS_8SortFlagEE+0x56
C [libcom_trolltech_qt_core.so+0xabfb9] Java_com_trolltech_qt_core_QDir__1_1qt_1entryList_1Filters_1SortFlags__JII+0x69
J com.trolltech.qt.core.QDir.__qt_entryList_Filters_SortFlags(JII)Ljava/util/List;
J com.trolltech.qt.core.QDir.entryList(Lcom/trolltech/qt/core/QDir$Filters;Lcom/trolltech/qt/core/QDir$SortFlags;)Ljava/util/List;
J JambiModel.entryList(Lcom/trolltech/qt/core/QDir;)Ljava/util/List;
J JambiModel.rowCount(Lcom/trolltech/qt/core/QModelIndex;)I
v ~StubRoutines::call_stub
V [libjvm.so+0x20967d]
V [libjvm.so+0x3057d8]
V [libjvm.so+0x209510]
V [libjvm.so+0x232b87]
V [libjvm.so+0x21746d]
C [libcom_trolltech_qt_core.so+0x7e019] _ZN7JNIEnv_13CallIntMethodEP8_jobjectP10_jmethodIDz+0x29
C [libcom_trolltech_qt_core.so+0x9dc7d] _ZNK31QtJambiShell_QAbstractItemModel8rowCountERK11QModelIndex+0x7d
C [libQtGui.so.4+0x5771a9] _ZNK9QTreeView12drawBranchesEP8QPainterRK5QRectRK11QModelIndex+0x629
C [libcom_trolltech_qt_gui.so+0x5f976d] _ZNK22QtJambiShell_QTreeView12drawBranchesEP8QPainterRK5QRectRK11QModelIndex+0x13d
C [libQtGui.so.4+0x5765ba] _ZNK9QTreeView7drawRowEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex+0xa3a
C [libcom_trolltech_qt_gui.so+0x5f98a3] _ZNK22QtJambiShell_QTreeView7drawRowEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex+0x133
C [libQtGui.so.4+0x575a26] _ZNK9QTreeView8drawTreeEP8QPainterRK7QRegion+0x596
C [libQtGui.so.4+0x5753bf] _ZN9QTreeView10paintEventEP11QPaintEvent+0x14f
C [libcom_trolltech_qt_gui.so+0x5fba74] _ZN22QtJambiShell_QTreeView10paintEventEP11QPaintEvent+0x114
C [libQtGui.so.4+0x1c479f] _ZN7QWidget5eventEP6QEvent+0x46f
C [libQtGui.so.4+0x474ae6] _ZN6QFrame5eventEP6QEvent+0x26
C [libQtGui.so.4+0x4e507f] _ZN19QAbstractScrollArea13viewportEventEP6QEvent+0x3f
C [libQtGui.so.4+0x544e65] _ZN17QAbstractItemView13viewportEventEP6QEvent+0x75
C [libcom_trolltech_qt_gui.so+0x5fdb33] _ZN22QtJambiShell_QTreeView13viewportEventEP6QEvent+0xe3
C [libQtGui.so.4+0x4e59c2] _ZN25QAbstractScrollAreaFilter11eventFilterEP7QObjectP6QEvent+0x32
C [libQtGui.so.4+0x17fa65] _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x195
C [libQtGui.so.4+0x17e2a5] _ZN12QApplication6notifyEP7QObjectP6QEvent+0x1f5
C [libcom_trolltech_qt_gui.so+0x5f0f4a] _ZN25QtJambiShell_QApplication6notifyEP7QObjectP6QEvent+0x12a
C [libQtGui.so.4+0x1da625] _Z23qt_sendSpontaneousEventP7QObjectP6QEvent+0x55
C [libQtGui.so.4+0x2b7599] _ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointi+0x4f9
C [libQtGui.so.4+0x2b6eb6] _ZN19QWidgetBackingStore22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointi+0x336
C [libQtGui.so.4+0x2b6d03] _ZN19QWidgetBackingStore22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointi+0x183
C [libQtGui.so.4+0x2b6d03] _ZN19QWidgetBackingStore22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointi+0x183
C [libQtGui.so.4+0x2b72a2] _ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointi+0x202
C [libQtGui.so.4+0x2b6a37] _ZN19QWidgetBackingStore11cleanRegionERK7QRegionP7QWidgetb+0x3d7
C [libQtGui.so.4+0x2b48ff] _Z19qt_syncBackingStoreP7QWidget+0xbf
C [libQtGui.so.4+0x1c4c58] _ZN7QWidget5eventEP6QEvent+0x928
C [libQtGui.so.4+0x4b2a2c] _ZN10QScrollBar5eventEP6QEvent+0x5c
C [libQtGui.so.4+0x17fab6] _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x1e6
C [libQtGui.so.4+0x17e2a5] _ZN12QApplication6notifyEP7QObjectP6QEvent+0x1f5
C [libcom_trolltech_qt_gui.so+0x5f0f4a] _ZN25QtJambiShell_QApplication6notifyEP7QObjectP6QEvent+0x12a
C [libQtCore.so.4+0xfb97f] _ZN16QCoreApplication16sendPostedEventsEP7QObjecti+0x2ef
C [libQtCore.so.4+0x121341]
C [libglib-2.0.so.0+0x2b6a1] g_main_context_dispatch+0x181
C [libglib-2.0.so.0+0x2e67f]
C [libglib-2.0.so.0+0x2ec37] g_main_context_iteration+0x77
C [libQtCore.so.4+0x121f74] _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x64
C [libQtGui.so.4+0x1fe755] _ZN23QGuiEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x45
C [libQtCore.so.4+0xf91ef] _ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x3f
C [libQtCore.so.4+0xf927c] _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x7c
C [libQtCore.so.4+0xfb262] _ZN16QCoreApplication4execEv+0x92
C [libQtGui.so.4+0x17e0a9] _ZN12QApplication4execEv+0x29
C [libcom_trolltech_qt_gui.so+0x5f2909] Java_com_trolltech_qt_gui_QApplication_exec__+0x19
j com.trolltech.qt.gui.QApplication.exec()I+0
j JambiFileTree.main([Ljava/lang/String;)V+27
v ~StubRoutines::call_stub
V [libjvm.so+0x20967d]
V [libjvm.so+0x3057d8]
V [libjvm.so+0x209510]
V [libjvm.so+0x232916]
V [libjvm.so+0x223fbb]
C [java+0x1b98] JavaMain+0x2c8
C [libpthread.so.0+0x5264]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J com.trolltech.qt.core.QDir.__qt_entryList_Filters_SortFlags(JII)Ljava/util/List;
J com.trolltech.qt.core.QDir.entryList(Lcom/trolltech/qt/core/QDir$Filters;Lcom/trolltech/qt/core/QDir$SortFlags;)Ljava/util/List;
J JambiModel.entryList(Lcom/trolltech/qt/core/QDir;)Ljava/util/List;
J JambiModel.rowCount(Lcom/trolltech/qt/core/QModelIndex;)I
v ~StubRoutines::call_stub
j com.trolltech.qt.gui.QApplication.exec()I+0
j JambiFileTree.main([Ljava/lang/String;)V+27
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x08259400 JavaThread "Thread-0" daemon [_thread_blocked, id=30593]
0xf591c400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=30591]
0xf591ac00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=30590]
0xf5919800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=30589]
0x08081800 JavaThread "Finalizer" daemon [_thread_blocked, id=30588]
0x08080400 JavaThread "Reference Handler" daemon [_thread_blocked, id=30587]
=>0x08058400 JavaThread "main" [_thread_in_native, id=30585]
Other Threads:
0x08077000 VMThread [id=30586]
0xf591e000 WatcherThread [id=30592]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 960K, used 46K [0xcc0e0000, 0xcc1e0000, 0xcc5c0000)
eden space 896K, 2% used [0xcc0e0000, 0xcc0e4988, 0xcc1c0000)
from space 64K, 43% used [0xcc1c0000, 0xcc1c6f28, 0xcc1d0000)
to space 64K, 0% used [0xcc1d0000, 0xcc1d0000, 0xcc1e0000)
tenured generation total 4096K, used 359K [0xcc5c0000, 0xcc9c0000, 0xd00e0000)
the space 4096K, 8% used [0xcc5c0000, 0xcc619c00, 0xcc619c00, 0xcc9c0000)
compacting perm gen total 12288K, used 1705K [0xd00e0000, 0xd0ce0000, 0xd40e0000)
the space 12288K, 13% used [0xd00e0000, 0xd028a628, 0xd028a800, 0xd0ce0000)
ro space 8192K, 73% used [0xd40e0000, 0xd46be548, 0xd46be600, 0xd48e0000)
rw space 12288K, 57% used [0xd48e0000, 0xd4fd16c0, 0xd4fd1800, 0xd54e0000)
Dynamic libraries:
06000000-06412000 r-xp 00000000 09:01 4057717 /opt/java6_32bit/jre/lib/i386/client/libjvm.so
06412000-0642b000 rwxp 00411000 09:01 4057717 /opt/java6_32bit/jre/lib/i386/client/libjvm.so
0642b000-0684a000 rwxp 0642b000 00:00 0
08048000-08052000 r-xp 00000000 09:01 4088007 /opt/java6_32bit/bin/java
08052000-08053000 rwxp 00009000 09:01 4088007 /opt/java6_32bit/bin/java
08053000-0830f000 rwxp 08053000 00:00 0 [heap]
cc0e0000-cc1e0000 rwxp cc0e0000 00:00 0
cc1e0000-cc5c0000 rwxp cc1e0000 00:00 0
cc5c0000-cc9c0000 rwxp cc5c0000 00:00 0
cc9c0000-d00e0000 rwxp cc9c0000 00:00 0
d00e0000-d0ce0000 rwxp d00e0000 00:00 0
d0ce0000-d40e0000 rwxp d0ce0000 00:00 0
d40e0000-d46bf000 r-xs 00001000 09:01 4057817 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d46bf000-d48e0000 rwxp d46bf000 00:00 0
d48e0000-d4fd2000 rwxp 005e0000 09:01 4057817 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d4fd2000-d54e0000 rwxp d4fd2000 00:00 0
d54e0000-d55b9000 rwxp 00cd2000 09:01 4057817 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d55b9000-d58e0000 rwxp d55b9000 00:00 0
d58e0000-d58e4000 r-xs 00dab000 09:01 4057817 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d58e4000-d5ce0000 rwxp d58e4000 00:00 0
f3b00000-f3b32000 rwxp f3b00000 00:00 0
f3b32000-f3c00000 ---p f3b32000 00:00 0
f3d00000-f3df9000 rwxp f3d00000 00:00 0
f3df9000-f3e00000 ---p f3df9000 00:00 0
f3ea0000-f3ea2000 r-xp 00000000 09:01 4645693 /usr/lib32/gconv/UTF-16.so
f3ea2000-f3ea4000 rwxp 00001000 09:01 4645693 /usr/lib32/gconv/UTF-16.so
f3ea4000-f3ea5000 r-xp 00000000 09:01 4434630 /usr/lib64/locale/de_AT.utf8/LC_NUMERIC
f3ea5000-f3ea6000 r-xp 00000000 09:01 4435115 /usr/lib64/locale/de_AT.utf8/LC_TIME
f3ea6000-f3f7d000 r-xp 00000000 09:01 4434556 /usr/lib64/locale/de_AT.utf8/LC_COLLATE
f3f7d000-f4794000 r-xp 00000000 09:01 557266 /usr/src/qtjambi-p3/lib/libcom_trolltech_qt_gui.so
f4794000-f47be000 rwxp 00817000 09:01 557266 /usr/src/qtjambi-p3/lib/libcom_trolltech_qt_gui.so
f47be000-f47c1000 ---p f47be000 00:00 0
f47c1000-f480f000 rwxp f47c1000 00:00 0
f480f000-f4908000 r-xp 00000000 09:01 557262 /usr/src/qtjambi-p3/lib/libcom_trolltech_qt_core.so
f4908000-f490d000 rwxp 000f8000 09:01 557262 /usr/src/qtjambi-p3/lib/libcom_trolltech_qt_core.so
f490d000-f4910000 r-xp 00000000 09:01 1985087 /emul/linux/x86/usr/lib/libXdmcp.so.6.0.0
f4910000-f4912000 rwxp 00002000 09:01 1985087 /emul/linux/x86/usr/lib/libXdmcp.so.6.0.0
f4912000-f492f000 r-xp 00000000 09:01 2131016 /emul/linux/x86/usr/lib/libexpat.so.0.5.0
f492f000-f4931000 rwxp 0001d000 09:01 2131016 /emul/linux/x86/usr/lib/libexpat.so.0.5.0
f4931000-f4a1b000 r-xp 00000000 09:01 1985073 /emul/linux/x86/usr/lib/libX11.so.6.2.0
f4a1b000-f4a20000 rwxp 000e9000 09:01 1985073 /emul/linux/x86/usr/lib/libX11.so.6.2.0
f4a20000-f4a2d000 r-xp 00000000 09:01 1985016 /emul/linux/x86/usr/lib/libXext.so.6.4.0
f4a2d000-f4a2e000 rwxp 0000d000 09:01 1985016 /emul/linux/x86/usr/lib/libXext.so.6.4.0
f4a2e000-f4a56000 r-xp 00000000 09:01 1985009 /emul/linux/x86/usr/lib/libfontconfig.so.1.0.4
f4a56000-f4a5b000 rwxp 00028000 09:01 1985009 /emul/linux/x86/usr/lib/libfontconfig.so.1.0.4
f4a5b000-f4a5c000 rwxp f4a5b000 00:00 0
f4a5c000-f4ac5000 r-xp 00000000 09:01 1985077 /emul/linux/x86/usr/lib/libfreetype.so.6.3.8
f4ac5000-f4ac8000 rwxp 00069000 09:01 1985077 /emul/linux/x86/usr/lib/libfreetype.so.6.3.8
f4ac8000-f4ad0000 r-xp 00000000 09:01 1985062 /emul/linux/x86/usr/lib/libXcursor.so.1.0.2
f4ad0000-f4ad1000 rwxp 00007000 09:01 1985062 /emul/linux/x86/usr/lib/libXcursor.so.1.0.2
f4ad1000-f4ad5000 r-xp 00000000 09:01 1985005 /emul/linux/x86/usr/lib/libXfixes.so.3.0.0
f4ad5000-f4ad6000 rwxp 00003000 09:01 1985005 /emul/linux/x86/usr/lib/libXfixes.so.3.0.0
f4ad6000-f4ad9000 r-xp 00000000 09:01 1985086 /emul/linux/x86/usr/lib/libXrandr.so.2.0.0
f4ad9000-f4ada000 rwxp 00002000 09:01 1985086 /emul/linux/x86/usr/lib/libXrandr.so.2.0.0
f4ada000-f4ae2000 r-xp 00000000 09:01 1984994 /emul/linux/x86/usr/lib/libXrender.so.1.3.0
f4ae2000-f4ae3000 rwxp 00007000 09:01 1984994 /emul/linux/x86/usr/lib/libXrender.so.1.3.0
f4ae3000-f4aea000 r-xp 00000000 09:01 1985022 /emul/linux/x86/usr/lib/libXi.so.6.0.0
f4aea000-f4aeb000 rwxp 00006000 09:01 1985022 /emul/linux/x86/usr/lib/libXi.so.6.0.0
f4aeb000-f4b00000 r-xp 00000000 09:01 1984996 /emul/linux/x86/usr/lib/libICE.so.6.3.0
f4b00000-f4b01000 rwxp 00014000 09:01 1984996 /emul/linux/x86/usr/lib/libICE.so.6.3.0
f4b01000-f4b03000 rwxp f4b01000 00:00 0
f4b03000-f4b0b000 r-xp 00000000 09:01 1985075 /emul/linux/x86/usr/lib/libSM.so.6.0.0
f4b0b000-f4b0c000 rwxp 00007000 09:01 1985075 /emul/linux/x86/usr/lib/libSM.so.6.0.0
f4b0c000-f4b2f000 r-xp 00000000 09:01 2131236 /emul/linux/x86/usr/lib/libpng12.so.0.13.0
f4b2f000-f4b30000 rwxp 00022000 09:01 2131236 /emul/linux/x86/usr/lib/libpng12.so.0.13.0
f4b30000-f5291000 r-xp 00000000 09:01 557282 /usr/src/qtjambi-p3/lib/libQtGui.so.4
f5291000-f52b3000 rwxp 00761000 09:01 557282 /usr/src/qtjambi-p3/lib/libQtGui.so.4
f52b3000-f52b4000 rwxp f52b3000 00:00 0
f52b4000-f52de000 r-xp 00000000 09:01 557258 /usr/src/qtjambi-p3/lib/libqtjambi.so
f52de000-f52df000 rwxp 0002a000 09:01 557258 /usr/src/qtjambi-p3/lib/libqtjambi.so
f52df000-f52e8000 r-xp 00000000 09:01 1003091 /lib32/libgcc_s.so.1
f52e8000-f52e9000 rwxp 00009000 09:01 1003091 /lib32/libgcc_s.so.1
f52e9000-f5392000 r-xp 00000000 09:01 4676688 /emul/linux/x86/usr/lib/libstdc++.so.5.0.5
f5392000-f5397000 rwxp 000a8000 09:01 4676688 /emul/linux/x86/usr/lib/libstdc++.so.5.0.5
f5397000-f539c000 rwxp f5397000 00:00 0
f539c000-f542c000 r-xp 00000000 09:01 2131127 /emul/linux/x86/usr/lib/libglib-2.0.so.0.1200.4
f542c000-f542d000 rwxp 00090000 09:01 2131127 /emul/linux/x86/usr/lib/libglib-2.0.so.0.1200.4
f542d000-f543d000 r-xp 00000000 09:01 1951691 /emul/linux/x86/lib/libz.so.1.2.3
f543d000-f543e000 rwxp 0000f000 09:01 1951691 /emul/linux/x86/lib/libz.so.1.2.3
f5440000-f5451000 r-xp 00000000 09:01 853543 /usr/share/fonts/ttf-bitstream-vera/Vera.ttf
f5451000-f5460000 r-xp 00000000 09:01 853545 /usr/share/fonts/ttf-bitstream-vera/VeraBd.ttf
f5460000-f5461000 r-xp 00000000 09:01 4435116 /usr/lib64/locale/de_AT.utf8/LC_MONETARY
f5461000-f5462000 r-xp 00000000 09:01 4435118 /usr/lib64/locale/de_AT.utf8/LC_MESSAGES/SYS_LC_MESSAGES
f5462000-f5463000 r-xp 00000000 09:01 4434560 /usr/lib64/locale/de_AT.utf8/LC_PAPER
f5463000-f5464000 r-xp 00000000 09:01 4434636 /usr/lib64/locale/de_AT.utf8/LC_NAME
f5464000-f5465000 r-xp 00000000 09:01 4435119 /usr/lib64/locale/de_AT.utf8/LC_ADDRESS
f5465000-f5466000 r-xp 00000000 09:01 4435120 /usr/lib64/locale/de_AT.utf8/LC_TELEPHONE
f5466000-f55fb000 r-xp 00000000 09:01 557281 /usr/src/qtjambi-p3/lib/libQtCore.so.4
f55fb000-f5602000 rwxp 00195000 09:01 557281 /usr/src/qtjambi-p3/lib/libQtCore.so.4
f5602000-f5633000 rwxp f5602000 00:00 0
f5633000-f57ad000 r-xs 02c68000 09:01 4057814 /opt/java6_32bit/jre/lib/rt.jar
f57ad000-f57ae000 ---p f57ad000 00:00 0
f57ae000-f582e000 rwxp f57ae000 00:00 0
f582e000-f5831000 ---p f582e000 00:00 0
f5831000-f587f000 rwxp f5831000 00:00 0
f587f000-f5882000 ---p f587f000 00:00 0
f5882000-f59ff000 rwxp f5882000 00:00 0
f59ff000-f5a00000 ---p f59ff000 00:00 0
f5a00000-f5a02000 r-xp 00000000 09:01 1985089 /emul/linux/x86/usr/lib/libXau.so.6.0.0
f5a02000-f5a03000 rwxp 00001000 09:01 1985089 /emul/linux/x86/usr/lib/libXau.so.6.0.0
f5a03000-f5a19000 r-xs 00151000 09:01 70208 /usr/src/qtjambi-p3/qtjambi.jar
f5a19000-f5a1c000 ---p f5a19000 00:00 0
f5a1c000-f5a6a000 rwxp f5a1c000 00:00 0
f5a6a000-f5aa5000 r-xp 00000000 09:01 4435114 /usr/lib64/locale/de_AT.utf8/LC_CTYPE
f5aa5000-f5aa8000 ---p f5aa5000 00:00 0
f5aa8000-f5af6000 rwxp f5aa8000 00:00 0
f5af6000-f5af9000 ---p f5af6000 00:00 0
f5af9000-f5b47000 rwxp f5af9000 00:00 0
f5b47000-f5b48000 ---p f5b47000 00:00 0
f5b48000-f5bdb000 rwxp f5b48000 00:00 0
f5bdb000-f5bf5000 rwxp f5bdb000 00:00 0
f5bf5000-f5bf8000 rwxp f5bf5000 00:00 0
f5bf8000-f5c13000 rwxp f5bf8000 00:00 0
f5c13000-f5c14000 rwxp f5c13000 00:00 0
f5c14000-f5c15000 rwxp f5c14000 00:00 0
f5c15000-f5c18000 rwxp f5c15000 00:00 0
f5c18000-f5c33000 rwxp f5c18000 00:00 0
f5c33000-f5c39000 rwxp f5c33000 00:00 0
f5c39000-f5c53000 rwxp f5c39000 00:00 0
f5c53000-f5c61000 rwxp f5c53000 00:00 0
f5c61000-f5cde000 rwxp f5c61000 00:00 0
f5cde000-f5d8e000 rwxp f5cde000 00:00 0
f5d8e000-f7cde000 rwxp f5d8e000 00:00 0
f7cde000-f7d01000 r-xp 00000000 09:01 4057724 /opt/java6_32bit/jre/lib/i386/libjava.so
f7d01000-f7d03000 rwxp 00023000 09:01 4057724 /opt/java6_32bit/jre/lib/i386/libjava.so
f7d03000-f7d0b000 r-xp 00000000 09:01 784933 /lib32/libnss_files-2.4.so
f7d0b000-f7d0d000 rwxp 00007000 09:01 784933 /lib32/libnss_files-2.4.so
f7d0d000-f7d15000 r-xp 00000000 09:01 784940 /lib32/libnss_nis-2.4.so
f7d15000-f7d17000 rwxp 00007000 09:01 784940 /lib32/libnss_nis-2.4.so
f7d17000-f7d19000 r-xp 00000000 09:01 1984989 /emul/linux/x86/usr/lib/libXinerama.so.1.0.0
f7d19000-f7d1a000 rwxp 00001000 09:01 1984989 /emul/linux/x86/usr/lib/libXinerama.so.1.0.0
f7d1a000-f7d29000 r-xp 00000000 09:01 4057728 /opt/java6_32bit/jre/lib/i386/libzip.so
f7d29000-f7d2b000 rwxp 0000e000 09:01 4057728 /opt/java6_32bit/jre/lib/i386/libzip.so
f7d2b000-f7d36000 r-xp 00000000 09:01 4057723 /opt/java6_32bit/jre/lib/i386/libverify.so
f7d36000-f7d37000 rwxp 0000b000 09:01 4057723 /opt/java6_32bit/jre/lib/i386/libverify.so
f7d37000-f7d3f000 rwxs 00000000 09:01 4006346 /tmp/hsperfdata_georg/30584
f7d3f000-f7d46000 r-xp 00000000 09:01 784935 /lib32/librt-2.4.so
f7d46000-f7d48000 rwxp 00006000 09:01 784935 /lib32/librt-2.4.so
f7d48000-f7d4b000 ---p f7d48000 00:00 0
f7d4b000-f7d99000 rwxp f7d4b000 00:00 0
f7d99000-f7dbc000 r-xp 00000000 09:01 784926 /lib32/libm-2.4.so
f7dbc000-f7dbe000 rwxp 00022000 09:01 784926 /lib32/libm-2.4.so
f7dbe000-f7dbf000 rwxp f7dbe000 00:00 0
f7dbf000-f7ed3000 r-xp 00000000 09:01 784925 /lib32/libc-2.4.so
f7ed3000-f7ed5000 r-xp 00113000 09:01 784925 /lib32/libc-2.4.so
f7ed5000-f7ed7000 rwxp 00115000 09:01 784925 /lib32/libc-2.4.so
f7ed7000-f7edb000 rwxp f7ed7000 00:00 0
f7edb000-f7edd000 r-xp 00000000 09:01 784928 /lib32/libdl-2.4.so
f7edd000-f7edf000 rwxp 00001000 09:01 784928 /lib32/libdl-2.4.so
f7edf000-f7ee6000 r-xp 00000000 09:01 4057726 /opt/java6_32bit/jre/lib/i386/jli/libjli.so
f7ee6000-f7ee8000 rwxp 00006000 09:01 4057726 /opt/java6_32bit/jre/lib/i386/jli/libjli.so
f7ee8000-f7ef7000 r-xp 00000000 09:01 784929 /lib32/libpthread-2.4.so
f7ef7000-f7ef8000 r-xp 0000e000 09:01 784929 /lib32/libpthread-2.4.so
f7ef8000-f7ef9000 rwxp 0000f000 09:01 784929 /lib32/libpthread-2.4.so
f7ef9000-f7efb000 rwxp f7ef9000 00:00 0
f7efb000-f7efc000 r-xp 00000000 09:01 4434564 /usr/lib64/locale/de_AT.utf8/LC_MEASUREMENT
f7efc000-f7efd000 r-xp 00000000 09:01 4435121 /usr/lib64/locale/de_AT.utf8/LC_IDENTIFICATION
f7efd000-f7f03000 r-xp 00000000 09:01 784941 /lib32/libnss_compat-2.4.so
f7f03000-f7f05000 rwxp 00005000 09:01 784941 /lib32/libnss_compat-2.4.so
f7f05000-f7f16000 r-xp 00000000 09:01 784939 /lib32/libnsl-2.4.so
f7f16000-f7f18000 rwxp 00010000 09:01 784939 /lib32/libnsl-2.4.so
f7f18000-f7f1a000 rwxp f7f18000 00:00 0
f7f1a000-f7f20000 r-xp 00000000 09:01 4057710 /opt/java6_32bit/jre/lib/i386/native_threads/libhpi.so
f7f20000-f7f21000 rwxp 00006000 09:01 4057710 /opt/java6_32bit/jre/lib/i386/native_threads/libhpi.so
f7f21000-f7f22000 rwxp f7f21000 00:00 0
f7f22000-f7f23000 r-xp f7f22000 00:00 0
f7f23000-f7f24000 rwxp f7f23000 00:00 0
f7f24000-f7f3e000 r-xp 00000000 09:01 784924 /lib32/ld-2.4.so
f7f3e000-f7f3f000 r-xp 00019000 09:01 784924 /lib32/ld-2.4.so
f7f3f000-f7f40000 rwxp 0001a000 09:01 784924 /lib32/ld-2.4.so
ffff6000-ffffe000 rwxp ffff6000 00:00 0 [stack]
ffffe000-fffff000 r-xp ffffe000 00:00 0
VM Arguments:
jvm_args: -Djava.library.path=/usr/src/qtjambi-p3/lib/
java_command: JambiFileTree
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=/home/georg/.gentoo/java-config-2/current-user-vm
CLASSPATH=.
PATH=/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin
USERNAME=georg
LD_LIBRARY_PATH=/opt/java6_32bit/jre/lib/i386/client:/opt/java6_32bit/jre/lib/i386:/opt/java6_32bit/jre/../lib/i386
SHELL=/bin/bash
DISPLAY=:20.0
Signal Handlers:
SIGSEGV: [libjvm.so+0x3aea90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x3aea90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x304e70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x304e70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x304e70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x306e80], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR2: [libjvm.so+0x306e80], sa_mask[0]=0x00000000, sa_flags=0x10000004
--------------- S Y S T E M ---------------
OS:Gentoo Base System version 1.12.6
uname:Linux 2.6.16.16 #18 SMP Thu Nov 16 14:21:23 CET 2006 x86_64
libc:glibc 2.4 NPTL 2.4
rlimit: STACK 8192k, CORE 0k, NPROC 8189, NOFILE 1024, AS infinity
load average:0.61 0.36 0.22
CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, mmxext, 3dnowext, 3dnow, ht
Memory: 4k page, physical 1025856k(11636k free), swap 1975976k(1242936k free)
vm_info: Java HotSpot(TM) Client VM (1.6.0-b105) for linux-x86, built on Nov 29 2006 01:24:38 by "java_re" with gcc 3.2.1-7a (J2SE release)
Message 19 in thread
Georg Schild wrote:
> but well, i crashed it again, crashdump attached. This time it looks
> like some QDir bug.
Ah, no, not different, it's the same. Didn't look at the old dump, sorry.
Georg Schild
Message 20 in thread
Georg Schild wrote:
> Eskil A. Blomfeldt wrote:
>
>> Sorry, a clarification: This is regarding the crash bug in Gunnar's
>> example code. I see in a previous mail that you've upgraded Java. Have
>> you been able to crash that example (JambiFileTree) using the new JVM,
>> or only the test in your own code? We're thinking these might be two
>> distinct problems.
>
> Ah, ok, my answer was too fast then ;)
>
> but well, i crashed it again, crashdump attached. This time it looks
> like some QDir bug.
Hi Georg,
We've been able to reprdocue the problem with the 1.6.0-105b official
1.6 release on Linux and we will try to investigate now. We did not
manage to reproduce the crash on 1.5.0 on linux though, so if you switch
back to that one then you should be able to continue working for now.
best regards,
Gunnar
Message 21 in thread
Eskil A. Blomfeldt wrote:
> Could you try running against the newly released Java 1.6.0? We can
> reproduce the crash with the release candidate here, but not with the
> final version (nor Java 1.5.0) so it's looks like it might be a bug in
> the JVM in the RC.
As soon as java6 was released i tried it.
> $ /opt/java6_32bit/bin/java -version
> java version "1.6.0"
> Java(TM) SE Runtime Environment (build 1.6.0-b105)
> Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
b105 is afaik the final release, before b105 i used b104.
best regards
Georg Schild
Message 22 in thread
Hi folks!
I tracked the problem a bit down again, but well, i'm not even sure if
my change did really something useful or my code simply has a good day.
The problem was that i didn't check for an empty listItems() File[] in
index(). One could think that only valid parents and indices get
queried, but well, anyway. Now i am able to open directories to even the
3rd or 4th level, sometimes, sometimes not ;). I also opened /bin with
around 160 items, no SIGSEGV, but i bet that was just luck ;). Besides
that i also got some new SIGSEGV causes: free() in libc, seems like
there are some problems with malloc() and free() (probably really due to
gc intervention?). Also i had various crashes in libQtGui/Pixmap,
libQtGui/itemHeight, libQtGui/AbstractSlider.value .... Also the memory
corruption message from glibc returned
I'm sorry that i'm not able to track that problem more down, but since
the jvm just crashes this is really not easy.
I'd test every idea you guys have, i can also send the crashdumps
(they'd just bloat the emails a bit ;))
best regards
Georg Schild
Message 23 in thread
Gunnar Sletta wrote:
> Regardless of if the crash is directly Jambi's fault or triggered by
> something else, we would apprechiate if you would tell us how it
> happens, so that we can prevent virtual machine crashes in the future.
Hrhr, i think this will be even more interesting for you now: I killed
your example code. I just moved about 7 levels in the filesystem and
suddenly it segfaulted. dump is attached.
best regards
Georg Schild
#
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xf567ec90, pid=4991, tid=4158745488
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-rc-b104 mixed mode, sharing)
# Problematic frame:
# C [libQtCore.so.4+0x97c90] _ZNK11QDirPrivate12sortFileListE6QFlagsIN4QDir8SortFlagEER11QStringListPS4_P5QListI9QFileInfoE+0xe0
#
# 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 (0x08058800): JavaThread "main" [_thread_in_native, id=4992]
siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000004
Registers:
EAX=0x00000000, EBX=0xf577edd0, ECX=0xf7f60138, EDX=0x081f35f0
ESP=0xf7e13b98, EBP=0xf7e13c10, ESI=0xf7e13be8, EDI=0x00000004
EIP=0xf567ec90, CR2=0x00000004, EFLAGS=0x00210293
Top of Stack: (sp=0xf7e13b98)
0xf7e13b98: 081ee388 f7e13bd8 00000001 06216b9d
0xf7e13ba8: f5781054 f7f60120 080a0a50 ffffffff
0xf7e13bb8: 081ee4bc f7e13c78 081f35f0 002f6df8
0xf7e13bc8: 081f2f40 0805917c f7f60120 f577edd0
0xf7e13bd8: 00000000 f7e13d68 f7f78ebb 080569f8
0xf7e13be8: 081ee388 0805917c f7e13c20 062f2f0b
0xf7e13bf8: 08056a38 f7f60120 f7e13c08 f577edd0
0xf7e13c08: 00000000 081f35f0 f7e13ca0 f567c909
Instructions: (pc=0xf567ec90)
0xf567ec80: c7 0f 8d ed 00 00 00 8b 55 b0 8d 75 d8 8b 42 08
0xf567ec90: 8b 48 04 89 4d d8 f0 ff 01 0f 95 c0 8b 4d d8 8b
Stack: [0xf7dc6000,0xf7e17000), sp=0xf7e13b98, free space=310k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libQtCore.so.4+0x97c90] _ZNK11QDirPrivate12sortFileListE6QFlagsIN4QDir8SortFlagEER11QStringListPS4_P5QListI9QFileInfoE+0xe0
C [libQtCore.so.4+0x95909] _ZNK4QDir9entryListERK11QStringList6QFlagsINS_6FilterEES3_INS_8SortFlagEE+0xc9
C [libQtCore.so.4+0x957b6] _ZNK4QDir9entryListE6QFlagsINS_6FilterEES0_INS_8SortFlagEE+0x56
C [libcom_trolltech_qt_core.so.1.0.0+0xabfb9] Java_com_trolltech_qt_core_QDir__1_1qt_1entryList_1Filters_1SortFlags__JII+0x69
J com.trolltech.qt.core.QDir.__qt_entryList_Filters_SortFlags(JII)Ljava/util/List;
J com.trolltech.qt.core.QDir.entryList(Lcom/trolltech/qt/core/QDir$Filters;Lcom/trolltech/qt/core/QDir$SortFlags;)Ljava/util/List;
J JambiModel.entryList(Lcom/trolltech/qt/core/QDir;)Ljava/util/List;
J JambiModel.rowCount(Lcom/trolltech/qt/core/QModelIndex;)I
v ~StubRoutines::call_stub
V [libjvm.so+0x20967d]
V [libjvm.so+0x3057d8]
V [libjvm.so+0x209510]
V [libjvm.so+0x232b87]
V [libjvm.so+0x21746d]
C [libcom_trolltech_qt_core.so.1.0.0+0x7e019] _ZN7JNIEnv_13CallIntMethodEP8_jobjectP10_jmethodIDz+0x29
C [libcom_trolltech_qt_core.so.1.0.0+0x9dc7d] _ZNK31QtJambiShell_QAbstractItemModel8rowCountERK11QModelIndex+0x7d
C [libQtGui.so.4+0x5771a9] _ZNK9QTreeView12drawBranchesEP8QPainterRK5QRectRK11QModelIndex+0x629
C [libcom_trolltech_qt_gui.so.1.0.0+0x5f976d] _ZNK22QtJambiShell_QTreeView12drawBranchesEP8QPainterRK5QRectRK11QModelIndex+0x13d
C [libQtGui.so.4+0x5765ba] _ZNK9QTreeView7drawRowEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex+0xa3a
C [libcom_trolltech_qt_gui.so.1.0.0+0x5f98a3] _ZNK22QtJambiShell_QTreeView7drawRowEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex+0x133
C [libQtGui.so.4+0x575a26] _ZNK9QTreeView8drawTreeEP8QPainterRK7QRegion+0x596
C [libQtGui.so.4+0x5753bf] _ZN9QTreeView10paintEventEP11QPaintEvent+0x14f
C [libcom_trolltech_qt_gui.so.1.0.0+0x5fba74] _ZN22QtJambiShell_QTreeView10paintEventEP11QPaintEvent+0x114
C [libQtGui.so.4+0x1c479f] _ZN7QWidget5eventEP6QEvent+0x46f
C [libQtGui.so.4+0x474ae6] _ZN6QFrame5eventEP6QEvent+0x26
C [libQtGui.so.4+0x4e507f] _ZN19QAbstractScrollArea13viewportEventEP6QEvent+0x3f
C [libQtGui.so.4+0x544e65] _ZN17QAbstractItemView13viewportEventEP6QEvent+0x75
C [libcom_trolltech_qt_gui.so.1.0.0+0x5fdb33] _ZN22QtJambiShell_QTreeView13viewportEventEP6QEvent+0xe3
C [libQtGui.so.4+0x4e59c2] _ZN25QAbstractScrollAreaFilter11eventFilterEP7QObjectP6QEvent+0x32
C [libQtGui.so.4+0x17fa65] _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x195
C [libQtGui.so.4+0x17e2a5] _ZN12QApplication6notifyEP7QObjectP6QEvent+0x1f5
C [libcom_trolltech_qt_gui.so.1.0.0+0x5f0f4a] _ZN25QtJambiShell_QApplication6notifyEP7QObjectP6QEvent+0x12a
C [libQtGui.so.4+0x1da625] _Z23qt_sendSpontaneousEventP7QObjectP6QEvent+0x55
C [libQtGui.so.4+0x2b7599] _ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointi+0x4f9
C [libQtGui.so.4+0x2b6eb6] _ZN19QWidgetBackingStore22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointi+0x336
C [libQtGui.so.4+0x2b6d03] _ZN19QWidgetBackingStore22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointi+0x183
C [libQtGui.so.4+0x2b6d03] _ZN19QWidgetBackingStore22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointi+0x183
C [libQtGui.so.4+0x2b72a2] _ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointi+0x202
C [libQtGui.so.4+0x2b6a37] _ZN19QWidgetBackingStore11cleanRegionERK7QRegionP7QWidgetb+0x3d7
C [libQtGui.so.4+0x2b48ff] _Z19qt_syncBackingStoreP7QWidget+0xbf
C [libQtGui.so.4+0x1c4c58] _ZN7QWidget5eventEP6QEvent+0x928
C [libQtGui.so.4+0x4b2a2c] _ZN10QScrollBar5eventEP6QEvent+0x5c
C [libQtGui.so.4+0x17fab6] _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x1e6
C [libQtGui.so.4+0x17e2a5] _ZN12QApplication6notifyEP7QObjectP6QEvent+0x1f5
C [libcom_trolltech_qt_gui.so.1.0.0+0x5f0f4a] _ZN25QtJambiShell_QApplication6notifyEP7QObjectP6QEvent+0x12a
C [libQtCore.so.4+0xfb97f] _ZN16QCoreApplication16sendPostedEventsEP7QObjecti+0x2ef
C [libQtCore.so.4+0x121341]
C [libglib-2.0.so.0+0x2551c] g_main_context_dispatch+0x1bc
C [libglib-2.0.so.0+0x26e77]
C [libglib-2.0.so.0+0x27309] g_main_context_iteration+0x69
C [libQtCore.so.4+0x121f74] _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x64
C [libQtGui.so.4+0x1fe755] _ZN23QGuiEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x45
C [libQtCore.so.4+0xf91ef] _ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x3f
C [libQtCore.so.4+0xf927c] _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x7c
C [libQtCore.so.4+0xfb262] _ZN16QCoreApplication4execEv+0x92
C [libQtGui.so.4+0x17e0a9] _ZN12QApplication4execEv+0x29
C [libcom_trolltech_qt_gui.so.1.0.0+0x5f2909] Java_com_trolltech_qt_gui_QApplication_exec__+0x19
j com.trolltech.qt.gui.QApplication.exec()I+0
j JambiFileTree.main([Ljava/lang/String;)V+27
v ~StubRoutines::call_stub
V [libjvm.so+0x20967d]
V [libjvm.so+0x3057d8]
V [libjvm.so+0x209510]
V [libjvm.so+0x232916]
V [libjvm.so+0x223fbb]
C [java+0x1b98] JavaMain+0x2c8
C [libpthread.so.0+0x54ab]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J com.trolltech.qt.core.QDir.__qt_entryList_Filters_SortFlags(JII)Ljava/util/List;
J com.trolltech.qt.core.QDir.entryList(Lcom/trolltech/qt/core/QDir$Filters;Lcom/trolltech/qt/core/QDir$SortFlags;)Ljava/util/List;
J JambiModel.entryList(Lcom/trolltech/qt/core/QDir;)Ljava/util/List;
J JambiModel.rowCount(Lcom/trolltech/qt/core/QModelIndex;)I
v ~StubRoutines::call_stub
j com.trolltech.qt.gui.QApplication.exec()I+0
j JambiFileTree.main([Ljava/lang/String;)V+27
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x082cf000 JavaThread "Thread-0" daemon [_thread_blocked, id=5000]
0x080a6000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4998]
0x080a4800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4997]
0x080a3400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4996]
0x08081c00 JavaThread "Finalizer" daemon [_thread_blocked, id=4995]
0x08080c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=4994]
=>0x08058800 JavaThread "main" [_thread_in_native, id=4992]
Other Threads:
0x08077400 VMThread [id=4993]
0x080a7c00 WatcherThread [id=4999]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 960K, used 23K [0xcc100000, 0xcc200000, 0xcc5e0000)
eden space 896K, 0% used [0xcc100000, 0xcc100028, 0xcc1e0000)
from space 64K, 36% used [0xcc1f0000, 0xcc1f5dd8, 0xcc200000)
to space 64K, 0% used [0xcc1e0000, 0xcc1e0000, 0xcc1f0000)
tenured generation total 4096K, used 353K [0xcc5e0000, 0xcc9e0000, 0xd0100000)
the space 4096K, 8% used [0xcc5e0000, 0xcc638400, 0xcc638400, 0xcc9e0000)
compacting perm gen total 12288K, used 1705K [0xd0100000, 0xd0d00000, 0xd4100000)
the space 12288K, 13% used [0xd0100000, 0xd02aa618, 0xd02aa800, 0xd0d00000)
ro space 8192K, 73% used [0xd4100000, 0xd46de578, 0xd46de600, 0xd4900000)
rw space 12288K, 57% used [0xd4900000, 0xd4ff16c0, 0xd4ff1800, 0xd5500000)
Dynamic libraries:
06000000-06412000 r-xp 00000000 03:02 11167045 /opt/java6_32bit/jre/lib/i386/client/libjvm.so
06412000-0642b000 rwxp 00411000 03:02 11167045 /opt/java6_32bit/jre/lib/i386/client/libjvm.so
0642b000-0684a000 rwxp 0642b000 00:00 0
08048000-08052000 r-xp 00000000 03:02 11167840 /opt/java6_32bit/bin/java
08052000-08053000 rwxp 00009000 03:02 11167840 /opt/java6_32bit/bin/java
08053000-0847b000 rwxp 08053000 00:00 0 [heap]
cc100000-cc200000 rwxp cc100000 00:00 0
cc200000-cc5e0000 rwxp cc200000 00:00 0
cc5e0000-cc9e0000 rwxp cc5e0000 00:00 0
cc9e0000-d0100000 rwxp cc9e0000 00:00 0
d0100000-d0d00000 rwxp d0100000 00:00 0
d0d00000-d4100000 rwxp d0d00000 00:00 0
d4100000-d46df000 r-xs 00001000 03:02 11167049 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d46df000-d4900000 rwxp d46df000 00:00 0
d4900000-d4ff2000 rwxp 005e0000 03:02 11167049 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d4ff2000-d5500000 rwxp d4ff2000 00:00 0
d5500000-d55d9000 rwxp 00cd2000 03:02 11167049 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d55d9000-d5900000 rwxp d55d9000 00:00 0
d5900000-d5904000 r-xs 00dab000 03:02 11167049 /opt/java6_32bit/jre/lib/i386/client/classes.jsa
d5904000-d5d00000 rwxp d5904000 00:00 0
f4023000-f4025000 r-xp 00000000 03:02 10726548 /usr/lib32/gconv/UTF-16.so
f4025000-f4027000 rwxp 00001000 03:02 10726548 /usr/lib32/gconv/UTF-16.so
f4027000-f4028000 r-xp 00000000 03:02 5234540 /usr/lib64/locale/de_AT.utf8/LC_NUMERIC
f4028000-f4029000 r-xp 00000000 03:02 5234541 /usr/lib64/locale/de_AT.utf8/LC_TIME
f4029000-f4100000 r-xp 00000000 03:02 170979 /usr/lib64/locale/de_AT.utf8/LC_COLLATE
f4100000-f4917000 r-xp 00000000 03:07 752805 /space/userSrc/qtjambi-p3/lib/libcom_trolltech_qt_gui.so.1.0.0
f4917000-f4941000 rwxp 00817000 03:07 752805 /space/userSrc/qtjambi-p3/lib/libcom_trolltech_qt_gui.so.1.0.0
f4941000-f4944000 ---p f4941000 00:00 0
f4944000-f4992000 rwxp f4944000 00:00 0
f4992000-f4a8b000 r-xp 00000000 03:07 752801 /space/userSrc/qtjambi-p3/lib/libcom_trolltech_qt_core.so.1.0.0
f4a8b000-f4a90000 rwxp 000f8000 03:07 752801 /space/userSrc/qtjambi-p3/lib/libcom_trolltech_qt_core.so.1.0.0
f4a90000-f4a93000 r-xp 00000000 03:02 7439997 /emul/linux/x86/usr/lib/libXdmcp.so.6.0.0
f4a93000-f4a95000 rwxp 00002000 03:02 7439997 /emul/linux/x86/usr/lib/libXdmcp.so.6.0.0
f4a95000-f4a97000 r-xp 00000000 03:02 7439969 /emul/linux/x86/usr/lib/libXau.so.6.0.0
f4a97000-f4a98000 rwxp 00001000 03:02 7439969 /emul/linux/x86/usr/lib/libXau.so.6.0.0
f4a98000-f4ab5000 r-xp 00000000 03:02 9950141 /emul/linux/x86/usr/lib/libexpat.so.0.5.0
f4ab5000-f4ab7000 rwxp 0001d000 03:02 9950141 /emul/linux/x86/usr/lib/libexpat.so.0.5.0
f4ab7000-f4ba1000 r-xp 00000000 03:02 7439944 /emul/linux/x86/usr/lib/libX11.so.6.2.0
f4ba1000-f4ba6000 rwxp 000e9000 03:02 7439944 /emul/linux/x86/usr/lib/libX11.so.6.2.0
f4ba6000-f4bb3000 r-xp 00000000 03:02 7439991 /emul/linux/x86/usr/lib/libXext.so.6.4.0
f4bb3000-f4bb4000 rwxp 0000d000 03:02 7439991 /emul/linux/x86/usr/lib/libXext.so.6.4.0
f4bb4000-f4bdc000 r-xp 00000000 03:02 7439980 /emul/linux/x86/usr/lib/libfontconfig.so.1.0.4
f4bdc000-f4be1000 rwxp 00028000 03:02 7439980 /emul/linux/x86/usr/lib/libfontconfig.so.1.0.4
f4be1000-f4be2000 rwxp f4be1000 00:00 0
f4be2000-f4c4b000 r-xp 00000000 03:02 7440030 /emul/linux/x86/usr/lib/libfreetype.so.6.3.7
f4c4b000-f4c52000 rwxp 00069000 03:02 7440030 /emul/linux/x86/usr/lib/libfreetype.so.6.3.7
f4c52000-f4c5a000 r-xp 00000000 03:02 7439965 /emul/linux/x86/usr/lib/libXcursor.so.1.0.2
f4c5a000-f4c5b000 rwxp 00007000 03:02 7439965 /emul/linux/x86/usr/lib/libXcursor.so.1.0.2
f4c5b000-f4c5f000 r-xp 00000000 03:02 7439967 /emul/linux/x86/usr/lib/libXfixes.so.3.0.0
f4c5f000-f4c60000 rwxp 00003000 03:02 7439967 /emul/linux/x86/usr/lib/libXfixes.so.3.0.0
f4c60000-f4c63000 r-xp 00000000 03:02 7439984 /emul/linux/x86/usr/lib/libXrandr.so.2.0.0
f4c63000-f4c64000 rwxp 00002000 03:02 7439984 /emul/linux/x86/usr/lib/libXrandr.so.2.0.0
f4c64000-f4c6c000 r-xp 00000000 03:02 7439968 /emul/linux/x86/usr/lib/libXrender.so.1.3.0
f4c6c000-f4c6d000 rwxp 00007000 03:02 7439968 /emul/linux/x86/usr/lib/libXrender.so.1.3.0
f4c6d000-f4c74000 r-xp 00000000 03:02 7439993 /emul/linux/x86/usr/lib/libXi.so.6.0.0
f4c74000-f4c75000 rwxp 00006000 03:02 7439993 /emul/linux/x86/usr/lib/libXi.so.6.0.0
f4c75000-f4c8a000 r-xp 00000000 03:02 7439949 /emul/linux/x86/usr/lib/libICE.so.6.3.0
f4c8a000-f4c8b000 rwxp 00014000 03:02 7439949 /emul/linux/x86/usr/lib/libICE.so.6.3.0
f4c8b000-f4c8d000 rwxp f4c8b000 00:00 0
f4c8d000-f4c95000 r-xp 00000000 03:02 7440025 /emul/linux/x86/usr/lib/libSM.so.6.0.0
f4c95000-f4c96000 rwxp 00007000 03:02 7440025 /emul/linux/x86/usr/lib/libSM.so.6.0.0
f4c96000-f4cb8000 r-xp 00000000 03:02 9950161 /emul/linux/x86/usr/lib/libpng12.so.0.12.0
f4cb8000-f4cb9000 rwxp 00021000 03:02 9950161 /emul/linux/x86/usr/lib/libpng12.so.0.12.0
f4cb9000-f541a000 r-xp 00000000 03:07 752822 /space/userSrc/qtjambi-p3/lib/libQtGui.so.4
f541a000-f543c000 rwxp 00761000 03:07 752822 /space/userSrc/qtjambi-p3/lib/libQtGui.so.4
f543c000-f543d000 rwxp f543c000 00:00 0
f543d000-f5467000 r-xp 00000000 03:07 752797 /space/userSrc/qtjambi-p3/lib/libqtjambi.so.1.0.0
f5467000-f5468000 rwxp 0002a000 03:07 752797 /space/userSrc/qtjambi-p3/lib/libqtjambi.so.1.0.0
f5468000-f5471000 r-xp 00000000 03:02 11854194 /lib32/libgcc_s.so.1
f5471000-f5472000 rwxp 00009000 03:02 11854194 /lib32/libgcc_s.so.1
f5472000-f5522000 r-xp 00000000 03:07 752831 /space/userSrc/qtjambi-p3/lib/libstdc++.so.5
f5522000-f5527000 rwxp 000af000 03:07 752831 /space/userSrc/qtjambi-p3/lib/libstdc++.so.5
f5527000-f552c000 rwxp f5527000 00:00 0
f552c000-f55ad000 r-xp 00000000 03:02 9950183 /emul/linux/x86/usr/lib/libglib-2.0.so.0.800.5
f55ad000-f55ae000 rwxp 00081000 03:02 9950183 /emul/linux/x86/usr/lib/libglib-2.0.so.0.800.5
f55ae000-f55be000 r-xp 00000000 03:02 9950090 /emul/linux/x86/lib/libz.so.1.2.3
f55be000-f55bf000 rwxp 0000f000 03:02 9950090 /emul/linux/x86/lib/libz.so.1.2.3
f55c0000-f55d1000 r-xp 00000000 03:02 4853836 /usr/share/fonts/ttf-bitstream-vera/Vera.ttf
f55d1000-f55e0000 r-xp 00000000 03:02 4853827 /usr/share/fonts/ttf-bitstream-vera/VeraBd.ttf
f55e0000-f55e1000 r-xp 00000000 03:02 5234542 /usr/lib64/locale/de_AT.utf8/LC_MONETARY
f55e1000-f55e2000 r-xp 00000000 03:02 5234498 /usr/lib64/locale/de_AT.utf8/LC_MESSAGES/SYS_LC_MESSAGES
f55e2000-f55e3000 r-xp 00000000 03:02 5234434 /usr/lib64/locale/de_AT.utf8/LC_PAPER
f55e3000-f55e4000 r-xp 00000000 03:02 5234544 /usr/lib64/locale/de_AT.utf8/LC_NAME
f55e4000-f55e5000 r-xp 00000000 03:02 5234545 /usr/lib64/locale/de_AT.utf8/LC_ADDRESS
f55e5000-f55e6000 r-xp 00000000 03:02 5234546 /usr/lib64/locale/de_AT.utf8/LC_TELEPHONE
f55e6000-f55e7000 r-xp 00000000 03:02 5234439 /usr/lib64/locale/de_AT.utf8/LC_MEASUREMENT
f55e7000-f577c000 r-xp 00000000 03:07 752821 /space/userSrc/qtjambi-p3/lib/libQtCore.so.4
f577c000-f5783000 rwxp 00195000 03:07 752821 /space/userSrc/qtjambi-p3/lib/libQtCore.so.4
f5783000-f57b4000 rwxp f5783000 00:00 0
f57b4000-f592e000 r-xs 02c68000 03:02 11167810 /opt/java6_32bit/jre/lib/rt.jar
f592e000-f5944000 r-xs 00151000 03:07 752844 /space/userSrc/qtjambi-p3/qtjambi.jar
f5944000-f5945000 ---p f5944000 00:00 0
f5945000-f59c5000 rwxp f5945000 00:00 0
f59c5000-f59c8000 ---p f59c5000 00:00 0
f59c8000-f5a16000 rwxp f59c8000 00:00 0
f5a16000-f5a19000 ---p f5a16000 00:00 0
f5a19000-f5a97000 rwxp f5a19000 00:00 0
f5a97000-f5a9a000 ---p f5a97000 00:00 0
f5a9a000-f5ae8000 rwxp f5a9a000 00:00 0
f5ae8000-f5b23000 r-xp 00000000 03:02 5234493 /usr/lib64/locale/de_AT.utf8/LC_CTYPE
f5b23000-f5b26000 ---p f5b23000 00:00 0
f5b26000-f5b74000 rwxp f5b26000 00:00 0
f5b74000-f5b77000 ---p f5b74000 00:00 0
f5b77000-f5bc5000 rwxp f5b77000 00:00 0
f5bc5000-f5bc6000 ---p f5bc5000 00:00 0
f5bc6000-f5c59000 rwxp f5bc6000 00:00 0
f5c59000-f5c73000 rwxp f5c59000 00:00 0
f5c73000-f5c76000 rwxp f5c73000 00:00 0
f5c76000-f5c91000 rwxp f5c76000 00:00 0
f5c91000-f5c92000 rwxp f5c91000 00:00 0
f5c92000-f5c93000 rwxp f5c92000 00:00 0
f5c93000-f5c96000 rwxp f5c93000 00:00 0
f5c96000-f5cb1000 rwxp f5c96000 00:00 0
f5cb1000-f5cb7000 rwxp f5cb1000 00:00 0
f5cb7000-f5cd1000 rwxp f5cb7000 00:00 0
f5cd1000-f5cdf000 rwxp f5cd1000 00:00 0
f5cdf000-f5d5c000 rwxp f5cdf000 00:00 0
f5d5c000-f5e04000 rwxp f5d5c000 00:00 0
f5e04000-f7d5c000 rwxp f5e04000 00:00 0
f7d5c000-f7d7f000 r-xp 00000000 03:02 11167056 /opt/java6_32bit/jre/lib/i386/libjava.so
f7d7f000-f7d81000 rwxp 00023000 03:02 11167056 /opt/java6_32bit/jre/lib/i386/libjava.so
f7d81000-f7d89000 r-xp 00000000 03:02 10726328 /lib32/libnss_files-2.5.so
f7d89000-f7d8b000 rwxp 00007000 03:02 10726328 /lib32/libnss_files-2.5.so
f7d8b000-f7d93000 r-xp 00000000 03:02 10727515 /lib32/libnss_nis-2.5.so
f7d93000-f7d95000 rwxp 00007000 03:02 10727515 /lib32/libnss_nis-2.5.so
f7d95000-f7d97000 r-xp 00000000 03:02 7439934 /emul/linux/x86/usr/lib/libXinerama.so.1.0.0
f7d97000-f7d98000 rwxp 00001000 03:02 7439934 /emul/linux/x86/usr/lib/libXinerama.so.1.0.0
f7d98000-f7da7000 r-xp 00000000 03:02 11167060 /opt/java6_32bit/jre/lib/i386/libzip.so
f7da7000-f7da9000 rwxp 0000e000 03:02 11167060 /opt/java6_32bit/jre/lib/i386/libzip.so
f7da9000-f7db4000 r-xp 00000000 03:02 11167053 /opt/java6_32bit/jre/lib/i386/libverify.so
f7db4000-f7db5000 rwxp 0000b000 03:02 11167053 /opt/java6_32bit/jre/lib/i386/libverify.so
f7db5000-f7dbd000 rwxs 00000000 03:02 9951542 /tmp/hsperfdata_georg/4991
f7dbd000-f7dc4000 r-xp 00000000 03:02 10727569 /lib32/librt-2.5.so
f7dc4000-f7dc6000 rwxp 00006000 03:02 10727569 /lib32/librt-2.5.so
f7dc6000-f7dc9000 ---p f7dc6000 00:00 0
f7dc9000-f7e17000 rwxp f7dc9000 00:00 0
f7e17000-f7e3a000 r-xp 00000000 03:02 10727488 /lib32/libm-2.5.so
f7e3a000-f7e3c000 rwxp 00022000 03:02 10727488 /lib32/libm-2.5.so
f7e3c000-f7e3d000 rwxp f7e3c000 00:00 0
f7e3d000-f7f5d000 r-xp 00000000 03:02 10727102 /lib32/libc-2.5.so
f7f5d000-f7f5e000 r-xp 00120000 03:02 10727102 /lib32/libc-2.5.so
f7f5e000-f7f60000 rwxp 00121000 03:02 10727102 /lib32/libc-2.5.so
f7f60000-f7f64000 rwxp f7f60000 00:00 0
f7f64000-f7f66000 r-xp 00000000 03:02 10727478 /lib32/libdl-2.5.so
f7f66000-f7f68000 rwxp 00001000 03:02 10727478 /lib32/libdl-2.5.so
f7f68000-f7f6f000 r-xp 00000000 03:02 11167058 /opt/java6_32bit/jre/lib/i386/jli/libjli.so
f7f6f000-f7f71000 rwxp 00006000 03:02 11167058 /opt/java6_32bit/jre/lib/i386/jli/libjli.so
f7f71000-f7f84000 r-xp 00000000 03:02 10727505 /lib32/libpthread-2.5.so
f7f84000-f7f85000 r-xp 00012000 03:02 10727505 /lib32/libpthread-2.5.so
f7f85000-f7f86000 rwxp 00013000 03:02 10727505 /lib32/libpthread-2.5.so
f7f86000-f7f88000 rwxp f7f86000 00:00 0
f7f88000-f7f89000 r-xp 00000000 03:02 5234547 /usr/lib64/locale/de_AT.utf8/LC_IDENTIFICATION
f7f89000-f7f8f000 r-xp 00000000 03:02 10727154 /lib32/libnss_compat-2.5.so
f7f8f000-f7f91000 rwxp 00005000 03:02 10727154 /lib32/libnss_compat-2.5.so
f7f91000-f7fa3000 r-xp 00000000 03:02 10727514 /lib32/libnsl-2.5.so
f7fa3000-f7fa5000 rwxp 00011000 03:02 10727514 /lib32/libnsl-2.5.so
f7fa5000-f7fa7000 rwxp f7fa5000 00:00 0
f7fa7000-f7fad000 r-xp 00000000 03:02 11167033 /opt/java6_32bit/jre/lib/i386/native_threads/libhpi.so
f7fad000-f7fae000 rwxp 00006000 03:02 11167033 /opt/java6_32bit/jre/lib/i386/native_threads/libhpi.so
f7fae000-f7faf000 rwxp f7fae000 00:00 0
f7faf000-f7fb0000 r-xp f7faf000 00:00 0
f7fb0000-f7fb1000 rwxp f7fb0000 00:00 0
f7fb1000-f7fcb000 r-xp 00000000 03:02 10727661 /lib32/ld-2.5.so
f7fcb000-f7fcc000 r-xp 00019000 03:02 10727661 /lib32/ld-2.5.so
f7fcc000-f7fcd000 rwxp 0001a000 03:02 10727661 /lib32/ld-2.5.so
ffbf4000-ffbfd000 rwxp ffbf4000 00:00 0 [stack]
ffffe000-fffff000 r-xp ffffe000 00:00 0
VM Arguments:
java_command: JambiFileTree
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=/home/georg/.gentoo/java-config-2/current-user-vm
CLASSPATH=/home/georg/Adempiere/postgresql/8.1.5/jlib/:/home/georg/Adempiere/postgresql/8.1.5/jdbc/lib:/home/georg/Adempiere/postgresql/8.1.5/jlib/:/home/georg/Adempiere/postgresql/8.1.5/jdbc/lib:/home/georg/Adempiere/postgresql/8.1.5/jlib/:/home/georg/Adempiere/postgresql/8.1.5/jdbc/lib:/home/georg/Adempiere/postgresql/8.1.5/jlib/:/home/georg/Adempiere/postgresql/8.1.5/jdbc/lib:.
PATH=/usr/src/qtjambi-linux-preview/bin:/usr/kde/3.5/bin:/opt/sun-jdk-1.5.0.08/jre/bin:/home/georg/Adempiere/postgresql/8.1.5/bin:/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1:/opt/ati/bin:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin:/opt/modeltech/bin:/opt/limewire
LD_LIBRARY_PATH=/opt/java6_32bit/jre/lib/i386/client:/opt/java6_32bit/jre/lib/i386:/opt/java6_32bit/jre/../lib/i386:/usr/local/lib:/usr/src/qtjambi-linux-preview/lib:
SHELL=/bin/bash
DISPLAY=:0.0
Signal Handlers:
SIGSEGV: [libjvm.so+0x3aea90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x3aea90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x304e70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x304e70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x304e70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x306e80], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x3068a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR2: [libjvm.so+0x306e80], sa_mask[0]=0x00000000, sa_flags=0x10000004
--------------- S Y S T E M ---------------
OS:Gentoo Base System version 1.12.6
uname:Linux 2.6.18 #4 Wed Nov 15 18:51:42 CET 2006 x86_64
libc:glibc 2.5 NPTL 2.5
rlimit: STACK 8192k, CORE 0k, NPROC 8183, NOFILE 1024, AS infinity
load average:0.37 0.27 0.24
CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, mmxext, 3dnowext, 3dnow
Memory: 4k page, physical 1026128k(9664k free), swap 987956k(820916k free)
vm_info: Java HotSpot(TM) Client VM (1.6.0-rc-b104) for linux-x86, built on Nov 1 2006 01:16:37 by "java_re" with gcc 3.2.1-7a (J2SE release)