Strange backtrace

Petri Helenius pete at he.iki.fi
Fri May 20 19:35:11 GMT 2005


Roman Streltsov wrote:

>Hello list,
>
>I've faced with odd thing. Some time my multhithread demon crahes with signal 11, Segmentation fault.
>
>After backtrace I see:
>(gdb) backtrace
>#0  0x28c4e31b in pthread_testcancel () from /usr/lib/libpthread.so.1
>#1  0x28c46902 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1
>#2  0x00000000 in ?? ()
>
>I haven't direct call those functions. 
>ldd gets only one thread library linked with the binary file.
>
>Can anybody hint me about path for resolve the issue?
>
>  
>
Look at "info threads" to see all threads you had executing at the time 
of the crash.

Pete

>Please, CC me
>
>Regards
>  
>



More information about the freebsd-threads mailing list