Re: [bdbxml] no db_java-4.3 in java.library.path

Todd Byrne <[email protected]>
Newsgroups gmane.comp.db.dbxml.general
Message-ID <[email protected]>
So I found a really small test case. That causes the JVM to crash.

I am using a gentoo system with gcc 3.4.3 with a 2.6 kernel. It is a
dual processor system so maybe thats it but not sure. I will attach the
hs_err_pid*.log and the sample java file. Thanks for any help with this
matter.

This was my compile statement:
./buildall.sh --enable-java --prefix=/tmp/dbxml-2.1.8 -b 64


Todd


Todd Byrne wrote:
> Yeah the exact error differes depending on whats going on in the java
> code but the second any native code is called the JVM crashs. I will
> post more later with a trimmed down Java example.
> 
> Todd
> 
> George Feinberg wrote:
> 
>>On Jul 28, 2005, at 12:25 PM, Todd Byrne wrote:
>>
>>
>>>I have seen that "Problematic frame" using GCC 3.4.3 on a 64 bit  system
>>>could it be the same issue with optimizations?
>>
>>
>>It's possible.  So, you've seen a SEGV inside the DB java native
>>library?
>>
>>In the case discussed, it was 100% reproducible.
>>Is your situation reproducible?
>>
>>You can always try avoiding optimization on the native
>>library files and see if it goes away.
>>
>>Thanks for the heads-up.
>>
>>George
>>
>>
>>>Todd
>>>George Feinberg wrote:
>>>
>>>
>>>>FYI,
>>>>
>>>>This issue was solved off-list, and turns out to be an
>>>>optimization bug in GCC 4.0 (used by Fedora 4).
>>>>This can happen if you configure a release version of the system.
>>>>Workarounds:
>>>> If you configure Berkeley DB as follows:
>>>>
>>>>  env CFLAGS="-O0" ../dist/configure --enable-java [...]
>>>>
>>>>You should find that this error no longer occurs.
>>>>In fact, only db_java_wrap.c seems to trigger this bug in GCC,
>>>>so you can just compile that without "-O2" if you prefer.
>>>>
>>>>The same problem occurs in GCC 4.0.1.
>>>>
>>>>Regards,
>>>>
>>>>George
>>>>
>>>>On Jul 21, 2005, at 7:29 AM, Dewitte Rémi wrote:
>>>>
>>>>
>>>>
>>>>>I solved my last problem butt i've another error :
>>>>>
>>>>>LD_LIBRARY_PATH=~/dbxml-2.1.8/install/lib/ java simpleAdd
>>>>>#
>>>>># An unexpected error has been detected by HotSpot Virtual Machine:
>>>>>#
>>>>>#  SIGSEGV (0xb) at pc=0xb1f83773, pid=27836, tid=3085883072
>>>>>#
>>>>># Java VM: Java HotSpot(TM) Client VM (1.5.0_03-b07 mixed mode,  
>>>>>sharing)
>>>>># Problematic frame:
>>>>># C  [libdb_java-4.3.so+0x1c773]
>>>>>Java_com_sleepycat_db_internal_db_1javaJNI_initDbEnvRef0+0x1f
>>>>>#
>>>>># An error report file with more information is saved as
>>>>>hs_err_pid27836.log
>>>>>#
>>>>># If you would like to submit a bug report, please visit:
>>>>>#   http://java.sun.com/webapps/bugreport/crash.jsp
>>>>>#
>>>>>
>>>>>Thanks.
>>>>>Rémi
>>>>>
>>>>>
>>>>>------------------------------------------
>>>>>To remove yourself from this list, send an
>>>>>email to [email protected]
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>------------------------------------------
>>>>To remove yourself from this list, send an
>>>>email to [email protected]
>>>
>>>
> 
> 
> ------------------------------------------
> To remove yourself from this list, send an
> email to [email protected]


