[kaffe] core dump, assertion failed (THREAD_RUNNING)
Greg Wooledge
greg at wooledge.org
Sat Jan 11 06:22:01 PST 2003
Dalibor Topic (robilad at yahoo.com) wrote:
> --- Greg Wooledge <greg at wooledge.org> 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."
greg at wooledge.org | - The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/20030111/b750b299/attachment-0003.pgp
More information about the kaffe
mailing list