I am experiencing an intermittent signal 11 from java that seems to be related to threading. It occurs with a minimal commandline (I've included the output from "java -version" below). It also occurs when I run a java program. But it seems to always occur after the java program has completed.
I am fairly new to debian and expect that I am probably using incompatible libraries somewhere, but I don't know where to begin. Has someone else seen this problem? Can someone point me in the right direction? Thanks much! Tobin ================== $ java -version java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS) Java HotSpot(TM) Client VM (build Blackdown-1.3.1-FCS, mixed mode) Unexpected Signal : 11 occurred at PC=0x4025b988 Function name=pending_exception__C6Thread Library=/usr/lib/j2re1.3/lib/i386/client/libjvm.so Cannot obtain thread information Dynamic libraries: 08048000-0804c000 r-xp 00000000 48:01 521344 /usr/lib/j2sdk1.3/bin/i386/native_threads/java 0804c000-0804d000 rw-p 00003000 48:01 521344 /usr/lib/j2sdk1.3/bin/i386/native_threads/java 40000000-40014000 r-xp 00000000 48:01 179324 /lib/ld-2.2.5.so 40014000-40015000 rw-p 00013000 48:01 179324 /lib/ld-2.2.5.so 40018000-40026000 r-xp 00000000 48:01 179388 /lib/libpthread-0.9.so 40026000-4002e000 rw-p 0000d000 48:01 179388 /lib/libpthread-0.9.so 4002e000-40039000 r-xp 00000000 48:01 521655 /usr/lib/j2re1.3/lib/i386/native_threads/libhpi.so 40039000-4003a000 rw-p 0000a000 48:01 521655 /usr/lib/j2re1.3/lib/i386/native_threads/libhpi.so 4003a000-402fd000 r-xp 00000000 48:01 814850 /usr/lib/j2re1.3/lib/i386/client/libjvm.so 402fd000-40314000 rw-p 002c2000 48:01 814850 /usr/lib/j2re1.3/lib/i386/client/libjvm.so 4032c000-4032e000 r-xp 00000000 48:01 179373 /lib/libdl-2.2.5.so 4032e000-40330000 rw-p 00001000 48:01 179373 /lib/libdl-2.2.5.so 40330000-40448000 r-xp 00000000 48:01 179370 /lib/libc-2.2.5.so 40448000-4044e000 rw-p 00117000 48:01 179370 /lib/libc-2.2.5.so 40452000-40453000 r-xp 00000000 48:01 179339 /lib/libBrokenLocale-2.2.5.so 40453000-40454000 rw-p 00000000 48:01 179339 /lib/libBrokenLocale-2.2.5.so 40454000-40465000 r-xp 00000000 48:01 179375 /lib/libnsl-2.2.5.so 40465000-40467000 rw-p 00010000 48:01 179375 /lib/libnsl-2.2.5.so 4046a000-4048b000 r-xp 00000000 48:01 179374 /lib/libm-2.2.5.so 4048b000-4048c000 rw-p 00020000 48:01 179374 /lib/libm-2.2.5.so 4048c000-4049e000 r-xp 00000000 48:01 635423 /usr/lib/j2re1.3/lib/i386/libverify.so 4049e000-404a0000 rw-p 00011000 48:01 635423 /usr/lib/j2re1.3/lib/i386/libverify.so 404a0000-404c3000 r-xp 00000000 48:01 635424 /usr/lib/j2re1.3/lib/i386/libjava.so 404c3000-404c5000 rw-p 00022000 48:01 635424 /usr/lib/j2re1.3/lib/i386/libjava.so 404c6000-404db000 r-xp 00000000 48:01 635431 /usr/lib/j2re1.3/lib/i386/libzip.so 404db000-404de000 rw-p 00014000 48:01 635431 /usr/lib/j2re1.3/lib/i386/libzip.so 404de000-411f7000 r--s 00000000 48:01 521670 /usr/lib/j2re1.3/lib/rt.jar 41224000-414c9000 r--s 00000000 48:01 521671 /usr/lib/j2re1.3/lib/i18n.jar 414c9000-414df000 r--s 00000000 48:01 521659 /usr/lib/j2re1.3/lib/sunrsasign.jar 495ef000-495f9000 r-xp 00000000 48:01 179376 /lib/libnss_compat-2.2.5.so 495f9000-495fa000 rw-p 00009000 48:01 179376 /lib/libnss_compat-2.2.5.so Local Time = Mon Mar 11 12:44:12 2002 Elapsed Time = 0 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002CC # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # **************** Another exception has been detected while we were handling last error. Dumping information about last error: ERROR REPORT FILE = (N/A) PC = 0x0x4025b988 SIGNAL = 11 FUNCTION NAME = pending_exception__C6Thread LIBRARY NAME = /usr/lib/j2re1.3/lib/i386/client/libjvm.so Please check ERROR REPORT FILE for further information, if there is any. Good bye. Segmentation fault