Hi,

I am developing an interface to OpenOffice from the bibliography
manager JabRef, to insert citations and format the bibliography in
OpenOffice Writer, but I'm facing a tricky issue. I am connecting
using the bootstrap method:

XComponentContext xContext =
               com.sun.star.comp.helper.Bootstrap.bootstrap();

The connection works, and everything is stable and working perfectly
until the point where I shut down JabRef. Then I get a JVM crash with
a following error log file (copied at the bottom of this mail).
OpenOffice seems unaffected, and I can restart JabRef and connect
again without problems. The crash happens nearly every time, and the
log file always shows similar information. It occurs both with Sun
Java 1.5.0_08 and a 1.6.0 beta version on Linux, and with 1.5.0 on
Windows. The crash does NOT occur if I shut down OpenOffice before
shutting down JabRef.

If I run my interfacing code without everything else JabRef does, the
crash does not occur. Therefore it seems to be a conflict with some
other part of the program. I've tried to disable various parts of the
code without any success. For instance, I changed the shutdown
procedure so only a simple System.exit(0) is called when the app
window is closed.

I realize that I'm not giving enough information about the JabRef code
to be able to expect an answer (I don't know where to start), but I am
hoping that someone is able to give me a hint based on the JVM crash
log file (it does indicate at what point in the UNO code the crash
originates).

It may be relevant to mention that if I try to connect in the "old"
way, by making OOo listen to a port, there is no JVM crash, but I get
a normal Java exception on shutdown:

java.lang.IllegalStateException: zip file closed
        at java.util.zip.ZipFile.ensureOpen(ZipFile.java:399)
        at java.util.zip.ZipFile.getEntry(ZipFile.java:144)
        at java.util.jar.JarFile.getEntry(JarFile.java:198)
        at java.util.jar.JarFile.getJarEntry(JarFile.java:185)
        at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:671)
        at sun.misc.URLClassPath.getResource(URLClassPath.java:160)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:191)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.notifyListeners(java_remote_bridge.java)
        at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.dispose(java_remote_bridge.java)
        at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.access$12(java_remote_bridge.java)
        at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.invoke(java_remote_bridge.java)
        at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.run(java_remote_bridge.java)


Regards,
Morten Alver

Crash log follows:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0xa15b4b81, pid=13607, tid=2706566064
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode, sharing)
# Problematic frame:
# C  0xa15b4b81
#

---------------  T H R E A D  ---------------

Current thread (0x08390cd0):  JavaThread "Thread-4" daemon
[_thread_in_native, id=13668]

siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xa15b4b81

Registers:
EAX=0xa15b4b81, EBX=0x7ce56400, ECX=0x08317400, EDX=0x7ce56f60
ESP=0xa152dd30, EBP=0xa152dd5c, ESI=0x7ce563f8, EDI=0x08390cd0
EIP=0xa15b4b81, CR2=0xa15b4b81, EFLAGS=0x00210217

Top of Stack: (sp=0xa152dd30)
0xa152dd30:   a26ae4db 08390d90 a152dd70 a152dd6c
0xa152dd40:   a152dd40 00000000 a152dd70 7ce56f60
0xa152dd50:   00000000 7ce56400 a152dd6c a152dd90
0xa152dd60:   a26a8b3b 00000000 a26ac649 7921a088
0xa152dd70:   792176d8 a152dd74 7ce565ea a152dd9c
0xa152dd80:   7ce56f60 00000000 7ce565f8 a152dd98
0xa152dd90:   a152ddbc a26a8e41 7921a088 792176d8
0xa152dda0:   a152dda0 7ce61778 a152ddcc 7ce71958

Instructions: (pc=0xa15b4b81)
0xa15b4b71:
[error occurred during error reporting, step 100, id 0xb]