------------------------------------------
To remove yourself from this list, send an
email to [email protected]
ProblematicFrame.java (text/plain, 542 B)
import com.sleepycat.db.*;
import com.sleepycat.dbxml.*;
import java.io.*;

public class ProblematicFrame {

	public static void main(String args[]) throws Exception
	{

		EnvironmentConfig config = new EnvironmentConfig();
		config.setAllowCreate(true);

		Environment dbEnvironment = new Environment(new File("./"),config);
		XmlManagerConfig xmlConfig = new XmlManagerConfig();
		XmlManager manager = new XmlManager(dbEnvironment,xmlConfig);

		manager.getDbEnv().set_error_stream(System.err);
		System.out.println("I made it");				
	}
}
hs_err_pid12770.log (text/plain, 18.9 KB)
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x00002aaaab53b813, pid=12770, tid=16384
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05 mixed mode)
# Problematic frame:
# V  [libjvm.so+0x4bd813]
#

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

Current thread (0x0000000040115740):  JavaThread "main" [_thread_in_vm, id=12770]

siginfo:si_signo=11, si_errno=0, si_code=128, si_addr=0x0000000000000000

Registers:
RAX=0x0000000040117b20, RBX=0x000000000000000d, RCX=0x0000000040117b20, RDX=0x0000000040117b28
RSP=0x00007ffffffaf4a0, RBP=0x00007ffffffaf540, RSI=0x0000000040117b00, RDI=0x0000000040115a10
R8 =0x0000000040117af8, R9 =0x0000000000000001, R10=0x0000000000000001, R11=0x481b74c085c38900
R12=0x0000000040115740, R13=0x481b74c085c38900, R14=0x0000000040117b00, R15=0x0000000040117af8
RIP=0x00002aaaab53b813, EFL=0x0000000000010202, CSGSFS=0x0000000000005740, ERR=0x0000000000000000
  TRAPNO=0x000000000000000d

Top of Stack: (sp=0x00007ffffffaf4a0)
0x00007ffffffaf4a0:   00002aaaf0591b70 0000000040117ae8
0x00007ffffffaf4b0:   00007ffffffaf540 00000001ab53a0b9
0x00007ffffffaf4c0:   0000000040117ad8 00007ffffffaf6c0
0x00007ffffffaf4d0:   0000000040117b20 0000000040117b18
0x00007ffffffaf4e0:   0000000040117b10 0000000040117b08
0x00007ffffffaf4f0:   0000000040117a50 00007ffffffaf5e0
0x00007ffffffaf500:   00007ffffffaf530 00002aaaab5394eb
0x00007ffffffaf510:   00007ffffffaf530 0000000040115740
0x00007ffffffaf520:   0000000040117ad8 0000000040117af8
0x00007ffffffaf530:   0000000040117a48 00007ffffffaf6c0
0x00007ffffffaf540:   00007ffffffaf590 00002aaaab53b550
0x00007ffffffaf550:   0000000040115740 0000000040117ae8
0x00007ffffffaf560:   0000000040117b00 0000000040117af0
0x00007ffffffaf570:   0000000040115740 0000000040117a48
0x00007ffffffaf580:   00007ffffffaf6c0 00007ffffffaf5c0
0x00007ffffffaf590:   00007ffffffaf610 00002aaaab53c6f3
0x00007ffffffaf5a0:   0000000040117af0 00007fff00000001
0x00007ffffffaf5b0:   00007fff00000001 0000000040115740
0x00007ffffffaf5c0:   0000000040117af8 0000000040117af0
0x00007ffffffaf5d0:   0000000040117ae8 0000000040117ae0
0x00007ffffffaf5e0:   0000000040117ad8 0000000040115740
0x00007ffffffaf5f0:   00007ffffffaf7d8 0000000040115858
0x00007ffffffaf600:   00007ffffffaf6a0 0000000040117a48
0x00007ffffffaf610:   00007ffffffaf620 00002aaaab53c33c
0x00007ffffffaf620:   00007ffffffaf770 00002aaaab3d0ecd
0x00007ffffffaf630:   00007ffffffaf790 00002aaaaf2ee8d5
0x00007ffffffaf640:   00007ffffffaf7d8 0000000000000100
0x00007ffffffaf650:   0000000000000001 00007ffffffaf6c0
0x00007ffffffaf660:   0000000000000000 00000000f04e8450
0x00007ffffffaf670:   00007ffffffaf6c0 000000b6ab3d00a5
0x00007ffffffaf680:   0000000040117a50 0000000040117a48
0x00007ffffffaf690:   0000000040117a40 0000000040117a38 

