You are not logged in.

#1 2009-08-05 11:16:52

Marcel-
Member
From: Utrecht, NL
Registered: 2006-12-03
Posts: 266

Crash in ld-linux.so.2 after updating OpenJDK6

Hi,

Yesterday I (automatically) updated my package version of OpenJDK6 from 1.5-3 to 1.5-4. When I try to run a board game client, OpenJDK halts.

To reproduce, install the BrettspielWelt-client from their download page and unpack it. Then run BrettspielWelt/start.sh and the output looks like

java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.5) (ArchLinux-1.5-4-i686)
OpenJDK Client VM (build 14.0-b15, mixed mode)
Starting BrettspielWelt...
DEFAULT_LANG=en, basePicUrl=http://game.brettspielwelt.de/Client/, codeBase=file:////home/mk/BrettspielWelt/, saveFiles=true
setNation(en)
getStreamFromFilesystem: Found ./localized/languages.txt
>> chooseLanguage("Starter", "en") = "en:de"
getStreamFromFilesystem: Found localized/en/strings/Starter.string
>> registerAppender("Starter") [@19b5393]
getStreamFromFilesystem: Found localized/en/images/Client/mg32x32.gif
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Client/mg32x32.gif
getImage: Read image file:////home/mk/BrettspielWelt/starterPics/StartBild5.jpg
getStreamFromFilesystem: Found localized/en/images/Starter/loading.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/loading.png
getStreamFromFilesystem: Found localized/en/images/Starter/server.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/server.png
getStreamFromFilesystem: Found localized/en/images/Starter/server.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/server.png
getStreamFromFilesystem: Found localized/en/images/Starter/server.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/server.png
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb7f937ad, pid=8651, tid=2419878768
#
# JRE version: 6.0-b16
# Java VM: OpenJDK Client VM (14.0-b15 mixed mode linux-x86 )
# Distribution: Custom build (Sat Jul  4 13:05:51 CEST 2009)
# Problematic frame:
# C  [ld-linux.so.2+0x137ad]
#
# An error report file with more information is saved as:
# /home/mk/BrettspielWelt/hs_err_pid8651.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
BrettspielWelt/start.sh: line 25:  8651 Aborted                 $JAVA_HOME/bin/java -cp . de.brettspielwelt.client.Starter

ld-linux.so.2 is part of glibc, which is not recently updated (my version is 2.10.1-3).

The file hs_err_pid8651.log reports

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb7f937ad, pid=8651, tid=2419878768
#
# JRE version: 6.0-b16
# Java VM: OpenJDK Client VM (14.0-b15 mixed mode linux-x86 )
# Distribution: Custom build (Sat Jul  4 13:05:51 CEST 2009)
# Problematic frame:
# C  [ld-linux.so.2+0x137ad]
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x90ac8400):  JavaThread "Image Fetcher 0" daemon [_thread_in_native, id=8662, stack(0x90376000,0x903c7000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000200

Registers:
EAX=0xb7f9cc80, EBX=0xb7f9cfc4, ECX=0xb7f8dcc9, EDX=0x903c6b6c
ESP=0x903c5840, EBP=0x903c5868, ESI=0x00000000, EDI=0x088197f0
EIP=0xb7f937ad, CR2=0x00000200, EFLAGS=0x00010292

Top of Stack: (sp=0x903c5840)
0x903c5840:   00000000 01ef34ad b7f37ff4 00000004
0x903c5850:   088197f0 903c5864 b7ef396a b7f37ff4
0x903c5860:   00000000 088197f0 903c5888 b7f35c84
0x903c5870:   00000000 90a55860 18a916eb 00000016
0x903c5880:   b7f35c69 b7f9cfc4 903c5968 b7f8dce6
0x903c5890:   00000000 00000000 9069a77c b7f3548c
0x903c58a0:   088197f8 08819800 088197fc 903c6b6c
0x903c58b0:   0881fde8 903c5974 00000000 903c5964 

Instructions: (pc=0xb7f937ad)
0xb7f9379d:   5d f4 89 7d fc e8 24 3a 00 00 81 c3 1d 98 00 00
0xb7f937ad:   f6 86 00 02 00 00 08 75 37 8b 86 90 01 00 00 85 

Stack: [0x90376000,0x903c7000],  sp=0x903c5840,  free space=318k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ld-linux.so.2+0x137ad]
C  [libdl.so.2+0xc84]
C  [ld-linux.so.2+0xdce6]
C  [libdl.so.2+0x107c]
C  [libdl.so.2+0xcba]  dlclose+0x2a
C  [libjpeg.so+0x5dc0]  Java_sun_awt_image_JPEGImageDecoder_initIDs+0x2c0
j  sun.awt.image.JPEGImageDecoder.initIDs(Ljava/lang/Class;)V+0
j  sun.awt.image.JPEGImageDecoder.<clinit>()V+22
v  ~StubRoutines::call_stub
V  [libjvm.so+0x1d9367]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.awt.image.JPEGImageDecoder.initIDs(Ljava/lang/Class;)V+0
j  sun.awt.image.JPEGImageDecoder.<clinit>()V+22
v  ~StubRoutines::call_stub
j  sun.awt.image.InputStreamImageSource.getDecoder(Ljava/io/InputStream;)Lsun/awt/image/ImageDecoder;+135
j  sun.awt.image.FileImageSource.getDecoder()Lsun/awt/image/ImageDecoder;+27
j  sun.awt.image.InputStreamImageSource.doFetch()V+30
j  sun.awt.image.ImageFetcher.fetchloop()V+33
j  sun.awt.image.ImageFetcher.run()V+5
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x90ac8400 JavaThread "Image Fetcher 0" daemon [_thread_in_native, id=8662, stack(0x90376000,0x903c7000)]
  0x90ac1800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=8661, stack(0x9055d000,0x905ae000)]
  0x90a78400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8660, stack(0x905ae000,0x905ff000)]
  0x90a00800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8658, stack(0x909af000,0x90a00000)]
  0x0879f000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8657, stack(0x90b3b000,0x90bbc000)]
  0x0879d800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8656, stack(0x90bbc000,0x90c0d000)]
  0x0878cc00 JavaThread "Finalizer" daemon [_thread_blocked, id=8655, stack(0x90dcb000,0x90e1c000)]
  0x08788400 JavaThread "Reference Handler" daemon [_thread_blocked, id=8654, stack(0x90e1c000,0x90e6d000)]
  0x08733800 JavaThread "main" [_thread_in_vm, id=8652, stack(0xb73de000,0xb742f000)]

