Svn Bus error (core dumped)

I can't seem to get subversion to work. I just need the client utility (trying to set up an OpenWRT build environment). Most commands included with the package result in the terminal outputting "Bus error (core dumped)". I've tried to do some searching, but I haven't come up with anything relevant.
[jeffro@jeffro-t60 ~]$ svn
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svn
svn svnadmin svndumpfilter svnlook svnmucc svnrdump svnserve svnsync svnversion
[jeffro@jeffro-t60 ~]$ svnadmin
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svndumpfilter
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svnlook
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svnmucc
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svnrdump
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svnserve
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svnsync
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ svnversion
Unversioned directory
[jeffro@jeffro-t60 ~]$ uname -a
Linux jeffro-t60 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:19:32 UTC 2015 i686 GNU/Linux

Okay, back at my computer. I guess I didn't realize that journalctl kept tabs on damn near everything, and I just had to look for the relevant lines.
[jeffro@jeffro-t60 ~]$ svn
Bus error (core dumped)
[jeffro@jeffro-t60 ~]$ journalctl -xn 15
-- Logs begin at Sat 2015-04-25 13:00:05 EDT, end at Sun 2015-06-07 20:10:48 EDT. --
Jun 07 20:10:33 jeffro-t60 konsole[890]: org.kde.kurlfilter-ikws: "[jeffro@jeffro-t60 ~]$ journalctl -xn 15 -- Logs begin at Sat 2015-04-25 13:
Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: irq_stat 0x40000001
Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: failed command: READ DMA
Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: cmd c8/00:08:00:79:55/00:00:00:00:00/e5 tag 23 dma 4096 in
res 51/40:07:01:79:55/00:00:00:00:00/e5 Emask 0x9 (media error)
Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: status: { DRDY ERR }
Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: error: { UNC }
Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: configured for UDMA/100
Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 Sense Key : 0x3 [current] [descriptor]
Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 ASC=0x11 ASCQ=0x4
Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 05 55 79 00 00 00 08 00
Jun 07 20:10:48 jeffro-t60 kernel: blk_update_request: I/O error, dev sda, sector 89487617
Jun 07 20:10:48 jeffro-t60 kernel: ata3: EH complete
Jun 07 20:10:48 jeffro-t60 systemd-coredump[1412]: Process 1411 (svn) of user 502 dumped core.
-- Subject: Process 1411 (svn) dumped core
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: man:core(5)
-- Process 1411 (svn) crashed and dumped core.
-- This usually indicates a programming error in the crashing program and
-- should be reported to its vendor as a bug.
I installed strace, so here's the output from that.
[jeffro@jeffro-t60 ~]$ strace svn
execve("/usr/bin/svn", ["svn"], [/* 49 vars */]) = 0
brk(0) = 0x9c5c000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb775e000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\304\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=475072, ...}) = 0
mmap2(NULL, 473768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76ea000
mmap2(0xb775b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x71000) = 0xb775b000
close(3) = 0
open("/usr/lib/libsvn_wc-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\0\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=823636, ...}) = 0
mmap2(NULL, 826352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7620000
mmap2(0xb76e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc7000) = 0xb76e8000
close(3) = 0
open("/usr/lib/libsvn_ra-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3000\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=59312, ...}) = 0
mmap2(NULL, 62016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7610000
mmap2(0xb761d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0xb761d000
close(3) = 0
open("/usr/lib/libsvn_diff-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000-\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0
mmap2(NULL, 94716, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75f8000
mmap2(0xb760e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0xb760e000
close(3) = 0
open("/usr/lib/libsvn_delta-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300,\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=79860, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb75f7000
mmap2(NULL, 82564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75e2000
mmap2(0xb75f5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0xb75f5000
close(3) = 0
open("/usr/lib/libsvn_subr-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P;\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=557632, ...}) = 0
mmap2(NULL, 560424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7559000
mmap2(0xb75de000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x84000) = 0xb75de000
close(3) = 0
open("/usr/lib/libapr-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \246\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=232536, ...}) = 0
mmap2(NULL, 235396, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb751f000
mmap2(0xb7556000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0xb7556000
close(3) = 0
open("/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pO\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=139764, ...}) = 0
mmap2(NULL, 115340, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7502000
mmap2(0xb751b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0xb751b000
mmap2(0xb751d000, 4748, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb751d000
close(3) = 0
open("/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\207\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=2037072, ...}) = 0
mmap2(NULL, 1796708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb734b000
mmap2(0xb74fc000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b1000) = 0xb74fc000
mmap2(0xb74ff000, 10852, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb74ff000
close(3) = 0
open("/usr/lib/libsvn_ra_local-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P#\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=34628, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb734a000
mmap2(NULL, 37336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7340000
mmap2(0xb7348000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0xb7348000
close(3) = 0
open("/usr/lib/libsvn_repos-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320q\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=240468, ...}) = 0
mmap2(NULL, 243188, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7304000
mmap2(0xb733e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0xb733e000
close(3) = 0
open("/usr/lib/libsvn_fs-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340-\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=42784, ...}) = 0
mmap2(NULL, 45496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb72f8000
mmap2(0xb7302000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0xb7302000
close(3) = 0
open("/usr/lib/libsvn_fs_fs-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pv\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=257264, ...}) = 0
mmap2(NULL, 259988, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb72b8000
mmap2(0xb72f6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0xb72f6000
close(3) = 0
open("/usr/lib/libsvn_fs_base-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pq\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=224432, ...}) = 0
mmap2(NULL, 227152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7280000
mmap2(0xb72b6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x35000) = 0xb72b6000
close(3) = 0
open("/usr/lib/libdb-5.3.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\371\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=2034688, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb727f000
mmap2(NULL, 2033352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb708e000
mmap2(0xb7278000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ea000) = 0xb7278000
close(3) = 0
open("/usr/lib/libsvn_fs_util-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\t\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=9584, ...}) = 0
mmap2(NULL, 12380, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb708a000
mmap2(0xb708c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb708c000
close(3) = 0
open("/usr/lib/libsvn_ra_svn-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360T\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=137632, ...}) = 0
mmap2(NULL, 140356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7067000
mmap2(0xb7088000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0xb7088000
close(3) = 0
open("/usr/lib/libsasl2.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2606\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=113004, ...}) = 0
mmap2(NULL, 115848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb704a000
mmap2(0xb7065000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0xb7065000
close(3) = 0
open("/usr/lib/libsvn_ra_serf-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320e\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=203364, ...}) = 0
mmap2(NULL, 201972, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7018000
mmap2(0xb7046000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e000) = 0xb7046000
close(3) = 0
open("/usr/lib/libserf-1.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200V\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=110044, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7017000
mmap2(NULL, 108704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ffc000
mmap2(0xb7016000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0xb7016000
close(3) = 0
open("/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0#\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=165328, ...}) = 0
mmap2(NULL, 163956, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fd3000
mmap2(0xb6ff9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0xb6ff9000
close(3) = 0
open("/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\32\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=91760, ...}) = 0
mmap2(NULL, 94468, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fbb000
mmap2(0xb6fd1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0xb6fd1000
close(3) = 0
open("/usr/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 g\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=882500, ...}) = 0
mmap2(NULL, 886524, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ee2000
mmap2(0xb6fb7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd4000) = 0xb6fb7000
close(3) = 0
open("/usr/lib/libmagic.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\37\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=141048, ...}) = 0
mmap2(NULL, 144256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ebe000
mmap2(0xb6ee0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0xb6ee0000
close(3) = 0
open("/usr/lib/libaprutil-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200u\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=170804, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ebd000
mmap2(NULL, 173660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e92000
mmap2(0xb6ebb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0xb6ebb000
close(3) = 0
open("/usr/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\20\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=18172, ...}) = 0
mmap2(NULL, 20696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e8c000
mmap2(0xb6e90000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0xb6e90000
close(3) = 0
open("/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=30636, ...}) = 0
mmap2(NULL, 33336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e83000
mmap2(0xb6e8a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0xb6e8a000
close(3) = 0
open("/usr/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\10\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=38396, ...}) = 0
mmap2(NULL, 201052, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e51000
mmap2(0xb6e5a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0xb6e5a000
mmap2(0xb6e5c000, 155996, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6e5c000
close(3) = 0
open("/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=13800, ...}) = 0
mmap2(NULL, 16512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e4c000
mmap2(0xb6e4f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb6e4f000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e4b000
open("/usr/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260&\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=91948, ...}) = 0
mmap2(NULL, 100360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e32000
mmap2(0xb6e46000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0xb6e46000
mmap2(0xb6e49000, 6152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6e49000
close(3) = 0
open("/build/serf/pkg/serf/usr/lib/tls/i686/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib/tls/i686/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/build/serf/pkg/serf/usr/lib/tls/i686/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib/tls/i686", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/build/serf/pkg/serf/usr/lib/tls/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib/tls/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/build/serf/pkg/serf/usr/lib/tls/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib/tls", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/build/serf/pkg/serf/usr/lib/i686/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib/i686/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/build/serf/pkg/serf/usr/lib/i686/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib/i686", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/build/serf/pkg/serf/usr/lib/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/build/serf/pkg/serf/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/build/serf/pkg/serf/usr/lib", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\t\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=544084, ...}) = 0
mmap2(NULL, 497688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6db8000
mmap2(0xb6e2b000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x72000) = 0xb6e2b000
close(3) = 0
open("/usr/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\341\3\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=2390656, ...}) = 0
mmap2(NULL, 2174008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ba5000
mmap2(0xb6d9d000, 98304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f7000) = 0xb6d9d000
mmap2(0xb6db5000, 11320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6db5000
close(3) = 0
open("/usr/lib/libldap-2.4.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\246\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=339960, ...}) = 0
mmap2(NULL, 338672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6b52000
mmap2(0xb6ba3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51000) = 0xb6ba3000
close(3) = 0
open("/usr/lib/liblber-2.4.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0)\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=59148, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6b51000
mmap2(NULL, 62016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6b41000
mmap2(0xb6b4f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0xb6b4f000
close(3) = 0
open("/usr/lib/libgdbm.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\36\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=46884, ...}) = 0
mmap2(NULL, 49612, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6b34000
mmap2(0xb6b3f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0xb6b3f000
close(3) = 0
open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320}\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=335456, ...}) = 0
mmap2(NULL, 338380, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ae1000
mmap2(0xb6b32000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x50000) = 0xb6b32000
close(3) = 0
open("/usr/lib/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340H\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=932000, ...}) = 0
mmap2(NULL, 931032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69fd000
mmap2(0xb6ad9000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdc000) = 0xb6ad9000
close(3) = 0
open("/usr/lib/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260-\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=210720, ...}) = 0
mmap2(NULL, 213168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69c8000
mmap2(0xb69f9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0xb69f9000
mmap2(0xb69fc000, 176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb69fc000
close(3) = 0
open("/usr/lib/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\17\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=13820, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69c7000
mmap2(NULL, 16616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69c2000
mmap2(0xb69c5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb69c5000
close(3) = 0
open("/usr/lib/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200#\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=51032, ...}) = 0
mmap2(NULL, 53860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69b4000
mmap2(0xb69c0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0xb69c0000
close(3) = 0
open("/usr/lib/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\20\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=13784, ...}) = 0
mmap2(NULL, 16524, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69af000
mmap2(0xb69b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb69b2000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69ae000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69ad000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69ac000
set_thread_area({entry_number:-1, base_addr:0xb69ac740, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 (entry_number:6)
mprotect(0xb74fc000, 8192, PROT_READ) = 0
mprotect(0xb69b2000, 4096, PROT_READ) = 0
mprotect(0xb6e4f000, 4096, PROT_READ) = 0
mprotect(0xb6e46000, 8192, PROT_READ) = 0
mprotect(0xb69c0000, 4096, PROT_READ) = 0
mprotect(0xb751b000, 4096, PROT_READ) = 0
mprotect(0xb69c5000, 4096, PROT_READ) = 0
mprotect(0xb69f9000, 8192, PROT_READ) = 0
mprotect(0xb6ad9000, 24576, PROT_READ) = 0
mprotect(0xb6b32000, 4096, PROT_READ) = 0
mprotect(0xb6b3f000, 4096, PROT_READ) = 0
mprotect(0xb6b4f000, 4096, PROT_READ) = 0
mprotect(0xb7065000, 4096, PROT_READ) = 0
mprotect(0xb6fd1000, 4096, PROT_READ) = 0
mprotect(0xb6d9d000, 69632, PROT_READ) = 0
mprotect(0xb6e2b000, 12288, PROT_READ) = 0
mprotect(0xb6ba3000, 4096, PROT_READ) = 0
mprotect(0xb6e5a000, 4096, PROT_READ) = 0
mprotect(0xb6e8a000, 4096, PROT_READ) = 0
mprotect(0xb6e90000, 4096, PROT_READ) = 0
mprotect(0xb7556000, 8192, PROT_READ) = 0
mprotect(0xb6ff9000, 8192, PROT_READ) = 0
mprotect(0xb6ebb000, 4096, PROT_READ) = 0
mprotect(0xb6ee0000, 4096, PROT_READ) = 0
mprotect(0xb6fb7000, 8192, PROT_READ) = 0
--- SIGBUS {si_signo=SIGBUS, si_code=BUS_ADRERR, si_addr=0xb709cdfb} ---
+++ killed by SIGBUS (core dumped) +++
Bus error (core dumped)
In that output I see complaints regarding libssl. I do have openssl installed.
[jeffro@jeffro-t60 ~]$ pacman -Qi openssl
Name : openssl
Version : 1.0.2.a-1
Description : The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
Architecture : i686
URL : https://www.openssl.org
Licenses : custom:BSD
Groups : None
Provides : None
Depends On : zlib perl
Optional Deps : ca-certificates [installed]
Required By : coreutils curl git iputils ldns libarchive libevent libgit2 libmariadbclient libsasl libssh libssh2
mariadb-clients openslp openssh python python2 rtmpdump s-nail wget wpa_supplicant
Optional For : apr-util
Conflicts With : None
Replaces : None
Installed Size : 6.66 MiB
Packager : Felix Yan <[email protected]>
Build Date : Thu 19 Mar 2015 10:45:30 AM EDT
Install Date : Sat 25 Apr 2015 11:35:40 AM EDT
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
Any further help is greatly appreciated.

Similar Messages

  • CC: Fatal error in ccfe: Bus Error (core dumped)

    I'm trying to compile a file that's heavy on templates (both mine and boost's).
    After some time I get the following error:
    CC: Fatal error in ccfe: Bus Error (core dumped)ccfe consumes up to 390 mb aprox.
    What could be the cause of this?
    Could it be lack of memory?

    It is almost certainly not an out-of-memory problem. It is some sort of internal compiler error.
    To find and fix the problem, we would need a test case.

  • CC: Fatal error in iropt: Bus Error (core dumped)

    Hi,
    I am now using the following version of CC
    CC: Sun C++ 5.7 Patch 117830-07 2006/03/15
    however, sometimes(esp when I have another background process running), when I try to compile, I get the Error:
    CC: Fatal error in iropt: Bus Error (core dumped)
    Can anyone tell me the possible cause? Thank you very much.
    Current directory is /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    The following is the cmd I use to compile:
    make -e release
    CC -O -mt -D_RWSTD_NO_TEST_AND_SET -D_RWSTD_SOLARIS_THREAD -DSYSTEM_NAME="\"Composer System\"" -DSYSTEM_COPYRIGHT="\"Cicada Corporation\"" -DSYSTEM_BUILD="\"103\"" -D__NUMBER_FIELD_ID__ -DNDEBUG -DDEBUG_TRACE -DDEBUG_LEVEL_FATAL -I/inc -DGEN_VAP_TIMESTAMP -I/cchk030/home/cefbuild/EMDS/liffeapi-9_0_4/include -I/cchk026/home2/cefbuild/emds-ha-sol8-103/cmpr/cmpris -DLIFFE_API_9 -I/cchk026/home2/cefbuild/emds-ha-sol8-103/cmpr/inc -I/cchk026/home2/cefbuild/emds-ha-sol8-103/rtl/inc -I/cchk026/home2/cefbuild/emds-ha-sol8-103/rtl/inc/dbapiv3 -I/cchk026/home2/cefbuild/emds-ha-sol8-103/ipcs/inc -c CISVapSetConnect.cpp -o CISVapSetConnect.o -KPIC
    CC: Fatal error in iropt: Bus Error (core dumped)
    *** Error code 1
    make: Fatal error: Command failed for target `CISVapSetConnect.o'
    Current working directory /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    *** Error code 1
    make: Fatal error: Command failed for target `buildrelease'
    Current working directory /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    *** Error code 1
    make: Fatal error: Command failed for target `build'
    *** Fail 'make -e build' for library 'isvapconnect9' at Tue May 9 10:10:09 2006

    "iropt" is a component of the compiler that optimizes code. A compiler crash is always a compiler bug. You have the current C++ front-end patch, but you should verify that you have the current back-end (common compiler) patch as well.
    If getting the current patches doesn't solve the problem, we would need a compileable test case that demonstrates the problem. If you have a service contract with Sun, you should submit a bug report via that channel.
    A possible workaround is to compile this module without optimization (remove the -O option).
    Side note: I see you are setting private macros associated with libCstd. We do not support modifying any macros starting with _RW. Those macros affect how the runtime library was built, and if you modify the macro settings, your code will not match the library. Possible results include failure to compile, failure to link, or unpredictable program behavior if the program does link.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Tracing speciific transactions (bus code core dump)

    hi
    When i am running payroll(calculation) for specific records or some employee i am getting error buse code core dumped.I am using oracle 8.1.7 and forms 4.5.I am not getting any erorrs in logs or application related.The application exiting with these error.How can i track these event.How to enable session tracing or set events.How can i trace in database level not in application level becasue this core is generating specific employee not for all.
    with regards
    ramya

    I completed testing all the code.
    First I verified that my makefile and
    runtime environment were both 1.1.8.
    DOMSample - ok
    DOMNamespace - failed
    SAXSample - failed
    SAXNamespace - failed
    Tokenize - ok
    So - what where is it failing
    I found that the parse method was failing
    ==parser.parse(url);
    The URL was not the problem. The only
    other differences in the example code is
    that these flags are set -- When you add them
    to DOMNamespace - THE EXAMPLE WORKS!
    // Set various parser options: validation on,
    // warnings shown, error stream set to stderr.
    parser.setErrorStream(System.err);
    parser.setValidationMode(true);
    parser.showWarnings(true);

  • Hs error, core dump, font issue???

    Any idea what causes this? I have uninstalled jre and reinstalled it many times and I still get the same thing.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D1B32AD
    Function=[Unknown.]
    Library=C:\Program Files\Java\j2re1.4.0\bin\fontmanager.dll
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
         at sun.awt.font.NativeFontWrapper.registerFonts(Native Method)
         - locked <06CC5168> (a java.lang.Class)
         at sun.java2d.SunGraphicsEnvironment.addPathFonts(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment.registerFonts(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment.access$000(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.java2d.SunGraphicsEnvironment.loadFonts(Unknown Source)
         - locked <02FC1BD8> (a sun.awt.Win32GraphicsEnvironment)
         at sun.java2d.SunGraphicsEnvironment.getAvailableFontFamilyNames(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment.getAvailableFontFamilyNames(Unknown Source)
         at javax.swing.text.html.CSS.getValidFontNameMapping(Unknown Source)
         - locked <02AAA988> (a java.lang.Object)
         at javax.swing.text.html.CSS$FontFamily.parseCssValue(Unknown Source)
         at javax.swing.text.html.CSS.getInternalCSSValue(Unknown Source)
         at javax.swing.text.html.CSS.addInternalCSSValue(Unknown Source)
         at javax.swing.text.html.StyleSheet.addCSSAttribute(Unknown Source)
         at javax.swing.text.html.StyleSheet$CssParser.handleValue(Unknown Source)
         at javax.swing.text.html.CSSParser.parseDeclaration(Unknown Source)
         at javax.swing.text.html.CSSParser.parseDeclarationBlock(Unknown Source)
         at javax.swing.text.html.CSSParser.parseRuleSet(Unknown Source)
         at javax.swing.text.html.CSSParser.getNextStatement(Unknown Source)
         at javax.swing.text.html.CSSParser.parse(Unknown Source)
         at javax.swing.text.html.StyleSheet$CssParser.parse(Unknown Source)
         at javax.swing.text.html.StyleSheet.loadRules(Unknown Source)
         at javax.swing.text.html.HTMLEditorKit.getStyleSheet(Unknown Source)
         at javax.swing.plaf.basic.BasicHTML$BasicEditorKit.getStyleSheet(Unknown Source)
         at javax.swing.plaf.basic.BasicHTML$BasicEditorKit.createDefaultDocument(Unknown Source)
         at javax.swing.plaf.basic.BasicHTML.createHTMLView(Unknown Source)
         at javax.swing.plaf.basic.BasicHTML.updateRenderer(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.propertyChange(Unknown Source)
         at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source)
         at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source)
         at javax.swing.JComponent.firePropertyChange(Unknown Source)
         at javax.swing.AbstractButton.setText(Unknown Source)
         at fdt2.gui.StatusBar$1$CustomShutdownBlinkButton.setEnabled(StatusBar.java:85)
         at fdt2.gui.StatusBar$1$CustomShutdownBlinkButton.<init>(StatusBar.java:79)
         at fdt2.gui.StatusBar.jbInit(StatusBar.java:93)
         at fdt2.gui.StatusBar.<init>(StatusBar.java:35)
         at fdt2.gui.FrmMain.jbInit(FrmMain.java:694)
         at fdt2.gui.FrmMain.<init>(FrmMain.java:89)
         at fdt2.gui.FDT2.init(FDT2.java:169)
         at fdt2.gui.FDT2.main(FDT2.java:74)
    Dynamic libraries:
    0x00400000 - 0x00406000      c:\progra~1\java\j2re1.4.0\bin\java.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D330000 - 0x6D442000      c:\progra~1\java\j2re1.4.0\bin\client\jvm.dll
    0x77D40000 - 0x77DC6000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.DLL
    0x629C0000 - 0x629C8000      C:\WINDOWS\System32\LPK.DLL
    0x72FA0000 - 0x72FFA000      C:\WINDOWS\System32\USP10.dll
    0x6D1D0000 - 0x6D1D7000      c:\progra~1\java\j2re1.4.0\bin\hpi.dll
    0x6D300000 - 0x6D30D000      c:\progra~1\java\j2re1.4.0\bin\verify.dll
    0x6D210000 - 0x6D228000      c:\progra~1\java\j2re1.4.0\bin\java.dll
    0x6D320000 - 0x6D32D000      c:\progra~1\java\j2re1.4.0\bin\zip.dll
    0x6D000000 - 0x6D0F6000      C:\Program Files\Java\j2re1.4.0\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.dll
    0x6D180000 - 0x6D1D0000      C:\Program Files\Java\j2re1.4.0\bin\fontmanager.dll
    0x0AF60000 - 0x0AF8B000      C:\WINDOWS\System32\msctfime.ime
    0x6D280000 - 0x6D29E000      C:\Program Files\Java\j2re1.4.0\bin\jpeg.dll
    0x73760000 - 0x737A4000      C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x746F0000 - 0x74716000      C:\WINDOWS\System32\Msimtf.dll
    0x74720000 - 0x74764000      C:\WINDOWS\System32\MSCTF.dll
    0x6FA00000 - 0x6FA07000      C:\Program Files\Gaim\idletrack.dll
    0x10000000 - 0x1000E000      C:\PROGRA~1\PANICW~1\POP-UP~1\XAHook.dll
    0x63180000 - 0x631E5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x6D130000 - 0x6D152000      C:\Program Files\Java\j2re1.4.0\bin\dcpr.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Oct 08 08:24:15 2003
    Elapsed Time = 5
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)
    #

    Probably related to this bug (fixed in tiger - JDK 1.5):
    http://developer.java.sun.com/developer/bugParade/bugs/4482430.html

  • Using perl DBI on Solaris 10 gives core dump

    I am using perl 5.8.4 which comes along with Solaris 10.
    I have installed DBI-1.58.
    Even a test command is not working.
    perl -MDBI -e 'print "$DBI::VERSION\n";'
    Bus Error (core dumped)
    truss perl -MDBI -e 'print "$DBI::VERSION\n";'
    shows
    stat("/usr/local/lib/libc.so.1", 0xFFBFE5D0) Err#2 ENOENT
    mprotect(0xFEED0000, 104171, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
    mprotect(0xFEED0000, 104171, PROT_READ|PROT_EXEC) = 0
    munmap(0xFF370000, 8192) = 0
    brk(0x000A2470) = 0
    brk(0x000A4470) = 0
    brk(0x000A4470) = 0
    brk(0x000A6470) = 0
    brk(0x000A6470) = 0
    brk(0x000A8470) = 0
    brk(0x000A8470) = 0
    brk(0x000AA470) = 0
    brk(0x000AA470) = 0
    brk(0x000AC470) = 0
    Incurred fault #5, FLTACCESS %pc = 0xFEED44CC
    siginfo: SIGBUS BUS_ADRALN addr=0x00000001
    Received signal #10, SIGBUS [default]
    siginfo: SIGBUS BUS_ADRALN addr=0x00000001
    $perl -v
    command shows like its compiled with Intsize of 64 is this creating problem?
    Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
    Platform:
    osname=solaris, osvers=2.10, archname=sun4-solaris-64int
    uname='sunos localhost 5.10 sun4u sparc SUNW,Ultra-2'
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
    Compiler:
    cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO',
    optimize='-xO3 -xspace -xildoff',
    cppflags=''
    ccversion='Sun WorkShop', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
    Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
    Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R /usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE'
    cccdlflags='-KPIC', lddlflags='-G'
    Characteristics of this binary (from libperl):
    Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
    Locally applied patches:
    22667 The optree builder was looping when constructing the ops ...
    22715 Upgrade to FileCache 1.04
    22733 Missing copyright in the README.
    22746 fix a coredump caused by rv2gv not fully converting a PV ...
    22755 Fix 29149 - another UTF8 cache bug hit by substr.
    22774 [perl #28938] split could leave an array without ...
    22775 [perl #29127] scalar delete of empty slice returned garbage
    22776 [perl #28986] perl -e "open m" crashes Perl
    22777 add test for change #22776 ("open m" crashes Perl)
    22778 add test for change #22746 ([perl #29102] Crash on assign ...
    22781 [perl #29340] Bizarre copy of ARRAY make sure a pad op's ...
    22796 [perl #29346] Double warning for int(undef) and abs(undef) ...
    22818 BOM-marked and (BOMless) UTF-16 scripts not working
    22823 [perl #29581] glob() misses a lot of matches
    22827 Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
    22830 [perl #29637] Thread creation time is hypersensitive
    22831 improve hashing algorithm for ptr tables in perl_clone: ...
    22839 [perl #29790] Optimization busted: '@a = "b", sort @a' ...
    22850 [PATCH] 'perl -v' fails if local_patches contains code snippets
    22852 TEST needs to ignore SCM files
    22886 Pod::Find should ignore SCM files and dirs
    22888 Remove redundant %SIG assignments from FileCache
    23006 [perl #30509] use encoding and "eq" cause memory leak
    23074 Segfault using HTML::Entities
    23106 Numeric comparison operators mustn't compare addresses of ...
    23320 [perl #30066] Memory leak in nested shared data structures ...
    23321 [perl #31459] Bug in read()
    Built under solaris
    Compiled at Jul 26 2005 05:26:55
    @INC:
    /usr/perl5/5.8.4/lib/sun4-solaris-64int
    /usr/perl5/5.8.4/lib
    /usr/perl5/site_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/site_perl/5.8.4
    /usr/perl5/site_perl
    /usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/vendor_perl/5.8.4
    /usr/perl5/vendor_perl
    Other details:
    file /usr/bin/perl
    /usr/bin/perl: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped
    I tried installing DBI module using perlgcc also.
    perlgcc Makefile.PL
    make
    make test
    make install.
    $uname -a
    SunOS twirl 5.10 Generic_118822-25 sun4u sparc SUNW,Ultra-80
    Please help me out.

    Try this guy's list, he maintain an archive of Solaris package.
    http://www.ibiblio.org/pub/packages/solaris/sparc/html/creating.solaris.packages.html
    Of course, if you can get directly from Sun will be better.

  • Brrestore bus error when restore BW Production data

    Hi,
    I'm trying the restore BW Production data into our QA BW server, but in brrestore it ended with error: bus error (core dumped):
    BR280I Time stamp 2007-02-21 23.54.48
    #FILE..... /oracle/WR1/sapdata1/wr1_25/wr1.data25
    #RESTORED. WR1___A0EYES6A0Y
    Bus Error - core dumped
    BR280I Time stamp 2007-02-21 23.55.32
    BR279E Return code from '/usr/sap/WF1/SYS/exe/run/backint -u WR1 -f restore -i /oracle/WR1/sapbackup/.rduqxfvy.lst -t file -p /oracle/WR1/920_64/dbs/initWR1.utl -c': 138
    BR374E 68 of 99 files restored by backup utility
    BR280I Time stamp 2007-02-21 23.55.32
    BR231E Backup utility call failed
    BR406I End of file restore: rduqxfvy.rsb 2007-02-21 23.55.32
    BR280I Time stamp 2007-02-21 23.55.32
    BR404I BRRESTORE terminated with errors
    Please let us know the root caused of "Bus Error - core dumped."
    What is the resolution to this issue. Thanks.
    With best regards,
    Mark

    Hi,
    please do not post the short dump in this forum.
    I blieve the system will read from table dt_iobj_dest.
    The problem is that 0FISCPER, 0FISCYEAR and 0FISCVARNTĀ  are not registered.
    You can register the infoobject 0FISCYEAR and 0FISCVARNT
    retroactively:Ā 
    1) se24, CL_UG_BW_FIELD_MAPPINGĀ Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā 
    2) F8 -> test environmentĀ Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā 
    3) GET_INSTANCE, do not use IT_FIELD_RESTRICTĀ Ā 
    4) IF_UG_BW_MAPPING_SERVICESĀ Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā 
    5) REGISTER_INFO_OBJECTĀ Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā 
    6) specifyĀ  I_RFCDESTĀ Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā 
    Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā  I_INFOOBJECTĀ Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā 
    Ā Ā  attention: I_RFCDEST is case-sensitiveĀ Ā Ā Ā Ā Ā 
    kind reg.
    Michael
    ps. please do not forget to assign points.

  • Arch systemd and bus error

    Bus error.
    I have a problem which only occurs in Arch Linux.
    It's about an open source process control system.
    There are no problem with Debian, Ubuntu and Gentoo (x86 and ARM)
    In Arch Linux I get a bus error.
    I know it has to do with accessing memory.
    The problems occurs in both x86 and the ARM versions.
    My question is what is the difference between the way systemd handles the bus in ArchLinux and the other distros?
    I know it is impossible to answer but maybe is there somebody who can point me to a direction .....
    Best regards,
    Marc

    Hi Karol,
    Thanks for your quick respons.
    /home/pwrp/pwr/rls/os_linux/hw_x86/exp/exe/wb_open_db.sh: line 61:Ā  Ā 673 Bus errorĀ  (core dumped) wb -q "$username" "$password" $database
    systemd-coredumpctl dump -o dump1
    BFD: Warning: /home/pwrp/dump1 is truncated: expected core file size >= 161722368, found: 25165824.
    [New LWP 464]
    Cannot access memory at address 0xb6f328f4
    Cannot access memory at address 0xb6f328f0
    (gdb) bt
    #0 0x005c941c in dbs_Map (
    sts=<error reading variable: Cannot access memory at address 0xbe90ada4>,
    filename=<error reading variable: Cannot access memory at address 0xbe90ada0>) at ../../co_dbs.c:516
    Cannot access memory at address 0xbe90b054
    (gdb)
    In file co_dbs.c:516
    vep->vp = (dbs_sVolume*)(vep->base + vep->sect[dbs_eSect_volume].offset);
    Proview, the process control system, this issue is about, uses while loading classes.
    When I leave some classes out and use a more basic system I can get it running.
    But, again, there is no problem with Ubuntu (x86), Debian (x86 and ARM) and Gentoo (x86 and ARM)......
    The reason I am intersted in solving this problem is the blazing speed from Arch Linux on the Raspberry.
    ArchLinux is blowing Debian and even Gentoo (hard-float versions) completely away on the Pi.
    Regards,
    Marc
    Last edited by maba (2013-06-17 10:30:07)

  • What will cause "bus error" ?

    Hi all,
    What will cause "Bus error (core dumped)" ?
    Please give example.
    Thanks.

    Hi,
    As per "/usr/include/sys/machsig.h", some of the
    reasons for SIGBUS are:
    - invalid address alignment BUS_ADRALN
    - non-existent physical address BUS_ADRERR
    - object specific hardware error BUS_OBJERR
    The BUS_ADRALN is explained in detail at:
    http://access1.sun.com/cgi-bin/rinfo2html?359605.faq
    Hope this helps.
    Gopinath
    Developer Technical Support.

  • OCCI call PL/SQL Procedure with 2 IN/OUT Parameters..BUS ERROR!!

    Hi~ All,
    I am new user for using OCCI. Util now, I encountered a problem with OCCI when I call a procedure with 2 IN/OUT parameters. Then,I got an error(core dump), Why?
    CREATE OR REPLACE PROCEDURE demo_proc (v1 in integer, v2 in out varchar2, v3 in out varchar2);
    ==== OCCI Code ========
    stmt = conn->createStatement
    ("BEGIN demo_proc(:v1, :v2, :v3); END;");
    cout << "Executing the block :" << stmt->getSQL() << endl;
    stmt->setInt (1, 10);
    stmt->setString (2, "Test1");
    stmt->setString (3, "First");
    int updateCount = stmt->executeUpdate ();
    cout << "Update Count:" << updateCount << endl;
    cout << "Printing the INOUT & OUT parameters:" << endl;
    string c1 = stmt->getString (2);
    cout << c1 << endl;
    string c2 = stmt->getString (3);
    ==== RUN RESULT ====
    Bus error(coredump)
    But, If i just only got one of string from v1 or v2,I could get correct result!! Why? Does some one know how to avoid this two IN/OUT parameters issue?

    Hi~ Amoghavarsha,
    Thanks for your response! I solved the problem by myself. I found the root cause, it seems very strange in
    initializing environment variable.
    === FAILED ===
    Environment *env;
    === SUCCESS ===
    Environment *env = NULL; <---Why??
    cout << "occidml - createEnvironment" << endl;
    env = Environment::createEnvironment (Environment::OBJECT);
    Eventually, I fixed this issue in Win2K and HP-UX 11.
    Best Regards,

  • SRW.APPLY_DEFINITION cause (core dumped) Segmentation fault

    When I run report under Concurrent manager, i.e. within Oracle Applications I get this error:
    (core dumped) Segmentation fault.
    I use SRW.APPLY_DEFINITION in After Parameter Form. When I remove SRW.APPLY_DEFINITION report runs fine.
    I tried following in the command line:
    $ ar60runb report=/PATH_TO_RDF_FILE/NAME.rdf batch=yes destype=file desname=/PATH_TO_OUTPUT_FILE/NAME.out desformat=XML
    and I get this error:
    ar60runb: uisfz.c:173: uisfzfn_Fns: Assertion `0' failed.
    Aborted (core dumped)
    When I remove "batch=yes" or use "batch=no" everything passed fine.
    I get the same result when I use .RDF file without SRW.APPLY_DEFINITION in the code.
    I have applied the solution from Note:368457.1 but it didn't help.
    I want to set "batch=no" when I run report under Oracle Applications or just resolve this problem somehow.
    PlatformĀ Ā Ā Ā Ā SUSE \ UnitedLinux x86-64
    Product Version Ā Ā Ā Ā Ā 11.5.10.2

    Come on, guys. Help! :(

  • Core Dump on Solaris 10 (Signal 10 - Bus Error), but not on Solaris 8?

    Hi,
    We just moved our product from Solaris 8 to Solaris 10. It runs for months on Solaris 8 without any problems, while core dumped after running about 2 weeks on Solaris 10.
    Any clue on what could be wrong is apprecaited.
    pam

    Hi Andrew,
    Appreciate your answer very much. I am very new to Solaris and UNIX in general. Would you please let me know what kind of info would help diagnose the
    problem? I have stack pointer, output of "where" from gdb. frme pointer, etc.
    pam
    ===================
    GNU gdb 6.3
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "sparc-sun-solaris2.8"...(no debugging symbols found)
    Core was generated by `./warnsrvr'.
    Program terminated with signal 10, Bus error.
    #0 0x001a3ca8 in __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__ ()
    (gdb) where
    #0 0x001a3ca8 in __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__ ()
    #1 0x001a3ca8 in __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__ ()
    Previous frame identical to this frame (corrupt stack?)
    ======================================
    (gdb) disassemble 0x001a3ca8
    Dump of assembler code for function __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__:
    0x001a3c24 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+0>: cmp %o0, 1
    0x001a3c28 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+4>: be,pn %icc, 0x1a3c38 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+20>
    0x001a3c2c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+8>: sethi %hi(0x572000), %l6
    0x001a3c30 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+12>: ret
    0x001a3c34 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+16>: restore %g0, 0, %o0
    0x001a3c38 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+20>: ld [ %l6 + 0x358 ], %l5
    0x001a3c3c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+24>: cmp %l5, 0
    0x001a3c40 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+28>: bne,pn %icc, 0x1a3c50 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+44>
    0x001a3c44 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+32>: cmp %l5, 1
    0x001a3c48 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+36>: ret
    0x001a3c4c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+40>: restore %g0, 1, %o0
    0x001a3c50 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+44>: bne,pn %icc, 0x1a3cb0 <__1cSWPReferenceManagerOInputIonoModel6MrknKIONO_MODEL_khki_nGRESULT__+4>
    0x001a3c54 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+48>: sethi %hi(0x1a3c00), %l7
    0x001a3c58 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+52>: mov -1, %i1
    0x001a3c5c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+56>: sth %i1, [ %fp + -1864 ]
    0x001a3c60 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+60>: add %fp, -1824, %o0
    0x001a3c64 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+64>: ldd [ %l7 + 8 ], %f0
    0x001a3c68 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+68>: call 0x1c87f0 <___const_seg_900001301+16>
    0x001a3c6c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+72>: std %f0, [ %fp + -1856 ]
    0x001a3c70 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+76>: call 0x1cf888 <__1cKIono2Ascii6FrknKIONO_MODEL_pcki_v_+100>
    0x001a3c74 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+80>: add %fp, -1864, %o0
    0x001a3c78 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+84>: sllx %i2, 0x30, %o1
    0x001a3c7c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+88>: mov %i0, %o0
    0x001a3c80 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+92>: srax %o1, 0x30, %o1
    0x001a3c84 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+96>: call 0x182cb0 <__1cTGenReferenceManagerOGetCorrections6MrknKCLSGpsTime_rknICLSCoord_rnOCORRECTION_SET__nGRESULT__+3504>
    0x001a3c88 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+100>: add %fp, -1864, %o2
    0x001a3c8c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+104>: cmp %o0, 1
    0x001a3c90 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+108>: be,pn %icc, 0x1a3ca0 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+124>
    0x001a3c94 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+112>: mov %i0, %o0
    0x001a3c98 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+116>: ret
    0x001a3c9c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+120>: restore %g0, 0, %o0
    0x001a3ca0 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+124>: call 0x1a7068 <__1cSWPReferenceManagerPAdjustXTRATimes6MpnZCLSGnssSatellitePredictor_khrnKCLSGpsTime_rd_nGRESULT__+3584>
    0x001a3ca4 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+128>: add %fp, -1864, %o1
    0x001a3ca8 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+132>: ret
    End of assembler dump.
    =====================================
    (gdb) info registers
    g0 0x0 0
    g1 0xfd77ecb8 -42472264
    g2 0x11 17
    g3 0xecf0 60656
    g4 0xfd77e304 -42474748
    g5 0xfc 252
    g6 0x0 0
    g7 0xfeda4200 -19250688
    o0 0x1 1
    o1 0x20 32
    o2 0x693500 6894848
    o3 0xecf0 60656
    o4 0x6a21f0 6955504
    o5 0x1 1
    sp 0xfd77ec38 0xfd77ec38
    o7 0x1a3ca0 1719456
    l0 0x1b000021 452984865
    l1 0x2ca2a40 46803520
    l2 0x40173076 1075261558
    l3 0x57d22e16 1473392150
    l4 0x3fa80492 1067975826
    l5 0x3c06fe49 1007091273
    l6 0x4072b4a5 1081259173
    l7 0x410d711d 1091399965
    i0 0x421c0000 1109131264
    i1 0xffffffff -1
    i2 0x1d000018 486539288
    i3 0x2ca2808 46802952
    i4 0x40138e4a 1075023434
    i5 0x8b122e16 -1961742826
    fp 0xbfb17c3b 0xbfb17c3b
    i7 0xa817f0db -1474826021
    y 0x3 3
    psr 0xfe401007 -29356025
    wim 0x0 0
    tbr 0x0 0
    pc 0x1a3ca8 0x1a3ca8 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+132>
    npc 0x1a3cac 0x1a3cac <__1cSWPReferenceManagerOInputIonoModel6MrknKIONO_MODEL_khki_nGRESULT__>
    fsr 0x400420 4195360
    csr 0x0 0

  • Weblogic core dumps with "SIGBUS    10*  bus error"

    I am getting a core dump when starting up my WL server. It seems to be
    timing related. The WL startup class is causing the error.
    The error does not occur if I do not deploy any EJBs. If I deploy one EJB
    the error occurrs. If I deploy two or more EJBs the error does not occur.
    The startup class is accessing the database.
    Has anyone seen a similar error or know of a solution. Is this a supported
    platform?
    Environment info and the error dump follow. Thanks in advance.
    Bryan Bugliari
    [email protected]
    Some info on the environment:
    Solaris 2.6
    jdk1.2.2
    WL 5.1.0 sp2
    Oracle 8.0.5 client
    WL PROPERTIES FILE:
    weblogic.jdbc.connectionPool.oraclePool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver, \
    loginDelaySecs=1,\
    initialCapacity=4,\
    maxCapacity=25,\
    capacityIncrement=5,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=esteel;password=esteel;server=esteel
    # Add a TXDataSource for the connection pool:
    weblogic.jdbc.TXDataSource.oracleDataSource=oraclePool
    WL LOG FILE:
    Fri Jun 30 12:10:21 EDT 2000:<I> <System Props> java.class.path =
    /opt/app/weblogic/lib/weblogic510sp2boot.jar:/opt/app/weblogic/classes/boot:
    /opt/app/weblogic/license:/opt/app/weblogic/oci/classes
    java.class.version = 46.0
    java.compiler = sunwjit
    java.ext.dirs = /usr/local/jdk1.2.2/jre/lib/ext
    java.home = /usr/local/jdk1.2.2/jre
    java.io.tmpdir = /var/tmp/
    java.library.path =
    /usr/local/jdk1.2.2/bin/../jre/lib/sparc/native_threads:/usr/local/jdk1.2.2/
    bin/../jre/lib/sparc/classic:/usr/local/jdk1.2.2/bin/../jre/lib/sparc:/opt/a
    pp/weblogic/oci/lib/solaris/oci805_8:/opt/app/oracle/products/8.0.5/lib:/usr
    /lib
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils
    java.security.manager =
    java.security.policy = =/opt/app/weblogic/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.2
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.version = 1.2.2
    java.vm.info = build JDK-1.2.2-001, native threads, sunwjit
    java.vm.name = Classic VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.2.2
    ERROR BEGINS HERE:
    Fri Jun 30 12:10:25 EDT 2000:<I> <EJB> Enterprise JavaBeans initializing
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB JAR deployment
    /local/home/weblogic/bbugliar/myserver/ActivityManager.jar> EJB home
    interface: 'com.esteel.exchange.domain.activitymanager.ActivityManagerHome'
    deployed bound to the JNDI name: 'ActivityManagerHome'
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 EJB jar files loaded, containing 1
    EJBs
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 deployed, 0 failed to deploy.
    Fri Jun 30 12:10:28 EDT 2000:<I> <ZAC> ZAC disabled
    Fri Jun 30 12:10:28 EDT 2000:<I> <WebLogicServer> Invoking T3StartupDef
    ReferenceDataWLStartup com.esteel.referencedata.ReferenceDataWLStartup with
    SIGBUS 10* bus error
    si_signo [10]: SIGBUS 10* bus error
    si_errno [0]: Error 0
    si_code [1]: BUS_ADRALN [addr: 0xB]
    stackpointer=e7f0be04
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x51a840)
    weblogic.kernel.ExecuteThread@EA4F4100/EB91C478: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x525998)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Thread queue lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Monitor registry: owner "StartupThread" (0x2e82ab0) 1 entry
    SIGABRT 6* abort (generated by abort(3) routine)
    si_signo [6]: SIGABRT 6* abort (generated by abort(3) routine)
    si_errno [0]: Error 0
    si_code [-1]: SI_LWP [pid: 11078, uid: 3058]
    stackpointer=e7f0b55c
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x51a840)
    weblogic.kernel.ExecuteThread@EA4F4100/EB91C478: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x525998)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Thread queue lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Monitor registry: owner "StartupThread" (0x2e82ab0) 1 entry
    Abort (core dumped)

    Weblogic does not dump core. The Java virtual machine does.
    As for your problem, I would be willing to bet that this is a 122_05a
    JVM. I would recommend downgrading to the versions that we certify.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/docs51/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Bryan Bugliari wrote:
    >
    I am getting a core dump when starting up my WL server. It seems to be
    timing related. The WL startup class is causing the error.
    The error does not occur if I do not deploy any EJBs. If I deploy one EJB
    the error occurrs. If I deploy two or more EJBs the error does not occur.
    The startup class is accessing the database.
    Has anyone seen a similar error or know of a solution. Is this a supported
    platform?
    Environment info and the error dump follow. Thanks in advance.
    Bryan Bugliari
    [email protected]
    Some info on the environment:
    Solaris 2.6
    jdk1.2.2
    WL 5.1.0 sp2
    Oracle 8.0.5 client
    WL PROPERTIES FILE:
    weblogic.jdbc.connectionPool.oraclePool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver, \
    loginDelaySecs=1,\
    initialCapacity=4,\
    maxCapacity=25,\
    capacityIncrement=5,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=esteel;password=esteel;server=esteel
    # Add a TXDataSource for the connection pool:
    weblogic.jdbc.TXDataSource.oracleDataSource=oraclePool
    WL LOG FILE:
    Fri Jun 30 12:10:21 EDT 2000:<I> <System Props> java.class.path =
    /opt/app/weblogic/lib/weblogic510sp2boot.jar:/opt/app/weblogic/classes/boot:
    /opt/app/weblogic/license:/opt/app/weblogic/oci/classes
    java.class.version = 46.0
    java.compiler = sunwjit
    java.ext.dirs = /usr/local/jdk1.2.2/jre/lib/ext
    java.home = /usr/local/jdk1.2.2/jre
    java.io.tmpdir = /var/tmp/
    java.library.path =
    /usr/local/jdk1.2.2/bin/../jre/lib/sparc/native_threads:/usr/local/jdk1.2.2/
    bin/../jre/lib/sparc/classic:/usr/local/jdk1.2.2/bin/../jre/lib/sparc:/opt/a
    pp/weblogic/oci/lib/solaris/oci805_8:/opt/app/oracle/products/8.0.5/lib:/usr
    /lib
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils
    java.security.manager =
    java.security.policy = =/opt/app/weblogic/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.2
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.version = 1.2.2
    java.vm.info = build JDK-1.2.2-001, native threads, sunwjit
    java.vm.name = Classic VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.2.2
    ERROR BEGINS HERE:
    Fri Jun 30 12:10:25 EDT 2000:<I> <EJB> Enterprise JavaBeans initializing
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB JAR deployment
    /local/home/weblogic/bbugliar/myserver/ActivityManager.jar> EJB home
    interface: 'com.esteel.exchange.domain.activitymanager.ActivityManagerHome'
    deployed bound to the JNDI name: 'ActivityManagerHome'
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 EJB jar files loaded, containing 1
    EJBs
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 deployed, 0 failed to deploy.
    Fri Jun 30 12:10:28 EDT 2000:<I> <ZAC> ZAC disabled
    Fri Jun 30 12:10:28 EDT 2000:<I> <WebLogicServer> Invoking T3StartupDef
    ReferenceDataWLStartup com.esteel.referencedata.ReferenceDataWLStartup with
    SIGBUS 10* bus error
    si_signo [10]: SIGBUS 10* bus error
    si_errno [0]: Error 0
    si_code [1]: BUS_ADRALN [addr: 0xB]
    stackpointer=e7f0be04
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x51a840)
    weblogic.kernel.ExecuteThread@EA4F4100/EB91C478: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x525998)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Thread queue lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Monitor registry: owner "StartupThread" (0x2e82ab0) 1 entry
    SIGABRT 6* abort (generated by abort(3) routine)
    si_signo [6]: SIGABRT 6* abort (generated by abort(3) routine)
    si_errno [0]: Error 0
    si_code [-1]: SI_LWP [pid: 11078, uid: 3058]
    stackpointer=e7f0b55c
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:

  • JDB crashes while lodading core dump or throws errors

    I'm having here RHEL 5.1 system and some core dumps generated by our 32 bit java application. This application uses JNI and for some reason (that I'm still trying to figure out) is crashing while executing JNI calls.
    I can load the core dumps inside gdb and even backtrace the native stack of the program and see the variables inside the shared library where it's crashing. But I need to take a closer look on the java stack and some of the variable values on the java side also.
    I did try to use JDB to do this like it's described in the Troubleshooting guide for Java 6 but for some unknown reason when I do try to attach JDB to the core dumps I either get some error thrown on the console or JDB crashes and produces a hs_err_pit*.log file. I have used this technique already few times and didn't had any problems with JDB. I'm wondering if it could be that the core dump files are too big - some of them are around 3 Gb. But one of them is ~600Mb and also is crashing. So is ti possible bug in JDB or I'm missing something. I'm posting the error and the one of the hs_err_pid files.
    Appreciate any help and ideas
    $ jdb -connect sun.jvm.hotspot.jdi.SACoreAttachingConnector:javaExecutable=/usr/java/jdk/bin/java,core=core.31919
    java.io.IOException
    at sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(SACoreAttachingConnector.java:123)
    at com.sun.tools.example.debug.tty.VMConnection.attachTarget(VMConnection.java:358)
    at com.sun.tools.example.debug.tty.VMConnection.open(VMConnection.java:168)
    at com.sun.tools.example.debug.tty.Env.init(Env.java:64)
    at com.sun.tools.example.debug.tty.TTY.main(TTY.java:1010)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at sun.jvm.hotspot.jdi.SACoreAttachingConnector.createVirtualMachine(SACoreAttachingConnector.java:80)
    at sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(SACoreAttachingConnector.java:108)
    ... 4 more
    Caused by: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the core file
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach0(Native Method)
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach(LinuxDebuggerLocal.java:258)
    at sun.jvm.hotspot.HotSpotAgent.attachDebugger(HotSpotAgent.java:625)
    at sun.jvm.hotspot.HotSpotAgent.setupDebuggerLinux(HotSpotAgent.java:611)
    at sun.jvm.hotspot.HotSpotAgent.setupDebugger(HotSpotAgent.java:322)
    at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:297)
    at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:157)
    at sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForCorefile(VirtualMachineImpl.java:190)
    ... 10 more
    Fatal error:
    Unable to attach to target VM.
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xafcfa6bd, pid=3653, tid=4160613264
    # Java VM: Java HotSpot(TM) Server VM (1.6.0_03-b05 mixed mode)
    # Problematic frame:
    # C [libsaproc.so+0x36bd]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x08058000): JavaThread "main" [_thread_in_native, id=3654]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000151
    Registers:
    EAX=0xf7ffdabc, EBX=0xafcff25c, ECX=0xafd72d08, EDX=0x00000149
    ESP=0xf7fdc520, EBP=0xf7fdc538, ESI=0xafd72d08, EDI=0x08058000
    EIP=0xafcfa6bd, CR2=0x00000151, EFLAGS=0x00010206
    Top of Stack: (sp=0xf7fdc520)
    0xf7fdc520: 464c457f 00010101 000000a2 0000009c
    0xf7fdc530: 0000009f afcff25c f7fdc588 afcfb01a
    0xf7fdc540: afd67780 f7ffdabc 00200034 afcfaff4
    0xf7fdc550: 004a004b 00000000 00200034 0028000a
    0xf7fdc560: 004a004b afba13e0 00001110 afcff25c
    0xf7fdc570: afb8e2e8 08058000 f7fdc5a8 afcf93b3
    0xf7fdc580: 00000004 afcff25c f7fdc5a8 afcf9964
    0xf7fdc590: afd67780 f7ffdabc f7fdd72c 00000004
    Instructions: (pc=0xafcfa6bd)
    0xafcfa6ad: 8d 14 85 00 00 00 00 8b 41 24 8b 14 10 8b 45 0c
    0xafcfa6bd: 3b 42 08 72 08 8b 45 f8 89 45 f4 eb b1 8b 45 f8
    Stack: [0xf7f8e000,0xf7fdf000), sp=0xf7fdc520, free space=313k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libsaproc.so+0x36bd]
    C [libsaproc.so+0x401a]
    C [libsaproc.so+0x2964] ps_pdread+0x1c
    C [libsaproc.so+0x4d3e]
    C [libsaproc.so+0x4ffd] Pgrab_core+0x281
    C [libsaproc.so+0x56c7] Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2+0x99
    j sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach0(Ljava/lang/String;Ljava/lang/String;)V+0
    j sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach(Ljava/lang/String;Ljava/lang/String;)V+29
    j sun.jvm.hotspot.HotSpotAgent.attachDebugger()V+43
    j sun.jvm.hotspot.HotSpotAgent.setupDebuggerLinux()V+122
    j sun.jvm.hotspot.HotSpotAgent.setupDebugger()V+95
    j sun.jvm.hotspot.HotSpotAgent.go()V+1
    j sun.jvm.hotspot.HotSpotAgent.attach(Ljava/lang/String;Ljava/lang/String;)V+56
    j sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForCorefile(Lcom/sun/jdi/VirtualMachineManager;Ljava/lang/String;Ljava/lang/String;I)Lsun/jvm/hotspot/jdi/VirtualMachineImpl;+58
    v ~StubRoutines::call_stub
    V [libjvm.so+0x2c5ecd]
    V [libjvm.so+0x4523b8]
    V [libjvm.so+0x2c5d60]
    V [libjvm.so+0x49a08f]
    V [libjvm.so+0x49ca8c]
    V [libjvm.so+0x331e88]
    C [libjava.so+0x15224] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.jvm.hotspot.jdi.SACoreAttachingConnector.createVirtualMachine(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/jdi/VirtualMachine;+122
    j sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(Ljava/util/Map;)Lcom/sun/jdi/VirtualMachine;+90
    j com.sun.tools.example.debug.tty.VMConnection.attachTarget()Lcom/sun/jdi/VirtualMachine;+13
    j com.sun.tools.example.debug.tty.VMConnection.open()Lcom/sun/jdi/VirtualMachine;+33
    j com.sun.tools.example.debug.tty.Env.init(Ljava/lang/String;ZI)V+28
    j com.sun.tools.example.debug.tty.TTY.main([Ljava/lang/String;)V+1207
    v ~StubRoutines::call_stub
    V [libjvm.so+0x2c5ecd]
    V [libjvm.so+0x4523b8]
    V [libjvm.so+0x2c5d60]
    V [libjvm.so+0x2ef186]
    V [libjvm.so+0x2e082b]
    C [jdb+0x1af8] JavaMain+0x2c8
    C [libpthread.so.0+0x543b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach0(Ljava/lang/String;Ljava/lang/String;)V+0
    j sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach(Ljava/lang/String;Ljava/lang/String;)V+29
    j sun.jvm.hotspot.HotSpotAgent.attachDebugger()V+43
    j sun.jvm.hotspot.HotSpotAgent.setupDebuggerLinux()V+122
    j sun.jvm.hotspot.HotSpotAgent.setupDebugger()V+95
    j sun.jvm.hotspot.HotSpotAgent.go()V+1
    j sun.jvm.hotspot.HotSpotAgent.attach(Ljava/lang/String;Ljava/lang/String;)V+56
    j sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForCorefile(Lcom/sun/jdi/VirtualMachineManager;Ljava/lang/String;Ljava/lang/String;I)Lsun/jvm/hotspot/jdi/VirtualMachineImpl;+58
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.jvm.hotspot.jdi.SACoreAttachingConnector.createVirtualMachine(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/jdi/VirtualMachine;+122
    j sun.jvm.hotspot.jdi.SACoreAttachingConnector.attach(Ljava/util/Map;)Lcom/sun/jdi/VirtualMachine;+90
    j com.sun.tools.example.debug.tty.VMConnection.attachTarget()Lcom/sun/jdi/VirtualMachine;+13
    j com.sun.tools.example.debug.tty.VMConnection.open()Lcom/sun/jdi/VirtualMachine;+33
    j com.sun.tools.example.debug.tty.Env.init(Ljava/lang/String;ZI)V+28
    j com.sun.tools.example.debug.tty.TTY.main([Ljava/lang/String;)V+1207
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0xafd08c00 JavaThread "Thread-1" daemon [_thread_blocked, id=3682]
    0x0819b000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3680]
    0x08199400 JavaThread "CompilerThread1" daemon [_thread_blocked, id=3679]
    0x08198000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3678]
    0x08196c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3677]
    0x08183c00 JavaThread "Finalizer" daemon [_thread_blocked, id=3676]
    0x08183400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3675]
    =>0x08058000 JavaThread "main" [_thread_in_native, id=3654]
    Other Threads:
    0x08180800 VMThread [id=3671]
    0x0819c800 WatcherThread [id=3681]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 9280K, used 2718K [0xedca0000, 0xee6f0000, 0xf4e60000)
    eden space 8000K, 33% used [0xedca0000,0xedf47b40,0xee470000)
    from space 1280K, 0% used [0xee5b0000,0xee5b0000,0xee6f0000)
    to space 1280K, 0% used [0xee470000,0xee470000,0xee5b0000)
    PSOldGen total 84992K, used 0K [0xb4e60000, 0xba160000, 0xedca0000)
    object space 84992K, 0% used [0xb4e60000,0xb4e60000,0xba160000)
    PSPermGen total 16384K, used 3088K [0xb0e60000, 0xb1e60000, 0xb4e60000)
    object space 16384K, 18% used [0xb0e60000,0xb1164398,0xb1e60000)
    Dynamic libraries:
    00b31000-00b4a000 r-xp 00000000 fd:00 5932045 /lib/ld-2.5.so
    00b4a000-00b4b000 r-xp 00019000 fd:00 5932045 /lib/ld-2.5.so
    00b4b000-00b4c000 rwxp 0001a000 fd:00 5932045 /lib/ld-2.5.so
    00b4e000-00c88000 r-xp 00000000 fd:00 5932057 /lib/libc-2.5.so
    00c88000-00c8a000 r-xp 00139000 fd:00 5932057 /lib/libc-2.5.so
    00c8a000-00c8b000 rwxp 0013b000 fd:00 5932057 /lib/libc-2.5.so
    00c8b000-00c8e000 rwxp 00c8b000 00:00 0
    00c90000-00ca3000 r-xp 00000000 fd:00 5932059 /lib/libpthread-2.5.so
    00ca3000-00ca4000 r-xp 00012000 fd:00 5932059 /lib/libpthread-2.5.so
    00ca4000-00ca5000 rwxp 00013000 fd:00 5932059 /lib/libpthread-2.5.so
    00ca5000-00ca7000 rwxp 00ca5000 00:00 0
    00ca9000-00cab000 r-xp 00000000 fd:00 5932058 /lib/libdl-2.5.so
    00cab000-00cac000 r-xp 00001000 fd:00 5932058 /lib/libdl-2.5.so
    00cac000-00cad000 rwxp 00002000 fd:00 5932058 /lib/libdl-2.5.so
    00caf000-00cb6000 r-xp 00000000 fd:00 5932062 /lib/librt-2.5.so
    00cb6000-00cb7000 r-xp 00006000 fd:00 5932062 /lib/librt-2.5.so
    00cb7000-00cb8000 rwxp 00007000 fd:00 5932062 /lib/librt-2.5.so
    00d9b000-00dc0000 r-xp 00000000 fd:00 5932060 /lib/libm-2.5.so
    00dc0000-00dc1000 r-xp 00024000 fd:00 5932060 /lib/libm-2.5.so
    00dc1000-00dc2000 rwxp 00025000 fd:00 5932060 /lib/libm-2.5.so
    06000000-065a0000 r-xp 00000000 fd:00 16777229 /usr/java/jdk1.6.0_03/jre/lib/i386/server/libjvm.so
    065a0000-065db000 rwxp 005a0000 fd:00 16777229 /usr/java/jdk1.6.0_03/jre/lib/i386/server/libjvm.so
    065db000-069fc000 rwxp 065db000 00:00 0
    08048000-08052000 r-xp 00000000 fd:00 16810695 /usr/java/jdk1.6.0_03/bin/jdb
    08052000-08053000 rwxp 00009000 fd:00 16810695 /usr/java/jdk1.6.0_03/bin/jdb
    08053000-08289000 rwxp 08053000 00:00 0 [heap]
    afa00000-afa39000 rwxp afa00000 00:00 0
    afa39000-afb00000 ---p afa39000 00:00 0
    afb00000-afbf2000 rwxp afb00000 00:00 0
    afbf2000-afc00000 ---p afbf2000 00:00 0
    afcf7000-afcff000 r-xp 00000000 fd:00 16777232 /usr/java/jdk1.6.0_03/jre/lib/i386/libsaproc.so
    afcff000-afd00000 rwxp 00007000 fd:00 16777232 /usr/java/jdk1.6.0_03/jre/lib/i386/libsaproc.so
    afd00000-afe00000 rwxp afd00000 00:00 0
    afe60000-afe63000 ---p afe60000 00:00 0
    afe63000-afeb1000 rwxp afe63000 00:00 0
    afeb1000-afeb6000 r-xp 00000000 fd:00 5931062 /lib/libthread_db-1.0.so
    afeb6000-afeb7000 r-xp 00004000 fd:00 5931062 /lib/libthread_db-1.0.so
    afeb7000-afeb8000 rwxp 00005000 fd:00 5931062 /lib/libthread_db-1.0.so
    afecb000-afede000 r-xp 00000000 fd:00 16777249 /usr/java/jdk1.6.0_03/jre/lib/i386/libnet.so
    afede000-afedf000 rwxp 00013000 fd:00 16777249 /usr/java/jdk1.6.0_03/jre/lib/i386/libnet.so
    afedf000-afefe000 r-xs 00152000 fd:00 16810648 /usr/java/jdk1.6.0_03/lib/sa-jdi.jar
    afefe000-aff5b000 r-xs 00b3c000 fd:00 16811549 /usr/java/jdk1.6.0_03/lib/tools.jar
    aff5b000-aff5c000 ---p aff5b000 00:00 0
    aff5c000-affdc000 rwxp aff5c000 00:00 0
    affdc000-affdf000 ---p affdc000 00:00 0
    affdf000-b002d000 rwxp affdf000 00:00 0
    b002d000-b0030000 ---p b002d000 00:00 0
    b0030000-b00ae000 rwxp b0030000 00:00 0
    b00ae000-b00b1000 ---p b00ae000 00:00 0
    b00b1000-b012f000 rwxp b00b1000 00:00 0
    b012f000-b0132000 ---p b012f000 00:00 0
    b0132000-b0180000 rwxp b0132000 00:00 0
    b0180000-b0380000 r-xp 00000000 fd:00 15535906 /usr/lib/locale/locale-archive
    b0380000-b0383000 ---p b0380000 00:00 0
    b0383000-b03d1000 rwxp b0383000 00:00 0
    b03d1000-b03d4000 ---p b03d1000 00:00 0
    b03d4000-b0422000 rwxp b03d4000 00:00 0
    b0422000-b0423000 ---p b0422000 00:00 0
    b0423000-b04d3000 rwxp b0423000 00:00 0
    b04d3000-b064f000 r-xs 02c8f000 fd:00 16777319 /usr/java/jdk1.6.0_03/jre/lib/rt.jar
    b064f000-b0650000 ---p b064f000 00:00 0
    b0650000-b06d0000 rwxp b0650000 00:00 0
    b06d0000-b06d1000 ---p b06d0000 00:00 0
    b06d1000-b0751000 rwxp b06d1000 00:00 0
    b0751000-b0752000 ---p b0751000 00:00 0
    b0752000-b07d2000 rwxp b0752000 00:00 0
    b07d2000-b07d3000 ---p b07d2000 00:00 0
    b07d3000-b0853000 rwxp b07d3000 00:00 0
    b0853000-b0854000 ---p b0853000 00:00 0
    b0854000-b08d4000 rwxp b0854000 00:00 0
    b08d4000-b08d5000 ---p b08d4000 00:00 0
    b08d5000-b0955000 rwxp b08d5000 00:00 0
    b0955000-b0956000 ---p b0955000 00:00 0
    b0956000-b09d6000 rwxp b0956000 00:00 0
    b09d6000-b09d7000 ---p b09d6000 00:00 0
    b09d7000-b0a5f000 rwxp b09d7000 00:00 0
    b0a5f000-b0a77000 rwxp b0a5f000 00:00 0
    b0a77000-b0aa1000 rwxp b0a77000 00:00 0
    b0aa1000-b0c3f000 rwxp b0aa1000 00:00 0
    b0c3f000-b0c47000 rwxp b0c3f000 00:00 0
    b0c47000-b0c5f000 rwxp b0c47000 00:00 0
    b0c5f000-b0c89000 rwxp b0c5f000 00:00 0
    b0c89000-b0e26000 rwxp b0c89000 00:00 0
    b0e26000-b0e2c000 rwxp b0e26000 00:00 0
    b0e2c000-b0e5f000 rwxp b0e2c000 00:00 0
    b0e5f000-b1e60000 rwxp b0e5f000 00:00 0
    b1e60000-b4e60000 rwxp b1e60000 00:00 0
    b4e60000-ba160000 rwxp b4e60000 00:00 0
    ba160000-edca0000 rwxp ba160000 00:00 0
    edca0000-ee6f0000 rwxp edca0000 00:00 0
    ee6f0000-f4e60000 rwxp ee6f0000 00:00 0
    f4e63000-f4e6c000 rwxp f4e63000 00:00 0
    f4e6c000-f4f23000 rwxp f4e6c000 00:00 0
    f4f23000-f5163000 rwxp f4f23000 00:00 0
    f5163000-f7f23000 rwxp f5163000 00:00 0
    f7f23000-f7f32000 r-xp 00000000 fd:00 16777245 /usr/java/jdk1.6.0_03/jre/lib/i386/libzip.so
    f7f32000-f7f34000 rwxp 0000e000 fd:00 16777245 /usr/java/jdk1.6.0_03/jre/lib/i386/libzip.so
    f7f34000-f7f57000 r-xp 00000000 fd:00 16777241 /usr/java/jdk1.6.0_03/jre/lib/i386/libjava.so
    f7f57000-f7f59000 rwxp 00023000 fd:00 16777241 /usr/java/jdk1.6.0_03/jre/lib/i386/libjava.so
    f7f59000-f7f62000 r-xp 00000000 fd:00 5931048 /lib/libnss_files-2.5.so
    f7f62000-f7f63000 r-xp 00008000 fd:00 5931048 /lib/libnss_files-2.5.so
    f7f63000-f7f64000 rwxp 00009000 fd:00 5931048 /lib/libnss_files-2.5.so
    f7f64000-f7f77000 r-xp 00000000 fd:00 5931145 /lib/libnsl-2.5.so
    f7f77000-f7f78000 r-xp 00012000 fd:00 5931145 /lib/libnsl-2.5.so
    f7f78000-f7f79000 rwxp 00013000 fd:00 5931145 /lib/libnsl-2.5.so
    f7f79000-f7f7b000 rwxp f7f79000 00:00 0
    f7f82000-f7f8d000 r-xp 00000000 fd:00 16777240 /usr/java/jdk1.6.0_03/jre/lib/i386/libverify.so
    f7f8d000-f7f8e000 rwxp 0000b000 fd:00 16777240 /usr/java/jdk1.6.0_03/jre/lib/i386/libverify.so
    f7f8e000-f7f91000 ---p f7f8e000 00:00 0
    f7f91000-f7fe1000 rwxp f7f91000 00:00 0
    f7fe1000-f7fe8000 r-xp 00000000 fd:00 16777243 /usr/java/jdk1.6.0_03/jre/lib/i386/jli/libjli.so
    f7fe8000-f7fea000 rwxp 00006000 fd:00 16777243 /usr/java/jdk1.6.0_03/jre/lib/i386/jli/libjli.so
    f7fec000-f7ff4000 rwxs 00000000 fd:00 19562502 /tmp/hsperfdata_omnitrak/3653
    f7ff4000-f7ffa000 r-xp 00000000 fd:00 16777227 /usr/java/jdk1.6.0_03/jre/lib/i386/native_threads/libhpi.so
    f7ffa000-f7ffb000 rwxp 00006000 fd:00 16777227 /usr/java/jdk1.6.0_03/jre/lib/i386/native_threads/libhpi.so
    f7ffb000-f7ffc000 rwxp f7ffb000 00:00 0
    f7ffc000-f7ffd000 r-xp f7ffc000 00:00 0
    f7ffd000-f7ffe000 rwxp f7ffd000 00:00 0
    ff9fb000-ffa03000 rwxp ff9fb000 00:00 0 [stack]
    ffffe000-fffff000 r-xp ffffe000 00:00 0
    VM Arguments:
    jvm_args: -Dapplication.home=/usr/java/jdk1.6.0_03
    java_command: com.sun.tools.example.debug.tty.TTY -connect sun.jvm.hotspot.jdi.SACoreAttachingConnector:javaExecutable=/usr/java/jdk/bin/java,core=core.25602
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/java/jdk/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    LD_LIBRARY_PATH=/usr/java/jdk1.6.0_03/jre/lib/i386/server:/usr/java/jdk1.6.0_03/jre/lib/i386:/usr/java/jdk1.6.0_03/jre/../lib/i386
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x53c560], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x53c560], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x451a50], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x451a50], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x451a50], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x453a80], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x4534a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR2: [libjvm.so+0x453a80], sa_mask[0]=0x00000000, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux Client release 5.1 (Tikanga)
    uname:Linux 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 53248, NOFILE 1024, AS infinity
    load average:0.07 0.22 0.42
    CPU:total 8 (4 cores per cpu, 1 threads per core) family 6 model 7 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 6113940k(245496k free), swap 2097144k(2097144k free)
    vm_info: Java HotSpot(TM) Server VM (1.6.0_03-b05) for linux-x86, built on Sep 24 2007 22:32:39 by "java_re" with gcc 3.2.1-7a (J2SE release)

    Thank you for your responds!
    I'm not trying at all to transfer the core to a different system. I'm debugging on the same linux red hat box where the cores where produced and I'm using the JDB version from the same JDK that was used to run the app.
    I'm wondering what makes you think that I'm possibly mixing core files?
    Here is the output that JDB generates when I define LIBSAPROC_DEBUG=1. This is the case when JDB crashes:
    $ jdb -connect sun.jvm.hotspot.jdi.SACoreAttachingConnector:javaExecutable=/usr/java/jdk/bin/java,core=core.23850
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24310
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x0
    libsaproc DEBUG: ebx = 0x5d2a
    libsaproc DEBUG: ecx = 0x5ef6
    libsaproc DEBUG: edx = 0x6
    libsaproc DEBUG: esp = 0x324fd0e4
    libsaproc DEBUG: ebp = 0x324fd0e4
    libsaproc DEBUG: esi = 0x324fd19c
    libsaproc DEBUG: edi = 0x78eff4
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 3 and n_descsz = 124
    libsaproc DEBUG: Note header with n_type = 6 and n_descsz = 144
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 27070
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffe00
    libsaproc DEBUG: ebx = 0xa
    libsaproc DEBUG: ecx = 0x312edad8
    libsaproc DEBUG: edx = 0x33f4d1a4
    libsaproc DEBUG: esp = 0x312edac0
    libsaproc DEBUG: ebp = 0x312edac0
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x2000
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 27063
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffe00
    libsaproc DEBUG: ebx = 0xa
    libsaproc DEBUG: ecx = 0x334fccd8
    libsaproc DEBUG: edx = 0x33f4d1a4
    libsaproc DEBUG: esp = 0x334fccc0
    libsaproc DEBUG: ebp = 0x334fccc0
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x2000
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 1754
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x32baab38
    libsaproc DEBUG: ecx = 0x1
    libsaproc DEBUG: edx = 0x6ddd00
    libsaproc DEBUG: esp = 0x32baaaf0
    libsaproc DEBUG: ebp = 0x32baaaf0
    libsaproc DEBUG: esi = 0x1eed0
    libsaproc DEBUG: edi = 0x78eff4
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24325
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x834486c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x306bf
    libsaproc DEBUG: esp = 0x32bfdda8
    libsaproc DEBUG: ebp = 0x32bfdda8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x306bf
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24319
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x831e8cc
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x2d49f7
    libsaproc DEBUG: esp = 0x33259cb0
    libsaproc DEBUG: ebp = 0x33259cb0
    libsaproc DEBUG: esi = 0x33259cc4
    libsaproc DEBUG: edi = 0x2d49f7
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24318
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x83783a4
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x38dd3
    libsaproc DEBUG: esp = 0x3330ab30
    libsaproc DEBUG: ebp = 0x3330ab30
    libsaproc DEBUG: esi = 0x3330ab44
    libsaproc DEBUG: edi = 0x38dd3
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24317
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x1
    libsaproc DEBUG: ebx = 0x827bb60
    libsaproc DEBUG: ecx = 0x1
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x3335bb0c
    libsaproc DEBUG: ebp = 0x3335bb0c
    libsaproc DEBUG: esi = 0x3335bbb8
    libsaproc DEBUG: edi = 0x827bb60
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24316
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8082d14
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x33d5ca98
    libsaproc DEBUG: ebp = 0x33d5ca98
    libsaproc DEBUG: esi = 0x33d5caac
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24315
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8378204
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x334adac8
    libsaproc DEBUG: ebp = 0x334adac8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24314
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x19
    libsaproc DEBUG: ebx = 0x33f164cc
    libsaproc DEBUG: ecx = 0x9b
    libsaproc DEBUG: edx = 0x39f99940
    libsaproc DEBUG: esp = 0x320f9a14
    libsaproc DEBUG: ebp = 0x1e
    libsaproc DEBUG: esi = 0x2
    libsaproc DEBUG: edi = 0x39f975a0
    libsaproc DEBUG: eip = 0x33f0e054
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24313
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x39c534e0
    libsaproc DEBUG: ebx = 0x33f164cc
    libsaproc DEBUG: ecx = 0x321fabba
    libsaproc DEBUG: edx = 0x6
    libsaproc DEBUG: esp = 0x321faa70
    libsaproc DEBUG: ebp = 0x321faa7c
    libsaproc DEBUG: esi = 0x2
    libsaproc DEBUG: edi = 0x39c53478
    libsaproc DEBUG: eip = 0x33f1028e
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24312
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x29
    libsaproc DEBUG: ebx = 0x39bd4780
    libsaproc DEBUG: ecx = 0x1
    libsaproc DEBUG: edx = 0x2400d1a2
    libsaproc DEBUG: esp = 0x322fbc50
    libsaproc DEBUG: ebp = 0x322fbc7c
    libsaproc DEBUG: esi = 0x33f167a8
    libsaproc DEBUG: edi = 0xf9000607
    libsaproc DEBUG: eip = 0x33f0ef54
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24311
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x827ac04
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x137ee7
    libsaproc DEBUG: esp = 0x323fcd28
    libsaproc DEBUG: ebp = 0x323fcd28
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x137ee7
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24309
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x6
    libsaproc DEBUG: ebx = 0x3a5c0970
    libsaproc DEBUG: ecx = 0x2
    libsaproc DEBUG: edx = 0xb
    libsaproc DEBUG: esp = 0x325febd0
    libsaproc DEBUG: ebp = 0x3a5c1cdc
    libsaproc DEBUG: esi = 0x6
    libsaproc DEBUG: edi = 0x4
    libsaproc DEBUG: eip = 0x33f0ef06
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24308
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x5
    libsaproc DEBUG: ebx = 0x3a98cb48
    libsaproc DEBUG: ecx = 0x2
    libsaproc DEBUG: edx = 0x9
    libsaproc DEBUG: esp = 0x32cfea50
    libsaproc DEBUG: ebp = 0x3a98dde8
    libsaproc DEBUG: esi = 0x5
    libsaproc DEBUG: edi = 0x5
    libsaproc DEBUG: eip = 0x33f0f084
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24307
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0x8
    libsaproc DEBUG: ebx = 0x3a1fd104
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x6
    libsaproc DEBUG: esp = 0x3345c984
    libsaproc DEBUG: ebp = 0x3345c984
    libsaproc DEBUG: esi = 0x29
    libsaproc DEBUG: edi = 0x0
    libsaproc DEBUG: eip = 0x33f0f210
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24304
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x82ee0ac
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x332aad90
    libsaproc DEBUG: ebp = 0x332aad90
    libsaproc DEBUG: esi = 0x332aada4
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24015
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x856427c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x33b5ca90
    libsaproc DEBUG: ebp = 0x33b5ca90
    libsaproc DEBUG: esi = 0x33b5caa4
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24014
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x818b8e4
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x3
    libsaproc DEBUG: esp = 0x33bada98
    libsaproc DEBUG: ebp = 0x33bada98
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x3
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24013
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffe00
    libsaproc DEBUG: ebx = 0x5
    libsaproc DEBUG: ecx = 0x33bfedd0
    libsaproc DEBUG: edx = 0x33f4d1a4
    libsaproc DEBUG: esp = 0x33bfedb8
    libsaproc DEBUG: ebp = 0x33bfedb8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x827e400
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24011
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x828951c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x33dadcd8
    libsaproc DEBUG: ebp = 0x33dadcd8
    libsaproc DEBUG: esi = 0x33dadcec
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 24010
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x849caac
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x33dfec68
    libsaproc DEBUG: ebp = 0x33dfec68
    libsaproc DEBUG: esi = 0x33dfec7c
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23868
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x80c213c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x34090f78
    libsaproc DEBUG: ebp = 0x34090f78
    libsaproc DEBUG: esi = 0x34090f8c
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23867
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x819e294
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0x340e2018
    libsaproc DEBUG: ebp = 0x340e2018
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23866
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8199a5c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x434
    libsaproc DEBUG: esp = 0x34162e48
    libsaproc DEBUG: ebp = 0x34162e48
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x434
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23865
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8199a5c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x432
    libsaproc DEBUG: esp = 0x341e3ec8
    libsaproc DEBUG: ebp = 0x341e3ec8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x432
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23864
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x65e80a0
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x0
    libsaproc DEBUG: esp = 0x34234fb0
    libsaproc DEBUG: ebp = 0x34234fb0
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0xffc
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23863
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x818ba8c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x289
    libsaproc DEBUG: esp = 0x34485de0
    libsaproc DEBUG: ebp = 0x34485de0
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x289
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23862
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x81887d4
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x2b3
    libsaproc DEBUG: esp = 0x344d6c90
    libsaproc DEBUG: ebp = 0x344d6c90
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x2b3
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23861
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x31e0548c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x3
    libsaproc DEBUG: esp = 0x345580d8
    libsaproc DEBUG: ebp = 0x345580d8
    libsaproc DEBUG: esi = 0x345580ec
    libsaproc DEBUG: edi = 0x3
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23860
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e9b
    libsaproc DEBUG: esp = 0x34784f68
    libsaproc DEBUG: ebp = 0x34784f68
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e9b
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23859
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e9a
    libsaproc DEBUG: esp = 0x34805fe8
    libsaproc DEBUG: ebp = 0x34805fe8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e9a
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23858
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e9c
    libsaproc DEBUG: esp = 0x34886e68
    libsaproc DEBUG: ebp = 0x34886e68
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e9c
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23857
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e99
    libsaproc DEBUG: esp = 0x34907ee8
    libsaproc DEBUG: ebp = 0x34907ee8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e99
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23856
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e98
    libsaproc DEBUG: esp = 0x34989168
    libsaproc DEBUG: ebp = 0x34989168
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e98
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23855
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e97
    libsaproc DEBUG: esp = 0x34a0a1e8
    libsaproc DEBUG: ebp = 0x34a0a1e8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e97
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23854
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e96
    libsaproc DEBUG: esp = 0x34a8b068
    libsaproc DEBUG: ebp = 0x34a8b068
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e96
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23853
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x8096674
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x161e95
    libsaproc DEBUG: esp = 0x34b0c0e8
    libsaproc DEBUG: ebp = 0x34b0c0e8
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x161e95
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23852
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0x33e5e19c
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x1
    libsaproc DEBUG: esp = 0xf7fde228
    libsaproc DEBUG: ebp = 0xf7fde228
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x1
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: Note header with n_type = 1 and n_descsz = 144
    libsaproc DEBUG: got integer regset for lwp 23850
    libsaproc DEBUG: integer regset
    libsaproc DEBUG: eax = 0xfffffffc
    libsaproc DEBUG: ebx = 0xf7fdebd8
    libsaproc DEBUG: ecx = 0x0
    libsaproc DEBUG: edx = 0x5d2c
    libsaproc DEBUG: esp = 0xffb93630
    libsaproc DEBUG: ebp = 0xffb93630
    libsaproc DEBUG: esi = 0x0
    libsaproc DEBUG: edi = 0x7a8ff4
    libsaproc DEBUG: eip = 0xffffe410
    libsaproc DEBUG: Note header with n_type = 2 and n_descsz = 108
    libsaproc DEBUG: Note header with n_type = 1189489535 and n_descsz = 512
    libsaproc DEBUG: ELF interpreter /lib/ld-linux.so.2
    libsaproc DEBUG: address of _DYNAMIC is 0x8052548
    libsaproc DEBUG: ---- sorted virtual address map ----
    libsaproc DEBUG: base = 0x64f000 size = 4096
    libsaproc DEBUG: base = 0x650000 size = 4096
    libsaproc DEBUG: base = 0x78d000 size = 8192
    libsaproc DEBUG: base = 0x78f000 size = 4096
    libsaproc DEBUG: base = 0x790000 size = 12288
    libsaproc DEBUG: base = 0x7a8000 size = 4096
    libsaproc DEBUG: base = 0x7a9000 size = 4096
    libsaproc DEBUG: base = 0x7aa000 size = 8192
    libsaproc DEBUG: base = 0x7b0000 size = 4096
    libsaproc DEBUG: base = 0x7b1000 size = 4096
    libsaproc DEBUG: base = 0x879000 size = 4096
    libsaproc DEBUG: base = 0x87a000 size = 4096
    libsaproc DEBUG: base = 0x884000 size = 4096
    libsaproc DEBUG: base = 0x885000 size = 4096
    libsaproc DEBUG: base = 0xc37000 size = 16384
    libsaproc DEBUG: base = 0xc3b000 size = 4096
    libsaproc DEBUG: base = 0xc3c000 size = 24576
    libsaproc DEBUG: base = 0xd38000 size = 4096
    libsaproc DEBUG: base = 0x6000000 size = 5898240
    libsaproc DEBUG: base = 0x65a0000 size = 241664
    libsaproc DEBUG: base = 0x65db000 size = 4329472
    libsaproc DEBUG: base = 0x8048000 size = 38100
    libsaproc DEBUG: base = 0x8052000 size = 4096
    libsaproc DEBUG: base = 0x8053000 size = 14032896
    libsaproc DEBUG: base = 0x30f00000 size = 1007616
    libsaproc DEBUG: base = 0x31100000 size = 1048576
    libsaproc DEBUG: base = 0x312a0000 size = 12288
    libsaproc DEBUG: base = 0x312a3000 size = 319488
    libsaproc DEBUG: base = 0x3133a000 size = 16384
    libsaproc DEBUG: base = 0x31344000 size = 753664
    libsaproc DEBUG: base = 0x313fc000 size = 16384
    libsaproc DEBUG: base = 0x31400000 size = 929792
    libsaproc DEBUG: base = 0x31500000 size = 1028096
    libsaproc DEBUG: base = 0x31600000 size = 966656
    libsaproc DEBUG: base = 0x31700000 size = 1028096
    libsaproc DEBUG: base = 0x31800000 size = 991232
    libsaproc DEBUG: base = 0x31900000 size = 1044480
    libsaproc DEBUG: base = 0x31a00000 size = 1032192
    libsaproc DEBUG: base = 0x31b00000 size = 1032192
    libsaproc DEBUG: base = 0x31c00000 size = 1003520
    libsaproc DEBUG: base = 0x31d51000 size = 319488
    libsaproc DEBUG: base = 0x31df9000 size = 28672
    libsaproc DEBUG: base = 0x31e00000 size = 1048576
    libsaproc DEBUG: base = 0x31f03000 size = 552960
    libsaproc DEBUG: base = 0x31f8a000 size = 20480
    libsaproc DEBUG: base = 0x31f90000 size = 331776
    libsaproc DEBUG: base = 0x31fe1000 size = 8192
    libsaproc DEBUG: base = 0x31ffa000 size = 12288
    libsaproc DEBUG: base = 0x31ffd000 size = 1040384
    libsaproc DEBUG: base = 0x320fb000 size = 12288
    libsaproc DEBUG: base = 0x320fe000 size = 1040384
    libsaproc DEBUG: base = 0x321fc000 size = 12288
    libsaproc DEBUG: base = 0x321ff000 size = 1040384
    libsaproc DEBUG: base = 0x322fd000 size = 12288
    libsaproc DEBUG: base = 0x32300000 size = 1040384
    libsaproc DEBUG: base = 0x323fe000 size = 12288
    libsaproc DEBUG: base = 0x32401000 size = 1040384
    libsaproc DEBUG: base = 0x324ff000 size = 12288
    libsaproc DEBUG: base = 0x32502000 size = 1957888
    libsaproc DEBUG: base = 0x32700000 size = 1024000
    libsaproc DEBUG: base = 0x32800000 size = 2072576
    libsaproc DEBUG: base = 0x32a00000 size = 1040384
    libsaproc DEBUG: base

  • Core dump when starting extract, no error messages

    Hello,
    This is a basic one way replication, Data Pump and Replicat start but Extract stops at once.
    In ggserr.log there's only a message: EXTRACT EORATE02 starting, nothing else. In ggsci it can be seen that it's stopped.
    CHECKPARAMS didn't give the message "Parameters processed successfully", neither did it give error messages
    when starting the extract.
    There are no old Oracle processes which could prevent Extract from starting.
    There's EORATE02.pce in dirpcs, although EORATE02 is not running. If I delete it and try to start the extract,
    the extract will immediately stop.
    A core file has been created in GG_HOME when trying to start the extract. I haven't been able to find out how to read it.
    Source and target are on Aix 6100-06. The source database is Oracle 10.1.0.5, target database is Oracle 11.2.0.3.
    The installation files are V32435-01.zip for db 10.1.0.5 (ggs_AIX_ppc_ora10.1_64bit.tar), V32437-01.zip
    for db 11.2.0.3 (ggs_AIX_ppc_ora11g_64bit.tar). This is GoldenGate 11.2.1.0.1.
    The db:s are on Asm.
    There's only 1 table in source, 1 in target, they are identical and empty.
    There's enough space in the OS.
    If I run the extract in OS (extract paramfile dirprm/eorate02.prm), it ends like this without more information:
    TRANLOGOPTIONS ASMUSER ggs_owner@HOSTNAME:1521/+ASM , ASMPASSWORD *********
    Abort(coredump)
    This happens in both ways of extract described below.
    (1)
    EXTRACT EORATE02
    USERID ggs_owner, PASSWORD [PASSWORD]
    EXTTRAIL ./dirdat/data02/te
    TRANLOGOPTIONS ASMUSER ggs_owner@HOSTNAME:1521/+ASM , ASMPASSWORD [PASSWORD]
    TABLE USER.myobjects2;
    (2)
    EXTRACT EORATE02
    USERID ggs_owner, PASSWORD [PASSWORD]
    EXTTRAIL ./dirdat/data02/te
    tranlogoptions COMPLETEARCHIVEDLOGONLY ALTARCHIVELOGDEST /backup/arch_log/abcd/ABCD/archivelog
    TRANLOGOPTIONS ASMUSER ggs_owner@HOSTNAME:1521/+ASM , ASMPASSWORD [PASSWORD]
    TABLE USER.myobjects2;
    Here's more information on this setup and commands which have been used:
    add extract EORATE02 tranlog begin now, threads 1
    add exttrail ./dirdat/data02/te, extract EORATE02, megabytes 5
    EXTRACT EPMPTE02
    PASSTHRU
    RMTHOST HOSTNAME, MGRPORT 13447
    RMTTRAIL /u01/app/oracle/gg11210/for_11g/dirdat/data02/tr
    TABLE USER.myobjects2;
    ADD EXTRACT EPMPTE02 EXTTRAILSOURCE ./dirdat/data02/te
    ADD RMTTRAIL /u01/app/oracle/gg11210/for_db11/dirdat/data02/tr EXTRACT EPMPTE02, MEGABYTES 5
    Target
    REPLICAT RORATE02
    USERID ggs_owner, PASSWORD [PASSWORD]
    HANDLECOLLISIONS
    ASSUMETARGETDEFS
    DISCARDFILE ./dirrpt/RORATE02.DSC, PURGE
    MAP USER.MYOBJECTS2, TARGET USER.MYOBJECTS2;
    add replicat RORATE02, exttrail /u01/app/oracle/gg11210/for_11g/dirdat/data02/tr
    add checkpointtable ggs_owner.ggschkpt
    Grants
    Source:
    grant connect, resource to ggs_owner;
    grant select any dictionary, select any table to ggs_owner;
    grant create table, alter any table to ggs_owner;
    grant flashback any table to ggs_owner;
    grant execute on dbms_flashback to ggs_owner;
    grant execute on utl_file to ggs_owner;
    grant create session, alter session to ggs_owner;
    Target:
    grant create session, alter session, resource, connect, select any dictionary to ggs_owner;
    grant select any table, insert any table, update any table, delete any table to ggs_owner;
    grant create table, alter any table, lock any table to ggs_owner;
    Source
    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (ALL) COLUMNS;
    ggsci add trandata USER.myobjects2
    mgr.prm
    --GoldenGate Manager parameter file
    PORT 13346
    Target
    GLOBALS
    CHECKPOINTTABLE ggs_owner.ggschkpt
    mgr.prm
    --GoldenGate Manager parameter file
    PORT 13447
    Thanks for reading this far. Possible comments will be much appreciated!
    Best regards
    Edited by: user11323660 on 14.6.2012 6:39
    Edited by: user11323660 on 14.6.2012 6:41

    Hello,
    Could you wrap your process definitions in proper code brackets so its easier to understand.
    Also I'm not sure what your problem is other then you are receiving core dumps. I'm happy to help.
    Two small comment though regarding your ASM config
    1 . Dont not use ggs_owner as the asm user
    TRANLOGOPTIONS ASMUSER ggs_owner@HOSTNAME:1521/+ASM , ASMPASSWORD *********2. Create a TNSNAMES entry for your ASM instance and tehn use the following:
    TRANLOGOPTIONS ASMUSER SYS@ASM, ASMPASSWORD *****Also here is an example of an extract process that I've setup on RAC database with ASM
    EXTRACT EWFMMTLP
    EXTTRAIL ./dirdat/ew
    USERID GGATE@MY_DB, PASSWORD ggatehcc
    DDLOPTIONS ADDTRANDATA RETRYOP RETRYDELAY 20 MAXRETRIES 5 REPORT
    TRANLOGOPTIONS EXCLUDEUSER ggate
    TRANLOGOPTIONS ASMUSER SYS@ASM, ASMPASSWORD ****
    TRANLOGOPTIONS ALTARCHIVELOGDEST /u02/oracle/fast_recovery_area/MY_DB/archivelog
    TRANLOGOPTIONS PURGEORPHANEDTRANSACTIONS
    STATOPTIONS RESETREPORTSTATS
    REPORT AT 00:01
    REPORTROLLOVER AT 00:01
    REPORTCOUNT EVERY 60 SECONDS, RATELet me know if that helps
    Jan S.

Maybe you are looking for