Hi,
Got an app that coredumps and the app developer is blaming the O/S install as
the problem. This is the truss output (last part shown):
shmdt(0xFF120000) = 0
stat64("/bto/sys/wmc4.1.7", 0xFFBFD998) = 0
shmget(1358958591, 0, 0644) = 8
shmat(8, 0, 0) = 0xFF120000
stat("/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1", 0xFFBFC748) = 0
resolvepath("/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1",
"/platform/sun4u/lib/libc_psr.so.1", 1023) = 33
open("/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1", O_RDONLY) = 3
mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) =
0xFF0D0000
mmap(0x00002000, 16384, PROT_NONE,
MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF0D8000
mmap(0xFF0D8000, 13512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3,
0) = 0xFF0D8000
mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON,
-1, 0) = 0xFF0C0000
close(3) = 0
munmap(0xFF0D0000, 8192) = 0
stat("/proc/06139", 0xFFBFDAF4) = 0
shmdt(0xFF120000) = 0
Incurred fault #6, FLTBOUNDS %pc = 0x0001C88C
siginfo: SIGSEGV SEGV_MAPERR addr=0xFF2707B0
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0xFF2707B0
This is the pstack output:
m0072057_wmc:pstack core
core 'core' of 22652: qlsc list -a wmc -q 8
0001c88c IDtoPATH (ffbfda30, 112, ff2707ac, ff3806ec, 278d, de9) + 14
0001c390 openMsg (ff1866c0, 112, 46800, 336, 30578, ffbfda30) + 15c
00013228 qlist (ffbfdc68, 0, 1, ff170000, 80808080, 77148) + 304
00012b18 main (58c, 14, 12000, 76b70, 1, 32e68) + 780
00011f48 _start (0, 0, 0, 0, 0, 0) + 108
m0072057_wmc:
Can anyone here tell me if these outputs contain any hints as to what might be
the problem? This is Solaris 10 and the main difference between our server and
the application developers is the level of the kernel patches (ours is later
than theirs).
Wayne
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]