Port-i386 archive

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

Re: trouble with libpthread. [SEC=UNCLASSIFIED]



On Wed, Aug 27, 2008 at 04:06:31PM +1000, Paul (NCC/CS.) wrote:
> su% gtkpod 
> gtkpod: Error detected by libpthread: Unlocking unlocked mutex.
> Detected by file
> "/home/builds/ab/netbsd-4-0-RELEASE/src/lib/libpthread/pthread_mutex.c",
> line 363, function "pthread_mutex_unlock".
> See pthread(3) for information.
> Abort (core dumped)
> su% 

This is a problem in the application. Load the app and the core into
gdb (like: gdb /usr/pkg/bin/gtkpod gtkpod.core) and then do a "trace".
If there is an easy way to build gtkpod with -g added to CFLAGS, that
would help even more.

Martin


Home | Main Index | Thread Index | Old Index