Dalibor Topic ([EMAIL PROTECTED]) wrote:
> --- Greg Wooledge <[EMAIL PROTECTED]> wrote:

> > assertion "tid->status != THREAD_RUNNING" failed:
> > file "jthread.c", line 1941
> 
> could you load the core file in gdb, and source
> developers/gdbinit and post the output of "intbt"
> command?

I can't seem to figure out how this command is supposed to work.

(gdb) bt
#0  0x400ed27b in kill ()
#1  0x400ecbd7 in abort ()
#2  0x400a7f53 in __assert ()
#3  0x40059939 in jmutex_unlock (lock=0x309dd90) at jthread.c:1941
#4  0x40044bf1 in slowUnlockMutex (lkp=0x2ea485c, where=0x9f65c48)
    at ksem.h:116
#5  0x4004517a in _unlockMutex (lkp=0x2ea485c, where=0x9f65c48) at locks.c:509
[...]
(gdb) intbt 3 5
#3  0x40059939 in jmutex_unlock (lock=0x309dd90) at jthread.c:1941
1941                    assert(tid->status != THREAD_RUNNING);
No symbol "meth" in current context.
(gdb) intbt 4 5
#4  0x40044bf1 in slowUnlockMutex (lkp=0x2ea485c, where=0x9f65c48)
    at ksem.h:116
116             jmutex_unlock(&sem->mux);
No symbol "meth" in current context.

-- 
Greg Wooledge                  |   "Truth belongs to everybody."
[EMAIL PROTECTED]              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |

Attachment: msg01281/pgp00000.pgp
Description: PGP signature

Reply via email to