|
From: Alex <a-...@gm...> - 2003-11-14 14:02:38
|
Here is another stack call trace of an segmentation fault. The first one
I posted was with glibc "libc6 232.ds1-10 (unstable)" on a debian
linux server. This second seg fault was with glibc "libc6 2.3.2-9
(testing)".
the seg fault again occured in libpthread.so.0.
I'll now try oldest available glibc "libc6 2.2.5-11.5". But I can't
imagine it will help.
It seems that there is going something wrong with FB 1.5 SS on debian linux.
alex
[New Thread 2310286 (LWP 20424)]
[New Thread 2326671 (LWP 20425)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2326671 (LWP 20425)]
0x00255ada in pthread_mutex_unlock () from /lib/libpthread.so.0
(gdb) bt
#0 0x00255ada in pthread_mutex_unlock () from /lib/libpthread.so.0
#1 0x0805f31c in THD_mutex_unlock (mutex=0x838b0000) at
../src/jrd/thd.cpp:522
#2 0x081df266 in INUSE_cleanup(iuo*, void (*)()) (inuse=0x258b41,
cleanup_routine=0x805f2f8 <THD_mutex_unlock>)
at ../src/jrd/inuse.cpp:64
#3 0x08075097 in JRD_restore_context () at ../src/jrd/jrd.cpp:4488
#4 0x080768d6 in handle_error (user_status=0xaddff92c, code=335544328,
tdbb=0xaddfb6dc) at ../src/jrd/jrd.cpp:5476
#5 0x080752ee in check_blob (tdbb=0xaddfb6dc, user_status=0xaddff92c,
blob_handle=0x8335b84) at ../src/jrd/jrd.cpp:4621
#6 0x08071ae8 in jrd8_get_segment (user_status=0xaddff92c,
blob_handle=0x8335b84, length=0xaddff992, buffer_length=16382,
buffer=0xaddfb92e "GIF89a\226") at ../src/jrd/jrd.cpp:2608
#7 0x08066e58 in isc_get_segment (user_status=0xaddff92c,
blob_handle=0x8335a98, length=0xaddff992, buffer_length=16382,
buffer=0xaddfb92e "GIF89a\226") at ../src/jrd/why.cpp:3473
#8 0x080519e3 in port::get_segment(p_sgmt*, packet*) (this=0x8381e24,
segment=0x8499d2c, send=0x8499950)
at ../src/remote/server.cpp:2399
#9 0x08052faa in process_packet(port*, packet*, packet*, port**)
(port=0x8381e24, send=0x8499950, receive=0x8499bd0,
result=0xaddffac0) at ../src/remote/server.cpp:3169
#10 0x0805545b in thread (flags=0x2) at ../src/remote/server.cpp:4844
#11 0x00254c11 in pthread_start_thread () from /lib/libpthread.so.0
#12 0x00254c8f in pthread_start_thread_event () from /lib/libpthread.so.0
#13 0x0039c907 in clone () from /lib/libc.so.6
|