Date: Fri, 20 May 2005 13:44:37 +0600 From: Roman Streltsov <rstreltsov@elcat.kg> To: freebsd-threads@freebsd.org Subject: Strange backtrace Message-ID: <200505201344.38037.rstreltsov@elcat.kg>
next in thread | raw e-mail | index | archive | help
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? Please, CC me Regards -- Roman Streltsov rstrletsov@elcat.kg Elcat, Kyrgyzstan www.elcat.kg VoIP department www.voip.kg +996312664400 +996312666287 (direct line)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505201344.38037.rstreltsov>