Other Threads:
  0x08785000 VMThread [stack: 0x90e6d000,0x90eee000] [id=8653]
  0x90a02c00 WatcherThread [stack: 0x9092e000,0x909af000] [id=8659]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 960K, used 891K [0x912e0000, 0x913e0000, 0x93a40000)
  eden space 896K,  92% used [0x912e0000, 0x913aee00, 0x913c0000)
  from space 64K, 100% used [0x913c0000, 0x913d0000, 0x913d0000)
  to   space 64K,   0% used [0x913d0000, 0x913d0000, 0x913e0000)
 tenured generation   total 4096K, used 1118K [0x93a40000, 0x93e40000, 0xb12e0000)
   the space 4096K,  27% used [0x93a40000, 0x93b578c8, 0x93b57a00, 0x93e40000)
 compacting perm gen  total 12288K, used 5179K [0xb12e0000, 0xb1ee0000, 0xb52e0000)
   the space 12288K,  42% used [0xb12e0000, 0xb17eedc8, 0xb17eee00, 0xb1ee0000)
No shared spaces configured.

Dynamic libraries:
08048000-08051000 r-xp 00000000 08:08 849910     /usr/lib/jvm/java-1.6.0-openjdk/bin/java
08051000-08052000 rwxp 00008000 08:08 849910     /usr/lib/jvm/java-1.6.0-openjdk/bin/java
0872e000-08840000 rwxp 00000000 00:00 0          [heap]
90376000-90379000 ---p 00000000 00:00 0 
90379000-903c7000 rwxp 00000000 00:00 0 
903c7000-903d7000 r-xs 00000000 08:07 364673     /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86.cache-2
903d7000-903e1000 r-xs 00000000 08:07 364672     /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86.cache-2
903e1000-903ff000 r-xs 00000000 08:07 364666     /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-x86.cache-2
903ff000-9043f000 r-xs 00000000 08:07 364668     /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-x86.cache-2
9043f000-9047f000 r-xs 00000000 08:07 364669     /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-x86.cache-2
904a5000-904b5000 r-xs 00000000 08:07 364673     /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86.cache-2
904b5000-904bf000 r-xs 00000000 08:07 364672     /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86.cache-2
904bf000-904dd000 r-xs 00000000 08:07 364666     /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-x86.cache-2
904dd000-9051d000 r-xs 00000000 08:07 364668     /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-x86.cache-2
9051d000-9055d000 r-xs 00000000 08:07 364669     /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-x86.cache-2
9055d000-90560000 ---p 00000000 00:00 0 
90560000-905ae000 rwxp 00000000 00:00 0 
905ae000-905b1000 ---p 00000000 00:00 0 
905b1000-905ff000 rwxp 00000000 00:00 0 
905ff000-9061c000 r-xp 00000000 08:08 17147969   /usr/lib/libgcc_s.so.1
9061c000-9061d000 rwxp 0001c000 08:08 17147969   /usr/lib/libgcc_s.so.1
9061d000-90690000 r-xp 00000000 08:08 17420211   /usr/lib/libfreetype.so.6.3.20
90690000-90694000 rwxp 00072000 08:08 17420211   /usr/lib/libfreetype.so.6.3.20
9069a000-906a2000 r-xp 00000000 08:08 25928837   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjpeg.so
906a2000-906a3000 rwxp 00007000 08:08 25928837   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjpeg.so
906a3000-906a7000 r-xs 00000000 08:0a 556755     /home/mk/.fontconfig/7f535a9ff40cebd43ee5f062d48e9e63-x86.cache-2
906a7000-906ec000 r-xp 00000000 08:08 25928851   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libfontmanager.so
906ec000-906ee000 rwxp 00045000 08:08 25928851   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libfontmanager.so
906ee000-906f3000 rwxp 00000000 00:00 0 
906f3000-9070b000 r-xp 00000000 08:08 17463735   /usr/lib/libxcb.so.1.1.0
9070b000-9070c000 rwxp 00017000 08:08 17463735   /usr/lib/libxcb.so.1.1.0
9070c000-90824000 r-xp 00000000 08:08 18025955   /usr/lib/libX11.so.6.2.0
90824000-90828000 rwxp 00117000 08:08 18025955   /usr/lib/libX11.so.6.2.0
90828000-90874000 r-xp 00000000 08:08 848263     /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/xawt/libmawt.so
90874000-90876000 rwxp 0004b000 08:08 848263     /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/xawt/libmawt.so
90876000-90877000 rwxp 00000000 00:00 0 
90877000-90903000 r-xp 00000000 08:08 25928847   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libawt.so
90903000-9090a000 rwxp 0008c000 08:08 25928847   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libawt.so
9090a000-9092e000 rwxp 00000000 00:00 0 
9092e000-9092f000 ---p 00000000 00:00 0 
9092f000-909af000 rwxp 00000000 00:00 0 
909af000-909b2000 ---p 00000000 00:00 0 
909b2000-90a00000 rwxp 00000000 00:00 0 
90a00000-90ada000 rwxp 00000000 00:00 0 
90ada000-90b00000 ---p 00000000 00:00 0 
90b01000-90b05000 r-xp 00000000 08:08 17541586   /usr/lib/libXfixes.so.3.1.0
90b05000-90b06000 rwxp 00003000 08:08 17541586   /usr/lib/libXfixes.so.3.1.0
90b06000-90b0a000 r-xp 00000000 08:08 17463639   /usr/lib/libXdmcp.so.6.0.0
90b0a000-90b0b000 rwxp 00003000 08:08 17463639   /usr/lib/libXdmcp.so.6.0.0
90b0b000-90b13000 r-xp 00000000 08:08 17592440   /usr/lib/libXi.so.6.0.0
90b13000-90b14000 rwxp 00007000 08:08 17592440   /usr/lib/libXi.so.6.0.0
90b14000-90b18000 r-xp 00000000 08:08 17592489   /usr/lib/libXtst.so.6.1.0
90b18000-90b19000 rwxp 00004000 08:08 17592489   /usr/lib/libXtst.so.6.1.0
90b19000-90b27000 r-xp 00000000 08:08 17541580   /usr/lib/libXext.so.6.4.0
90b27000-90b28000 rwxp 0000d000 08:08 17541580   /usr/lib/libXext.so.6.4.0
90b2b000-90b33000 r-xp 00000000 08:08 17541602   /usr/lib/libXcursor.so.1.0.2
90b33000-90b34000 rwxp 00007000 08:08 17541602   /usr/lib/libXcursor.so.1.0.2
90b34000-90b3b000 r-xs 000fd000 08:08 25601142   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/resources.jar
90b3b000-90b3e000 ---p 00000000 00:00 0 
90b3e000-90bbc000 rwxp 00000000 00:00 0 
90bbc000-90bbf000 ---p 00000000 00:00 0 
90bbf000-90c0d000 rwxp 00000000 00:00 0 
90c0d000-90dcb000 r-xp 00000000 08:08 18433409   /usr/lib/locale/locale-archive
90dcb000-90dce000 ---p 00000000 00:00 0 
90dce000-90e1c000 rwxp 00000000 00:00 0 
90e1c000-90e1f000 ---p 00000000 00:00 0 
90e1f000-90e6d000 rwxp 00000000 00:00 0 
90e6d000-90e6e000 ---p 00000000 00:00 0 
90e6e000-90f21000 rwxp 00000000 00:00 0 
90f21000-910b1000 r-xs 03852000 08:08 25601134   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/rt.jar
910b1000-910b8000 rwxp 00000000 00:00 0 
910b8000-910d2000 rwxp 00000000 00:00 0 
910d2000-910d5000 rwxp 00000000 00:00 0 
910d5000-911bf000 rwxp 00000000 00:00 0 
911bf000-911c0000 rwxp 00000000 00:00 0 
911c0000-911d2000 rwxp 00000000 00:00 0 
911d2000-911d5000 rwxp 00000000 00:00 0 
911d5000-912bf000 rwxp 00000000 00:00 0 
912bf000-912c5000 rwxp 00000000 00:00 0 
912c5000-912df000 rwxp 00000000 00:00 0 
912df000-913e0000 rwxp 00000000 00:00 0 
913e0000-93a40000 rwxp 00000000 00:00 0 
93a40000-93e40000 rwxp 00000000 00:00 0 
93e40000-b12e0000 rwxp 00000000 00:00 0 
b12e0000-b1ee0000 rwxp 00000000 00:00 0 
b1ee0000-b52e0000 rwxp 00000000 00:00 0 
b52e0000-b52e4000 r-xs 00000000 08:0a 556755     /home/mk/.fontconfig/7f535a9ff40cebd43ee5f062d48e9e63-x86.cache-2
b52e4000-b52e7000 rwxp 00000000 00:00 0 
b52e7000-b5364000 rwxp 00000000 00:00 0 
b5364000-b5414000 rwxp 00000000 00:00 0 
b5414000-b7364000 rwxp 00000000 00:00 0 
b7364000-b736e000 r-xp 00000000 08:06 20529      /lib/libnss_files-2.10.1.so
b736e000-b736f000 r-xp 00009000 08:06 20529      /lib/libnss_files-2.10.1.so
b736f000-b7370000 rwxp 0000a000 08:06 20529      /lib/libnss_files-2.10.1.so
b7372000-b737a000 r-xp 00000000 08:08 17541598   /usr/lib/libXrender.so.1.3.0
b737a000-b737b000 rwxp 00007000 08:08 17541598   /usr/lib/libXrender.so.1.3.0
b737b000-b7382000 r-xp 00000000 08:08 25928858   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libzip.so
b7382000-b7383000 rwxp 00006000 08:08 25928858   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libzip.so
b7383000-b7396000 r-xp 00000000 08:06 20539      /lib/libnsl-2.10.1.so
b7396000-b7397000 r-xp 00012000 08:06 20539      /lib/libnsl-2.10.1.so
b7397000-b7398000 rwxp 00013000 08:06 20539      /lib/libnsl-2.10.1.so
b7398000-b739a000 rwxp 00000000 00:00 0 
b739c000-b73a4000 rwxs 00000000 08:06 163842     /tmp/hsperfdata_mk/8651
b73a4000-b73ac000 r-xp 00000000 08:08 9229397    /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/native_threads/libhpi.so
b73ac000-b73ad000 rwxp 00008000 08:08 9229397    /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/native_threads/libhpi.so
b73ad000-b73d3000 r-xp 00000000 08:08 25965692   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjava.so
b73d3000-b73d5000 rwxp 00026000 08:08 25965692   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjava.so
b73d5000-b73dc000 r-xp 00000000 08:06 20530      /lib/librt-2.10.1.so
b73dc000-b73dd000 r-xp 00006000 08:06 20530      /lib/librt-2.10.1.so
b73dd000-b73de000 rwxp 00007000 08:06 20530      /lib/librt-2.10.1.so
b73de000-b73e1000 ---p 00000000 00:00 0 
b73e1000-b742f000 rwxp 00000000 00:00 0 
b742f000-b7453000 r-xp 00000000 08:06 20515      /lib/libm-2.10.1.so
b7453000-b7454000 r-xp 00023000 08:06 20515      /lib/libm-2.10.1.so
b7454000-b7455000 rwxp 00024000 08:06 20515      /lib/libm-2.10.1.so
b7455000-b79ab000 r-xp 00000000 08:08 18071681   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/client/libjvm.so
b79ab000-b79cd000 rwxp 00556000 08:08 18071681   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/client/libjvm.so
b79cd000-b7dee000 rwxp 00000000 00:00 0 
b7dee000-b7f2e000 r-xp 00000000 08:06 20549      /lib/libc-2.10.1.so
b7f2e000-b7f30000 r-xp 00140000 08:06 20549      /lib/libc-2.10.1.so
b7f30000-b7f31000 rwxp 00142000 08:06 20549      /lib/libc-2.10.1.so
b7f31000-b7f35000 rwxp 00000000 00:00 0 
b7f35000-b7f37000 r-xp 00000000 08:06 20517      /lib/libdl-2.10.1.so
b7f37000-b7f38000 r-xp 00001000 08:06 20517      /lib/libdl-2.10.1.so
b7f38000-b7f39000 rwxp 00002000 08:06 20517      /lib/libdl-2.10.1.so
b7f39000-b7f3d000 r-xp 00000000 08:08 18071580   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/jli/libjli.so
b7f3d000-b7f3e000 rwxp 00003000 08:08 18071580   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/jli/libjli.so
b7f3e000-b7f52000 r-xp 00000000 08:06 20521      /lib/libpthread-2.10.1.so
b7f52000-b7f53000 ---p 00014000 08:06 20521      /lib/libpthread-2.10.1.so
b7f53000-b7f54000 r-xp 00014000 08:06 20521      /lib/libpthread-2.10.1.so
b7f54000-b7f55000 rwxp 00015000 08:06 20521      /lib/libpthread-2.10.1.so
b7f55000-b7f57000 rwxp 00000000 00:00 0 
b7f57000-b7f6a000 r-xp 00000000 08:08 16976453   /usr/lib/libz.so.1.2.3.3
b7f6a000-b7f6b000 rwxp 00012000 08:08 16976453   /usr/lib/libz.so.1.2.3.3
b7f6c000-b7f6e000 r-xp 00000000 08:08 17463646   /usr/lib/libXau.so.6.0.0
b7f6e000-b7f6f000 rwxp 00001000 08:08 17463646   /usr/lib/libXau.so.6.0.0
b7f6f000-b7f70000 rwxp 00000000 00:00 0 
b7f70000-b7f71000 r-xp 00000000 00:00 0 
b7f71000-b7f7d000 r-xp 00000000 08:08 25928841   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libverify.so
b7f7d000-b7f7e000 rwxp 0000b000 08:08 25928841   /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libverify.so
b7f7e000-b7f7f000 rwxp 00000000 00:00 0 
b7f7f000-b7f80000 r-xp 00000000 00:00 0          [vdso]
b7f80000-b7f9c000 r-xp 00000000 08:06 20548      /lib/ld-2.10.1.so
b7f9c000-b7f9d000 r-xp 0001b000 08:06 20548      /lib/ld-2.10.1.so
b7f9d000-b7f9e000 rwxp 0001c000 08:06 20548      /lib/ld-2.10.1.so
bf873000-bf886000 rwxp 00000000 00:00 0          [stack]
bf886000-bf888000 rw-p 00000000 00:00 0 

VM Arguments:
java_command: de.brettspielwelt.client.Starter
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/usr/local/bin:~/bin:~/BrettspielWelt
LD_LIBRARY_PATH=/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386:/usr/lib/jvm/java-1.6.0-openjdk/jre/../lib/i386
SHELL=/bin/bash
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0x38c290], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x38c290], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x2be560], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


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

OS:Linux
uname:Linux 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
libc:glibc 2.10.1 NPTL 2.10.1 
rlimit: STACK 8192k, CORE 0k, NPROC 8125, NOFILE 1024, AS infinity
load average:0.01 0.09 0.14

CPU:total 2 (1 cores per cpu, 2 threads per core) family 6 model 28 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht

Memory: 4k page, physical 1025608k(173516k free), swap 995956k(995956k free)

vm_info: OpenJDK Client VM (14.0-b15) for linux-x86 JRE (1.6.0_0-b16), built on Jul  4 2009 13:47:51 by "bash" with gcc 4.4.0 20090630 (prerelease)

time: Wed Aug  5 13:09:33 2009
elapsed time: 1 seconds

Anyone?

Offline

Board footer

Powered by FluxBB