Re: panic: deadlock in setrunqueue

From: Julian Elischer <julian_at_elischer.org>
Date: Wed, 08 Sep 2004 12:30:09 -0700
wow that's a lot of threaded processes :-)

is this with SCHED_4BSD? (looks like it).

interestigly the thread that is being originally put on the run queueu 
(0xc1536320) doesn't appear in teh ps at all!

as you have the coredump, can you look at that thread structure?
also look at the td_sched field and what it points to..
you may need to do
p *((struct td_sched *)(struct thread *)0xc1536320->td_sched)

you could get to it by going
"up 13" and looking at teh structures pointed to by: td, newtd, 
td->td_ksegrp, 
newtd->td_ksegrp td->td_proc, and newtd->td_proc
(if it is a different proc to the other one).


Peter Holm wrote:

>With GENERIC current from 8 Sep 06:55 UTC.
>Details at http://www.holm.cc/stress/log/cons72.html
>  
>
Received on Wed Sep 08 2004 - 17:30:29 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:11 UTC