bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Simple multi-threading...


From: Christian Anthon
Subject: Re: [Bug-gnubg] Simple multi-threading...
Date: Sat, 6 Jan 2007 01:20:27 +0100

A closing after analysis crash:



On 1/6/07, Christian Anthon <address@hidden> wrote:GThread-ERROR
**: file gthread-posix.c: line 160 (): error 'Device or resource busy'
during 'pthread_mutex_destroy ((pthread_mutex_t *) mutex)'
aborting...

Program received signal SIGABRT, Aborted.
[Switching to Thread 47450082886384 (LWP 4539)]
0x00002b27d425c419 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x00002b27d425c419 in raise () from /lib/libc.so.6
#1  0x00002b27d425da4e in abort () from /lib/libc.so.6
#2  0x00002b27d30aeb16 in g_logv () from /usr/lib/libglib-2.0.so.0
#3  0x00002b27d30aeba3 in g_log () from /usr/lib/libglib-2.0.so.0
#4  0x00002b27d0ee4a55 in ?? () from /usr/lib/libgthread-2.0.so.0
#5  0x00000000004bca27 in MT_Close () at multithread.c:374
#6  0x0000000000449fe2 in EvalShutdown () at eval.c:681
#7  0x000000000043fd16 in Shutdown () at gnubg.c:4078
#8  0x0000000000449dba in main (argc=1, argv=0x7fffda01e368) at gnubg.c:7485

where line 373- in multithread.c reads

#ifdef GLIB_THREADS
        g_mutex_free(td.queueLock);
        g_mutex_free(td.condMutex);
        g_cond_free(td.activity);
        g_cond_free(td.alldone);
#else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]