NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: thread-stub related query



On Fri, Jul 03, 2009 at 03:51:30PM +0530, Channa wrote:
> All the below functions in thread-stub
> 
> __libc_mutex_init()
> __libc_mutex_lock()
> __libc_mutex_trylock()
> __libc_mutex_unlock()
> __libc_mutex_destroy()
> 
> Send SIGABRT signal when __isthreaded is set.

In NetBSD this means you have a threaded program not linked with -pthread,
i.e. something has gone very wrong when creating the binary. That's what the
abort is catching - you need to rebuild your binary with proper compiler
options.

I am not sure how this translates into your environment though.

Martin


Home | Main Index | Thread Index | Old Index