Instructions: (pc=0x00002aaaab53b813)
0x00002aaaab53b803:   7c ff ff ff 45 85 d2 0f 84 88 00 00 00 4c 8b 19
0x00002aaaab53b813:   41 f6 43 2d 04 74 7e 4d 8b 8c 24 e0 00 00 00 4c 

Stack: [0x00007fffffdb3000,0x00007ffffffb3000),  sp=0x00007ffffffaf4a0,  free space=2033k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x4bd813]
V  [libjvm.so+0x4bd550]
V  [libjvm.so+0x4be6f3]
V  [libjvm.so+0x4be33c]
V  [libjvm.so+0x352ecd]
j  ProblematicFrame.main([Ljava/lang/String;)V+58
v  ~StubRoutines::call_stub
V  [libjvm.so+0x3662a5]
V  [libjvm.so+0x518089]
V  [libjvm.so+0x3660b5]
V  [libjvm.so+0x38c0e5]
V  [libjvm.so+0x38066b]
C  [java+0x1f41]  strcmp+0x779

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  ProblematicFrame.main([Ljava/lang/String;)V+58
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x0000000040203ca0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=12781]
  0x00000000402013d0 JavaThread "CompilerThread1" daemon [_thread_blocked, id=12780]
  0x00000000401ff1e0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=12779]
  0x00000000401fce60 JavaThread "AdapterThread" daemon [_thread_blocked, id=12778]
  0x00000000401fae60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12777]
  0x00000000401e6be0 JavaThread "Finalizer" daemon [_thread_blocked, id=12776]
  0x00000000401e4e40 JavaThread "Reference Handler" daemon [_thread_blocked, id=12775]
=>0x0000000040115740 JavaThread "main" [_thread_in_vm, id=12770]

Other Threads:
  0x00000000401dfa80 VMThread [id=12774]
  0x0000000040206590 WatcherThread [id=12782]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 9408K, used 1075K [0x00002aab0a390000, 0x00002aab0ae00000, 0x00002aab14ae0000)
  eden space 8128K, 13% used [0x00002aab0a390000,0x00002aab0a49cc38,0x00002aab0ab80000)
  from space 1280K, 0% used [0x00002aab0acc0000,0x00002aab0acc0000,0x00002aab0ae00000)
  to   space 1280K, 0% used [0x00002aab0ab80000,0x00002aab0ab80000,0x00002aab0acc0000)
 PSOldGen        total 21440K, used 0K [0x00002aaaf54e0000, 0x00002aaaf69d0000, 0x00002aab0a390000)
  object space 21440K, 0% used [0x00002aaaf54e0000,0x00002aaaf54e0000,0x00002aaaf69d0000)
 PSPermGen       total 21248K, used 3203K [0x00002aaaf02e0000, 0x00002aaaf17a0000, 0x00002aaaf54e0000)
  object space 21248K, 15% used [0x00002aaaf02e0000,0x00002aaaf0600d50,0x00002aaaf17a0000)

