Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2005 22:35:46 +0300
From:      Petri Helenius <pete@he.iki.fi>
To:        Roman Streltsov <rstreltsov@elcat.kg>
Cc:        freebsd-threads@freebsd.org
Subject:   Re: Strange backtrace
Message-ID:  <428E3C12.2030904@he.iki.fi>
In-Reply-To: <200505201344.38037.rstreltsov@elcat.kg>
References:  <200505201344.38037.rstreltsov@elcat.kg>

next in thread | previous in thread | raw e-mail | index | archive | help
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
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?428E3C12.2030904>