Re: pfind() in ithread handler

2008-03-06 Thread John Baldwin
On Thursday 28 February 2008 09:04:55 am Attilio Rao wrote: > 2008/2/28, Yuri Pankov <[EMAIL PROTECTED]>: > > Hi, > > > > I'm trying to understand the cause of following panic. > > > > panic: Trying sleep, but thread marked as sleeping prohibited > > cpuid = 0 > > KDB: stack backtrace: > > db_

Re: pfind() in ithread handler

2008-02-28 Thread Attilio Rao
2008/2/28, Yuri Pankov <[EMAIL PROTECTED]>: > Hi, > > I'm trying to understand the cause of following panic. > > panic: Trying sleep, but thread marked as sleeping prohibited > cpuid = 0 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2a > panic() at panic+0x17d >

Re: pfind() in ithread handler

2008-02-28 Thread pluknet
On 28/02/2008, Yuri Pankov <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to understand the cause of following panic. > > panic: Trying sleep, but thread marked as sleeping prohibited > cpuid = 0 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2a > panic() at pan

pfind() in ithread handler

2008-02-28 Thread Yuri Pankov
Hi, I'm trying to understand the cause of following panic. panic: Trying sleep, but thread marked as sleeping prohibited cpuid = 0 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a panic() at panic+0x17d sleepq_add() at sleepq_add+0x2e1 _sx_slock_hard() at _sx_slock_har