Dynamic libraries:
40000000-4000d000 r-xp 00000000 08:03 2880544                            /tmp/jdk1.5.0_04/bin/java
4010c000-40110000 rwxp 0000c000 08:03 2880544                            /tmp/jdk1.5.0_04/bin/java
40110000-40369000 rwxp 40110000 00:00 0                                  [heap]
2aaaaaaab000-2aaaaaac0000 r-xp 00000000 08:03 1095586                    /lib64/ld-2.3.5.so
2aaaaaac0000-2aaaaaac1000 rwxp 2aaaaaac0000 00:00 0 
2aaaaabc0000-2aaaaabc2000 rwxp 00015000 08:03 1095586                    /lib64/ld-2.3.5.so
2aaaaabc2000-2aaaaabd1000 r-xp 00000000 08:03 1096194                    /lib64/libpthread-0.10.so
2aaaaabd1000-2aaaaacd1000 ---p 0000f000 08:03 1096194                    /lib64/libpthread-0.10.so
2aaaaacd1000-2aaaaacd2000 r-xp 0000f000 08:03 1096194                    /lib64/libpthread-0.10.so
2aaaaacd2000-2aaaaacd3000 rwxp 00010000 08:03 1096194                    /lib64/libpthread-0.10.so
2aaaaacd3000-2aaaaad58000 rwxp 2aaaaacd3000 00:00 0 
2aaaaad58000-2aaaaad5a000 r-xp 00000000 08:03 1095820                    /lib64/libdl-2.3.5.so
2aaaaad5a000-2aaaaae59000 ---p 00002000 08:03 1095820                    /lib64/libdl-2.3.5.so
2aaaaae59000-2aaaaae5b000 rwxp 00001000 08:03 1095820                    /lib64/libdl-2.3.5.so
2aaaaae5b000-2aaaaaf72000 r-xp 00000000 08:03 1095792                    /lib64/libc-2.3.5.so
2aaaaaf72000-2aaaab071000 ---p 00117000 08:03 1095792                    /lib64/libc-2.3.5.so
2aaaab071000-2aaaab074000 r-xp 00116000 08:03 1095792                    /lib64/libc-2.3.5.so
2aaaab074000-2aaaab077000 rwxp 00119000 08:03 1095792                    /lib64/libc-2.3.5.so
2aaaab077000-2aaaab07e000 rwxp 2aaaab077000 00:00 0 
2aaaab07e000-2aaaab6e6000 r-xp 00000000 08:03 2910883                    /tmp/jdk1.5.0_04/jre/lib/amd64/server/libjvm.so
2aaaab6e6000-2aaaab7e6000 ---p 00668000 08:03 2910883                    /tmp/jdk1.5.0_04/jre/lib/amd64/server/libjvm.so
2aaaab7e6000-2aaaab955000 rwxp 00668000 08:03 2910883                    /tmp/jdk1.5.0_04/jre/lib/amd64/server/libjvm.so
2aaaab955000-2aaaab984000 rwxp 2aaaab955000 00:00 0 
2aaaab984000-2aaaab985000 r-xp 2aaaab984000 00:00 0 
2aaaab985000-2aaaab986000 rwxp 2aaaab985000 00:00 0 
2aaaab992000-2aaaaba17000 r-xp 00000000 08:03 1095798                    /lib64/libm-2.3.5.so
2aaaaba17000-2aaaabb16000 ---p 00085000 08:03 1095798                    /lib64/libm-2.3.5.so
2aaaabb16000-2aaaabb18000 rwxp 00084000 08:03 1095798                    /lib64/libm-2.3.5.so
2aaaabb18000-2aaaabb21000 r-xp 00000000 08:03 2910869                    /tmp/jdk1.5.0_04/jre/lib/amd64/native_threads/libhpi.so
2aaaabb21000-2aaaabc20000 ---p 00009000 08:03 2910869                    /tmp/jdk1.5.0_04/jre/lib/amd64/native_threads/libhpi.so
2aaaabc20000-2aaaabc24000 rwxp 00008000 08:03 2910869                    /tmp/jdk1.5.0_04/jre/lib/amd64/native_threads/libhpi.so
2aaaabc24000-2aaaabc2c000 rwxs 00000000 08:03 2878002                    /tmp/hsperfdata_root/12770
2aaaabc32000-2aaaabc45000 r-xp 00000000 08:03 1096119                    /lib64/libnsl-2.3.5.so
2aaaabc45000-2aaaabd44000 ---p 00013000 08:03 1096119                    /lib64/libnsl-2.3.5.so
2aaaabd44000-2aaaabd46000 rwxp 00012000 08:03 1096119                    /lib64/libnsl-2.3.5.so
2aaaabd46000-2aaaabd48000 rwxp 2aaaabd46000 00:00 0 
2aaaabd48000-2aaaabd4f000 r-xp 00000000 08:03 1096182                    /lib64/libnss_compat-2.3.5.so
2aaaabd4f000-2aaaabe4e000 ---p 00007000 08:03 1096182                    /lib64/libnss_compat-2.3.5.so
2aaaabe4e000-2aaaabe50000 rwxp 00006000 08:03 1096182                    /lib64/libnss_compat-2.3.5.so
2aaaabe50000-2aaaabe59000 r-xp 00000000 08:03 1096180                    /lib64/libnss_nis-2.3.5.so
2aaaabe59000-2aaaabf58000 ---p 00009000 08:03 1096180                    /lib64/libnss_nis-2.3.5.so
2aaaabf58000-2aaaabf5a000 rwxp 00008000 08:03 1096180                    /lib64/libnss_nis-2.3.5.so
2aaaabf5a000-2aaaabf64000 r-xp 00000000 08:03 1096065                    /lib64/libnss_files-2.3.5.so
2aaaabf64000-2aaaac063000 ---p 0000a000 08:03 1096065                    /lib64/libnss_files-2.3.5.so
2aaaac063000-2aaaac065000 rwxp 00009000 08:03 1096065                    /lib64/libnss_files-2.3.5.so
2aaaac065000-2aaaac072000 r-xp 00000000 08:03 2910861                    /tmp/jdk1.5.0_04/jre/lib/amd64/libverify.so
2aaaac072000-2aaaac171000 ---p 0000d000 08:03 2910861                    /tmp/jdk1.5.0_04/jre/lib/amd64/libverify.so
2aaaac171000-2aaaac174000 rwxp 0000c000 08:03 2910861                    /tmp/jdk1.5.0_04/jre/lib/amd64/libverify.so
2aaaac174000-2aaaac199000 r-xp 00000000 08:03 2910878                    /tmp/jdk1.5.0_04/jre/lib/amd64/libjava.so
2aaaac199000-2aaaac298000 ---p 00025000 08:03 2910878                    /tmp/jdk1.5.0_04/jre/lib/amd64/libjava.so
2aaaac298000-2aaaac29e000 rwxp 00024000 08:03 2910878                    /tmp/jdk1.5.0_04/jre/lib/amd64/libjava.so
2aaaac29e000-2aaaac2b4000 r-xp 00000000 08:03 2910867                    /tmp/jdk1.5.0_04/jre/lib/amd64/libzip.so
2aaaac2b4000-2aaaac3b6000 ---p 00016000 08:03 2910867                    /tmp/jdk1.5.0_04/jre/lib/amd64/libzip.so
2aaaac3b6000-2aaaac3b9000 rwxp 00018000 08:03 2910867                    /tmp/jdk1.5.0_04/jre/lib/amd64/libzip.so
2aaaac3b9000-2aaaae999000 r-xs 00000000 08:03 2880855                    /tmp/jdk1.5.0_04/jre/lib/rt.jar
2aaaae999000-2aaaaea02000 rwxp 2aaaae999000 00:00 0 
2aaaaea02000-2aaaaea89000 r-xs 00000000 08:03 2880841                    /tmp/jdk1.5.0_04/jre/lib/jsse.jar
2aaaaea89000-2aaaaea9d000 r-xs 00000000 08:03 2880863                    /tmp/jdk1.5.0_04/jre/lib/jce.jar
2aaaaea9d000-2aaaaf2d8000 r-xs 00000000 08:03 2880849                    /tmp/jdk1.5.0_04/jre/lib/charsets.jar
2aaaaf2d8000-2aaaaf3d8000 rwxp 2aaaaf2d8000 00:00 0 
2aaaaf3d8000-2aaaef2d8000 rwxp 2aaaaf3d8000 00:00 0 
2aaaef2d8000-2aaaef2dc000 rwxp 2aaaef2d8000 00:00 0 
2aaaef2dc000-2aaaf02d8000 rwxp 2aaaef2dc000 00:00 0 
2aaaf02e0000-2aaaf17a0000 rwxp 2aaaf02e0000 00:00 0 
2aaaf17a0000-2aaaf54e0000 rwxp 2aaaf17a0000 00:00 0 
2aaaf54e0000-2aaaf69d0000 rwxp 2aaaf54e0000 00:00 0 
2aaaf69d0000-2aab0a390000 rwxp 2aaaf69d0000 00:00 0 
2aab0a390000-2aab0ae00000 rwxp 2aab0a390000 00:00 0 
2aab0ae00000-2aab14ae0000 rwxp 2aab0ae00000 00:00 0 
2aab14ae0000-2aab14aeb000 rwxp 2aab14ae0000 00:00 0 
2aab14aeb000-2aab14b09000 rwxp 2aab14aeb000 00:00 0 
2aab14b09000-2aab14b14000 rwxp 2aab14b09000 00:00 0 
2aab14b14000-2aab14bb0000 rwxp 2aab14b14000 00:00 0 
2aab14bb0000-2aab14bb6000 rwxp 2aab14bb0000 00:00 0 
2aab14bb6000-2aab14c04000 rwxp 2aab14bb6000 00:00 0 
2aab14c04000-2aab14c10000 rwxp 2aab14c04000 00:00 0 
2aab14c10000-2aab14cad000 rwxp 2aab14c10000 00:00 0 
2aab14cad000-2aab14cb8000 rwxp 2aab14cad000 00:00 0 
2aab14cb8000-2aab14cd6000 rwxp 2aab14cb8000 00:00 0 
2aab14cd6000-2aab14cfe000 rwxp 2aab14cd6000 00:00 0 
2aab14cfe000-2aab14cff000 ---p 2aab14cfe000 00:00 0 
2aab14cff000-2aab14dff000 rwxp 2aab14cff000 00:00 0 
2aab14dff000-2aab14e00000 ---p 2aab14dff000 00:00 0 
2aab14e00000-2aab14f00000 rwxp 2aab14e00000 00:00 0 
2aab14f00000-2aab14f01000 ---p 2aab14f00000 00:00 0 
2aab14f01000-2aab15001000 rwxp 2aab14f01000 00:00 0 
2aab15001000-2aab15004000 ---p 2aab15001000 00:00 0 
2aab15004000-2aab15101000 rwxp 2aab15004000 00:00 0 
2aab15101000-2aab15104000 ---p 2aab15101000 00:00 0 
2aab15104000-2aab15201000 rwxp 2aab15104000 00:00 0 
2aab15201000-2aab15204000 ---p 2aab15201000 00:00 0 
2aab15204000-2aab15301000 rwxp 2aab15204000 00:00 0 
2aab15301000-2aab15305000 ---p 2aab15301000 00:00 0 
2aab15305000-2aab15402000 rwxp 2aab15305000 00:00 0 
2aab15402000-2aab15406000 ---p 2aab15402000 00:00 0 
2aab15406000-2aab15503000 rwxp 2aab15406000 00:00 0 
2aab15503000-2aab15507000 ---p 2aab15503000 00:00 0 
2aab15507000-2aab15604000 rwxp 2aab15507000 00:00 0 
2aab15604000-2aab15607000 ---p 2aab15604000 00:00 0 
2aab15607000-2aab15704000 rwxp 2aab15607000 00:00 0 
2aab15704000-2aab15705000 ---p 2aab15704000 00:00 0 
2aab15705000-2aab15805000 rwxp 2aab15705000 00:00 0 
2aab15805000-2aab15807000 r-xs 00000000 08:03 2910845                    /tmp/jdk1.5.0_04/jre/lib/ext/dnsns.jar
2aab15807000-2aab1582d000 r-xs 00000000 08:03 2910846                    /tmp/jdk1.5.0_04/jre/lib/ext/sunjce_provider.jar
2aab1582d000-2aab158f1000 r-xs 00000000 08:03 2910847                    /tmp/jdk1.5.0_04/jre/lib/ext/localedata.jar
2aab158f1000-2aab15921000 r-xs 00000000 08:03 2894328                    /tmp/dbxml-2.1.8/lib/db.jar
2aab15921000-2aab15a13000 r-xp 00000000 08:03 2894314                    /tmp/dbxml-2.1.8/lib/libdb_java-4.3.so
2aab15a13000-2aab15b13000 ---p 000f2000 08:03 2894314                    /tmp/dbxml-2.1.8/lib/libdb_java-4.3.so
2aab15b13000-2aab15b19000 rwxp 000f2000 08:03 2894314                    /tmp/dbxml-2.1.8/lib/libdb_java-4.3.so
2aab15b19000-2aab15b1a000 rwxp 2aab15b19000 00:00 0 
2aab15b1a000-2aab15b1e000 rwxs 00000000 08:03 2932464                    /tmp/tempproject/__db.001
2aab15b1e000-2aab15b28000 r-xs 00000000 08:03 2894368                    /tmp/dbxml-2.1.8/lib/dbxml.jar
2aab15c00000-2aab15ca1000 rwxp 2aab15c00000 00:00 0 
2aab15ca1000-2aab15d00000 ---p 2aab15ca1000 00:00 0 
2aab15d00000-2aab15efd000 r-xp 00000000 08:03 2894358                    /tmp/dbxml-2.1.8/lib/libdbxml_java-2.1.so
2aab15efd000-2aab15ffd000 ---p 001fd000 08:03 2894358                    /tmp/dbxml-2.1.8/lib/libdbxml_java-2.1.so
2aab15ffd000-2aab1600e000 rwxp 001fd000 08:03 2894358                    /tmp/dbxml-2.1.8/lib/libdbxml_java-2.1.so
2aab1600e000-2aab160f6000 r-xp 00000000 08:03 2894312                    /tmp/dbxml-2.1.8/lib/libdb_cxx-4.3.so
2aab160f6000-2aab161f5000 ---p 000e8000 08:03 2894312                    /tmp/dbxml-2.1.8/lib/libdb_cxx-4.3.so
2aab161f5000-2aab161fa000 rwxp 000e7000 08:03 2894312                    /tmp/dbxml-2.1.8/lib/libdb_cxx-4.3.so
2aab161fa000-2aab162ad000 r-xp 00000000 08:03 2894347                    /tmp/dbxml-2.1.8/lib/libxquery-1.1.so
2aab162ad000-2aab163ad000 ---p 000b3000 08:03 2894347                    /tmp/dbxml-2.1.8/lib/libxquery-1.1.so
2aab163ad000-2aab163b2000 rwxp 000b3000 08:03 2894347                    /tmp/dbxml-2.1.8/lib/libxquery-1.1.so
2aab163b2000-2aab16612000 r-xp 00000000 08:03 2894343                    /tmp/dbxml-2.1.8/lib/libpathan.so.3.0.1
2aab16612000-2aab16711000 ---p 00260000 08:03 2894343                    /tmp/dbxml-2.1.8/lib/libpathan.so.3.0.1
2aab16711000-2aab167fe000 rwxp 0025f000 08:03 2894343                    /tmp/dbxml-2.1.8/lib/libpathan.so.3.0.1
2aab167fe000-2aab167ff000 rwxp 2aab167fe000 00:00 0 
2aab167ff000-2aab16b57000 r-xp 00000000 08:03 2894332                    /tmp/dbxml-2.1.8/lib/libxerces-c.so.26.0
2aab16b57000-2aab16c57000 ---p 00358000 08:03 2894332                    /tmp/dbxml-2.1.8/lib/libxerces-c.so.26.0
2aab16c57000-2aab16c95000 rwxp 00358000 08:03 2894332                    /tmp/dbxml-2.1.8/lib/libxerces-c.so.26.0
2aab16c95000-2aab16c96000 rwxp 2aab16c95000 00:00 0 
2aab16ca4000-2aab16d7a000 r-xp 00000000 08:03 512316                     /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.3/libstdc++.so.6.0.3
2aab16d7a000-2aab16e79000 ---p 000d6000 08:03 512316                     /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.3/libstdc++.so.6.0.3
2aab16e79000-2aab16e81000 rwxp 000d5000 08:03 512316                     /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.3/libstdc++.so.6.0.3
2aab16e81000-2aab16e94000 rwxp 2aab16e81000 00:00 0 
2aab16e94000-2aab16e9f000 r-xp 00000000 08:03 610370                     /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.3/libgcc_s.so.1
2aab16e9f000-2aab16f9e000 ---p 0000b000 08:03 610370                     /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.3/libgcc_s.so.1
2aab16f9e000-2aab16f9f000 rwxp 0000a000 08:03 610370                     /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.3/libgcc_s.so.1
7fffffdb3000-7fffffdb6000 ---p 7fffffdb3000 00:00 0 
7fffffdb6000-7ffffffb3000 rwxp 7fffffdb6000 00:00 0                      [stack]
ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0                  [vdso]

