[Snip much discussion of Java errors]

I installed Java, curious to see if I would have these same problems.
Curiously, even just running the java command fails about one time in
three. When it fails, it looks like this:

[EMAIL PROTECTED]:~$ cat /proc/version
Linux version 2.4.27-1um ([EMAIL PROTECTED]) (gcc version 3.3.4 (Debian
1:3.3.4-13)) #1 Sun Nov 28 21:50:25 CST 2004

Host is 2.6.8.1 skas3

[EMAIL PROTECTED]:~$ java
Usage: java [-options] class [args...]
           (to execute a class)
   or  java -jar [-options] jarfile [args...]
           (to execute a jar file)

where options include:
    -client       to select the "client" VM
    -server       to select the "server" VM
    -classic      to select the "classic" VM
                  If present, the option to select the VM must be first.
                  The default VM is -client.

    -cp -classpath <directories and zip/jar files separated by :>
                  set search path for application classes and resources
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -showversion  print product version and continue
    -? -help      print this help message
    -X            print help on non-standard options

Unexpected Signal : 11 occurred at PC=0x4029f0e8
Function name=pending_exception__C6Thread
[EMAIL PROTECTED]:~$ Library=/usr/lib/j2se/1.3/jre/lib/i386/client/libjvm.so

Cannot obtain thread information

Dynamic libraries:
08048000-0804c000 r-xp 00000000 62:00 1212421   
/usr/lib/j2se/1.3/bin/i386/native_threads/java
0804c000-0804d000 rw-p 00003000 62:00 1212421   
/usr/lib/j2se/1.3/bin/i386/native_threads/java
40000000-40016000 r-xp 00000000 62:00 1673133    /lib/ld-2.3.2.so
40016000-40017000 rw-p 00015000 62:00 1673133    /lib/ld-2.3.2.so
4001e000-4002b000 r-xp 00000000 62:00 1674244    /lib/libpthread-0.10.so
4002b000-4002d000 rw-p 0000c000 62:00 1674244    /lib/libpthread-0.10.so
4006f000-40079000 r-xp 00000000 62:00 1015813   
/usr/lib/j2se/1.3/jre/lib/i386/native_threads/libhpi.so
40079000-4007a000 rw-p 00009000 62:00 1015813   
/usr/lib/j2se/1.3/jre/lib/i386/native_threads/libhpi.so
4007a000-4034a000 r-xp 00000000 62:00 1163270   
/usr/lib/j2se/1.3/jre/lib/i386/client/libjvm.so
4034a000-40362000 rw-p 002cf000 62:00 1163270   
/usr/lib/j2se/1.3/jre/lib/i386/client/libjvm.so
40379000-4037b000 r-xp 00000000 62:00 1674232    /lib/libdl-2.3.2.so
4037b000-4037c000 rw-p 00002000 62:00 1674232    /lib/libdl-2.3.2.so
4037d000-404a5000 r-xp 00000000 62:00 1674149    /lib/libc-2.3.2.so
404a5000-404ad000 rw-p 00127000 62:00 1674149    /lib/libc-2.3.2.so
404b0000-404b1000 r-xp 00000000 62:00 1674148    /lib/libBrokenLocale-2.3.2.so
404b1000-404b2000 rw-p 00000000 62:00 1674148    /lib/libBrokenLocale-2.3.2.so
404b2000-404c4000 r-xp 00000000 62:00 1674236    /lib/libnsl-2.3.2.so
404c4000-404c5000 rw-p 00011000 62:00 1674236    /lib/libnsl-2.3.2.so
404c7000-404e8000 r-xp 00000000 62:00 1674233    /lib/libm-2.3.2.so
404e8000-404e9000 rw-p 00020000 62:00 1674233    /lib/libm-2.3.2.so
404ea000-404f9000 r-xp 00000000 62:00 950277    
/usr/lib/j2se/1.3/jre/lib/i386/libverify.so
404f9000-404fb000 rw-p 0000e000 62:00 950277    
/usr/lib/j2se/1.3/jre/lib/i386/libverify.so
404fb000-4051b000 r-xp 00000000 62:00 950278    
/usr/lib/j2se/1.3/jre/lib/i386/libjava.so
4051b000-4051d000 rw-p 0001f000 62:00 950278    
/usr/lib/j2se/1.3/jre/lib/i386/libjava.so
4051e000-40530000 r-xp 00000000 62:00 950279    
/usr/lib/j2se/1.3/jre/lib/i386/libzip.so
40530000-40532000 rw-p 00011000 62:00 950279    
/usr/lib/j2se/1.3/jre/lib/i386/libzip.so
40532000-41263000 r--s 00000000 62:00 917511    
/usr/lib/j2se/1.3/jre/lib/rt.jar
41290000-41535000 r--s 00000000 62:00 917512    
/usr/lib/j2se/1.3/jre/lib/i18n.jar
41535000-4154b000 r--s 00000000 62:00 917508    
/usr/lib/j2se/1.3/jre/lib/sunrsasign.jar
435f3000-435fa000 r-xp 00000000 62:00 1674237    /lib/libnss_compat-2.3.2.so
435fa000-435fb000 rw-p 00006000 62:00 1674237    /lib/libnss_compat-2.3.2.so
4965f000-496a6000 r--p 00000000 62:00 360570     /usr/lib/locale/locale-archive
496a6000-496ae000 r-xp 00000000 62:00 1674241    /lib/libnss_nis-2.3.2.so
496ae000-496af000 rw-p 00007000 62:00 1674241    /lib/libnss_nis-2.3.2.so
496af000-496b7000 r-xp 00000000 62:00 1674239    /lib/libnss_files-2.3.2.so
496b7000-496b8000 rw-p 00008000 62:00 1674239    /lib/libnss_files-2.3.2.so

Local Time = Mon Jan 10 10:09:41 2005
Elapsed Time = 0
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002C4
# 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                = 0x0x4029f0e8
SIGNAL            = 11
FUNCTION NAME     = pending_exception__C6Thread
LIBRARY NAME      = /usr/lib/j2se/1.3/jre/lib/i386/client/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.

[EMAIL PROTECTED]:~$


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to