Stack: [0xa14af000,0xa152f000),  sp=0xa152dd30,  free space=507k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0xa15b4b81
j  com.sun.star.lib.connections.pipe.PipeConnection.write([B)V+2
j  
com.sun.star.lib.uno.bridges.java_remote.XConnectionOutputStream_Adapter.write(I)V+16
j  java.io.DataOutputStream.writeInt(I)V+12
j  com.sun.star.lib.uno.protocols.urp.urp.writeBlock(Ljava/io/DataOutput;[BI)V+3
j  com.sun.star.lib.uno.protocols.urp.urp.flush(Ljava/io/DataOutput;)V+20
j  
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(Ljava/lang/String;Lcom/sun/star/uno/Type;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/Boolean;[Ljava/lang/Boolean;)Ljava/lang/Object;+145
j  
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(Ljava/lang/String;Lcom/sun/star/uno/Type;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+48
j  
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+17
j  
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.access$1(Lcom/sun/star/lib/uno/bridges/java_remote/ProxyFactory$Handler;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+3
j  com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler$1.run()V+7
j  com.sun.star.lib.util.AsynchronousFinalizer$1.run()V+59
v  ~StubRoutines::call_stub
V  [libjvm.so+0x17a75c]
V  [libjvm.so+0x28afd8]
V  [libjvm.so+0x179fb5]
V  [libjvm.so+0x17a04e]
V  [libjvm.so+0x1f1785]
V  [libjvm.so+0x2f43d3]
V  [libjvm.so+0x28bbe8]
C  [libpthread.so.0+0x50bd]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.star.lib.connections.pipe.PipeConnection.writeJNI([B)V+0
j  com.sun.star.lib.connections.pipe.PipeConnection.write([B)V+2
j  
com.sun.star.lib.uno.bridges.java_remote.XConnectionOutputStream_Adapter.write(I)V+16
j  java.io.DataOutputStream.writeInt(I)V+12
j  com.sun.star.lib.uno.protocols.urp.urp.writeBlock(Ljava/io/DataOutput;[BI)V+3
j  com.sun.star.lib.uno.protocols.urp.urp.flush(Ljava/io/DataOutput;)V+20
j  
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(Ljava/lang/String;Lcom/sun/star/uno/Type;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/Boolean;[Ljava/lang/Boolean;)Ljava/lang/Object;+145
j  
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(Ljava/lang/String;Lcom/sun/star/uno/Type;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+48
j  
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+17
j  
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.access$1(Lcom/sun/star/lib/uno/bridges/java_remote/ProxyFactory$Handler;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+3
j  com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler$1.run()V+7
j  com.sun.star.lib.util.AsynchronousFinalizer$1.run()V+59
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
 0x083dea50 JavaThread "TimerQueue" daemon [_thread_blocked, id=13670]
=>0x08390cd0 JavaThread "Thread-4" daemon [_thread_in_native, id=13668]
 0x08396bd0 JavaThread "MessageDispatcher" [_thread_in_native, id=13665]
 0x0805ccb8 JavaThread "DestroyJavaVM" [_thread_blocked, id=13607]
 0x082c6068 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=13621]
 0x082c5608 JavaThread "AWT-Shutdown" [_thread_blocked, id=13620]
 0x08203858 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=13618]
 0x081f1028 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=13617]
 0x081820b0 JavaThread "Thread-2" [_thread_blocked, id=13616]
 0x080a6060 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13613]
 0x080a4b00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=13612]
 0x080a3ae0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13611]
 0x0809cfb8 JavaThread "Finalizer" daemon [_thread_blocked, id=13610]
 0x0809c2e0 JavaThread "Reference Handler" daemon [_thread_blocked, id=13609]

Other Threads:
 0x08099770 VMThread [id=13608]
 0x080a7500 WatcherThread [id=13614]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation   total 576K, used 531K [0x78a10000, 0x78ab0000, 0x78ef0000)
 eden space 512K,  98% used [0x78a10000, 0x78a8de18, 0x78a90000)
 from space 64K,  44% used [0x78aa0000, 0x78aa7110, 0x78ab0000)
 to   space 64K,   0% used [0x78a90000, 0x78a90000, 0x78aa0000)
tenured generation   total 3712K, used 3304K [0x78ef0000, 0x79290000,
0x7ca10000)
  the space 3712K,  89% used [0x78ef0000, 0x7922a038, 0x7922a200, 0x79290000)
compacting perm gen  total 8192K, used 5017K [0x7ca10000, 0x7d210000,
0x80a10000)
  the space 8192K,  61% used [0x7ca10000, 0x7cef6788, 0x7cef6800, 0x7d210000)
   ro space 8192K,  68% used [0x80a10000, 0x80f8eaf8, 0x80f8ec00, 0x81210000)
   rw space 12288K,  48% used [0x81210000, 0x817d9d78, 0x817d9e00, 0x81e10000)

Dynamic libraries:
08048000-08057000 r-xp 00000000 08:07 6520909
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/bin/java
08057000-08059000 rwxp 0000e000 08:07 6520909
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/bin/java
08059000-08551000 rwxp 08059000 00:00 0          [heap]
78a10000-78ab0000 rwxp 78a10000 00:00 0
78ab0000-78ef0000 rwxp 78ab0000 00:00 0
78ef0000-79290000 rwxp 78ef0000 00:00 0
79290000-7ca10000 rwxp 79290000 00:00 0
7ca10000-7d210000 rwxp 7ca10000 00:00 0
7d210000-80a10000 rwxp 7d210000 00:00 0
80a10000-80f8f000 r-xs 00001000 08:07 6488086
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client/classes.jsa
80f8f000-81210000 rwxp 80f8f000 00:00 0
81210000-817da000 rwxp 00580000 08:07 6488086
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client/classes.jsa
817da000-81e10000 rwxp 817da000 00:00 0
81e10000-81ee0000 rwxp 00b4a000 08:07 6488086
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client/classes.jsa
81ee0000-82210000 rwxp 81ee0000 00:00 0
82210000-82214000 r-xs 00c1a000 08:07 6488086
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client/classes.jsa
82214000-82610000 rwxp 82214000 00:00 0
a0df2000-a0df5000 rwxp a0df2000 00:00 0
a0df5000-a0e72000 rwxp a0df5000 00:00 0
a0e72000-a0e75000 rwxp a0e72000 00:00 0
a0e75000-a0ef2000 rwxp a0e75000 00:00 0
a11da000-a11db000 r-xp 00000000 08:07 1213856    /usr/lib/gconv/ISO8859-1.so
a11db000-a11dd000 rwxp 00001000 08:07 1213856    /usr/lib/gconv/ISO8859-1.so
a11dd000-a11e3000 r-xs 00000000 08:07 15631169
/usr/lib/gconv/gconv-modules.cache
a11e3000-a11fd000 r-xp 00000000 08:07 15648831
/usr/lib/X11/locale/common/ximcp.so.2.0.0
a11fd000-a11ff000 rwxp 00019000 08:07 15648831
/usr/lib/X11/locale/common/ximcp.so.2.0.0
a11ff000-a1205000 r-xp 00000000 08:07 5800007
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libnio.so
a1205000-a1206000 rwxp 00005000 08:07 5800007
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libnio.so
a1206000-a1209000 ---p a1206000 00:00 0
a1209000-a1286000 rwxp a1209000 00:00 0
a1286000-a1289000 ---p a1286000 00:00 0
a1289000-a1306000 rwxp a1289000 00:00 0
a1306000-a13af000 rwxs 00000000 00:07 7831555    /SYSV00000000 (deleted)
a13af000-a13b2000 ---p a13af000 00:00 0
a13b2000-a142f000 rwxp a13b2000 00:00 0
a142f000-a1432000 ---p a142f000 00:00 0
a1432000-a14af000 rwxp a1432000 00:00 0
a14af000-a14b2000 ---p a14af000 00:00 0
a14b2000-a152f000 rwxp a14b2000 00:00 0
a152f000-a1532000 ---p a152f000 00:00 0
a1532000-a15af000 rwxp a1532000 00:00 0
a15af000-a15b3000 r-xp 00000000 08:07 15639816   /usr/lib/libXfixes.so.3.0.0
a15b3000-a15b4000 rwxp 00003000 08:07 15639816   /usr/lib/libXfixes.so.3.0.0
a15b7000-a15c8000 r-xp 00000000 08:07 5800006
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libnet.so
a15c8000-a15c9000 rwxp 00011000 08:07 5800006
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libnet.so
a15c9000-a15cc000 ---p a15c9000 00:00 0
a15cc000-a1649000 rwxp a15cc000 00:00 0
a1649000-a16b0000 r-xp 00000000 08:07 5800018
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libfontmanager.so
a16b0000-a16ba000 rwxp 00067000 08:07 5800018
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libfontmanager.so
a16ba000-a16be000 rwxp a16ba000 00:00 0
a16be000-a16c2000 r-xp 00000000 08:07 15634950   /usr/lib/libXdmcp.so.6.0.0
a16c2000-a16c3000 rwxp 00003000 08:07 15634950   /usr/lib/libXdmcp.so.6.0.0
a16c3000-a16c5000 r-xp 00000000 08:07 15630781   /usr/lib/libXau.so.6.0.0
a16c5000-a16c6000 rwxp 00001000 08:07 15630781   /usr/lib/libXau.so.6.0.0
a16c6000-a1789000 r-xp 00000000 08:07 15630933   /usr/lib/libX11.so.6.2.0
a1789000-a178c000 rwxp 000c2000 08:07 15630933   /usr/lib/libX11.so.6.2.0
a178c000-a1799000 r-xp 00000000 08:07 15630785   /usr/lib/libXext.so.6.4.0
a1799000-a179a000 rwxp 0000c000 08:07 15630785   /usr/lib/libXext.so.6.4.0
a179b000-a17a2000 r-xp 00000000 08:07 15633441   /usr/lib/libXrender.so.1.3.0
a17a2000-a17a3000 rwxp 00006000 08:07 15633441   /usr/lib/libXrender.so.1.3.0
a17a3000-a17ab000 r-xp 00000000 08:07 15633443   /usr/lib/libXcursor.so.1.0.2
a17ab000-a17ac000 rwxp 00007000 08:07 15633443   /usr/lib/libXcursor.so.1.0.2
a17ac000-a17ae000 r-xp 00000000 08:07 15648832
/usr/lib/X11/locale/common/xlcDef.so.2.0.0
a17ae000-a17af000 rwxp 00001000 08:07 15648832
/usr/lib/X11/locale/common/xlcDef.so.2.0.0
a17af000-a17dd000 r-xp 00000000 08:07 6504602
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/xawt/libmawt.so
a17dd000-a17e0000 rwxp 0002e000 08:07 6504602
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/xawt/libmawt.so
a17e0000-a17e1000 rwxp a17e0000 00:00 0
a17e1000-a18a7000 r-xp 00000000 08:07 5800014
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libmlib_image.so
a18a7000-a18a8000 rwxp 000c5000 08:07 5800014
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libmlib_image.so
a18a8000-a1908000 r-xp 00000000 08:07 5800015
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libawt.so
a1908000-a190e000 rwxp 0005f000 08:07 5800015
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libawt.so
a190e000-a1932000 rwxp a190e000 00:00 0
a1932000-a1935000 ---p a1932000 00:00 0
a1935000-a19b2000 rwxp a1935000 00:00 0
a19b2000-a19b5000 rwxp a19b2000 00:00 0
a19b5000-a1a32000 rwxp a19b5000 00:00 0
a21c2000-a21c3000 ---p a21c2000 00:00 0
a21c3000-a2242000 rwxp a21c3000 00:00 0
a2242000-a2245000 ---p a2242000 00:00 0
a2245000-a22c2000 rwxp a2245000 00:00 0
a22c2000-a22c5000 ---p a22c2000 00:00 0
a22c5000-a2342000 rwxp a22c5000 00:00 0
a2342000-a2345000 ---p a2342000 00:00 0
a2345000-a23c2000 rwxp a2345000 00:00 0
a23c2000-a2410000 r-xp 00000000 08:07 2523411    /usr/lib/locale/locale-archive
a2410000-a2413000 ---p a2410000 00:00 0
a2413000-a2490000 rwxp a2413000 00:00 0
a2490000-a2493000 ---p a2490000 00:00 0
a2493000-a2510000 rwxp a2493000 00:00 0
a2510000-a2511000 ---p a2510000 00:00 0
a2511000-a25a1000 rwxp a2511000 00:00 0
a25a1000-a25bd000 rwxp a25a1000 00:00 0
a25bd000-a25bf000 rwxp a25bd000 00:00 0
a25bf000-a25db000 rwxp a25bf000 00:00 0
a25db000-a25dc000 rwxp a25db000 00:00 0
a25dc000-a25dd000 rwxp a25dc000 00:00 0
a25dd000-a25e0000 rwxp a25dd000 00:00 0
a25e0000-a25fb000 rwxp a25e0000 00:00 0
a25fb000-a25ff000 rwxp a25fb000 00:00 0
a25ff000-a261b000 rwxp a25ff000 00:00 0
a261b000-a262b000 rwxp a261b000 00:00 0
a262b000-a26a6000 rwxp a262b000 00:00 0
a26a6000-a27e6000 rwxp a26a6000 00:00 0
a27e6000-a46a6000 rwxp a27e6000 00:00 0
a46a6000-a4f16000 r-xs 00000000 08:07 5750795
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/charsets.jar
a4f16000-a4f2b000 r-xs 00000000 08:07 5750794
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/jce.jar
a4f2b000-a4fb0000 r-xs 00000000 08:07 5750789
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/jsse.jar
a4fb0000-a5019000 rwxp a4fb0000 00:00 0
a5019000-a762f000 r-xs 00000000 08:07 5750823
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/rt.jar
a762f000-a763e000 r-xp 00000000 08:07 5800003
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libzip.so
a763e000-a7640000 rwxp 0000e000 08:07 5800003
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libzip.so
a7640000-a7661000 r-xp 00000000 08:07 5800002
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libjava.so
a7661000-a7663000 rwxp 00020000 08:07 5800002
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libjava.so
a7663000-a766c000 r-xp 00000000 08:07 1294712    /lib/tls/libnss_files-2.3.6.so
a766c000-a766e000 rwxp 00008000 08:07 1294712    /lib/tls/libnss_files-2.3.6.so
a766e000-a7676000 r-xp 00000000 08:07 1294714    /lib/tls/libnss_nis-2.3.6.so
a7676000-a7678000 rwxp 00007000 08:07 1294714    /lib/tls/libnss_nis-2.3.6.so
a7678000-a768a000 r-xp 00000000 08:07 1294709    /lib/tls/libnsl-2.3.6.so
a768a000-a768c000 rwxp 00011000 08:07 1294709    /lib/tls/libnsl-2.3.6.so
a768c000-a768e000 rwxp a768c000 00:00 0
a768f000-a769a000 r-xp 00000000 08:07 5800001
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libverify.so
a769a000-a769b000 rwxp 0000b000 08:07 5800001
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libverify.so
a769b000-a76a3000 rwxs 00000000 08:07 15728700   /tmp/hsperfdata_alver/13607
a76a3000-a76c6000 r-xp 00000000 08:07 1294707    /lib/tls/libm-2.3.6.so
a76c6000-a76c8000 rwxp 00022000 08:07 1294707    /lib/tls/libm-2.3.6.so
a76c8000-a7a34000 r-xp 00000000 08:07 6586782
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client/libjvm.so
a7a34000-a7a53000 rwxp 0036b000 08:07 6586782
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client/libjvm.so
a7a53000-a7e6a000 rwxp a7a53000 00:00 0
a7e6a000-a7f92000 r-xp 00000000 08:07 1163318    /lib/tls/libc-2.3.6.so
a7f92000-a7f97000 r-xp 00128000 08:07 1163318    /lib/tls/libc-2.3.6.so
a7f97000-a7f99000 rwxp 0012d000 08:07 1163318    /lib/tls/libc-2.3.6.so
a7f99000-a7f9c000 rwxp a7f99000 00:00 0
a7f9c000-a7f9e000 r-xp 00000000 08:07 1294706    /lib/tls/libdl-2.3.6.so
a7f9e000-a7fa0000 rwxp 00001000 08:07 1294706    /lib/tls/libdl-2.3.6.so
a7fa0000-a7fa1000 rwxp a7fa0000 00:00 0
a7fa1000-a7faf000 r-xp 00000000 08:07 1294717    /lib/tls/libpthread-2.3.6.so
a7faf000-a7fb1000 rwxp 0000d000 08:07 1294717    /lib/tls/libpthread-2.3.6.so
a7fb1000-a7fb3000 rwxp a7fb1000 00:00 0
a7fb6000-a7fbd000 r-xp 00000000 08:07 1294710    /lib/tls/libnss_compat-2.3.6.so
a7fbd000-a7fbf000 rwxp 00006000 08:07 1294710    /lib/tls/libnss_compat-2.3.6.so
a7fbf000-a7fc5000 r-xp 00000000 08:07 6553612
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/native_threads/libhpi.so
a7fc5000-a7fc6000 rwxp 00006000 08:07 6553612
/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/native_threads/libhpi.so
a7fc6000-a7fc7000 rwxp a7fc6000 00:00 0
a7fc7000-a7fc8000 r-xp a7fc7000 00:00 0
a7fc8000-a7fca000 rwxp a7fc8000 00:00 0
a7fca000-a7fdf000 r-xp 00000000 08:07 1409060    /lib/ld-2.3.6.so
a7fdf000-a7fe1000 rwxp 00014000 08:07 1409060    /lib/ld-2.3.6.so
afbad000-afbb0000 ---p afbad000 00:00 0
afbb0000-afdad000 rwxp afbb0000 00:00 0          [stack]
ffffe000-fffff000 ---p 00000000 00:00 0          [vdso]

VM Arguments:
java_command: net.sf.jabref.JabRef
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
LD_LIBRARY_PATH=/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client:/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/../lib/i386
SHELL=/bin/bash
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0x325bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x325bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x28c460], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


---------------  S Y S T E M  ---------------

OS:testing/unstable

uname:Linux 2.6.17-20060619 #1 SMP Wed Jul 19 18:19:42 CEST 2006 i686
libc:glibc 2.3.6 NPTL 2.3.6
rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 1024, AS infinity
load average:0.17 0.06 0.09

CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 12
stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, mmxext, 3dnowext, 3dnow

Memory: 4k page, physical 1036772k(295408k free), swap 1482k(1482k free)

vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for linux-x86,
built on Jul 11 2006 09:55:52 by java_re with gcc 3.2.1-7a (J2SE
release)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to