VM Arguments:
jvm_args: -Djava.library.path=/tmp/dbxml-2.1.8/lib/
java_command: ProblematicFrame

Environment Variables:
JAVA_HOME=/opt/blackdown-jdk-1.4.2.02
CLASSPATH=.
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.3:/opt/ati/bin:/opt/blackdown-jdk-1.4.2.02/bin:/opt/blackdown-jdk-1.4.2.02/jre/bin:/usr/qt/3/bin
LD_LIBRARY_PATH=/tmp/jdk1.5.0_04/jre/lib/amd64/server:/tmp/jdk1.5.0_04/jre/lib/amd64:/tmp/jdk1.5.0_04/jre/../lib/amd64
SHELL=/bin/bash

Signal Handlers:
SIGSEGV: [libjvm.so+0x5f6fc0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGBUS: [libjvm.so+0x5f6fc0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGFPE: [libjvm.so+0x517300], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGPIPE: [libjvm.so+0x517300], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGILL: [libjvm.so+0x517300], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x5190e0], sa_mask[0]=0x80000000, sa_flags=0x14000004
SIGHUP: [libjvm.so+0x518bb0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGINT: [libjvm.so+0x518bb0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGQUIT: [libjvm.so+0x518bb0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004
SIGTERM: [libjvm.so+0x518bb0], sa_mask[0]=0xfffbfeff, sa_flags=0x14000004


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

OS:Gentoo Base System version 1.6.13

uname:Linux 2.6.12-gentoo-r6 #1 SMP Mon Jul 25 20:42:49 Local time zone must be set--see zic  x86_64
libc:glibc 2.3.5 linuxthreads-0.10 (floating stack)
rlimit: STACK 8192k, CORE 0k, NPROC 16379, NOFILE 1024, AS infinity
load average:0.05 0.19 0.52

CPU:total 2 amd64 3dnow

Memory: 4k page, physical 2054424k(324096k free), swap 4008208k(4008208k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05) for linux-amd64, built on Jun  3 2005 01:50:28 by java_re with gcc 3.2.2 (SuSE Linux)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.