Reply To: Crash on openSUSE 10.2

#10355
gmichelson
Participant

Okay, after running under debugger it crashes with following message :

Status inquiry
Processing rendezvous message
select(11, 5.000000)
Returning status 0

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1090525504 (LWP 987)]
0x00002afbff88bb9e in __find_specmb () from /lib64/libc.so.6
(gdb) select(11, 0.813476)
select(11, 0.100585)

and here is trace :

#0 0x00002afbff88bb9e in __find_specmb () from /lib64/libc.so.6
#1 0x00002afbff8706e1 in vfprintf () from /lib64/libc.so.6
#2 0x00002afbff89574a in vsnprintf () from /lib64/libc.so.6
#3 0x00000000004170cc in xml_output (pxml=0x677a00, section=0x445ed4 “name”,
fmt=0xffffffffffffffa0

) at xml-rpc.c:307
#4 0x000000000041739f in xml_get_stats (pwsc=) at xml-rpc.c:549
#5 0x000000000040a147 in config_handler (pwsc=0x677830) at configfile.c:438
#6 0x00000000004088c0 in ws_dispatcher (arg=) at webserver.c:986
#7 0x00002afbfe82609e in start_thread () from /lib64/libpthread.so.0
#8 0x00002afbff8f04cd in clone () from /lib64/libc.so.6
#9 0x0000000000000000 in ?? ()

Let me know if I can provide any other information !

George