Subject: Re: kern/32266: deadlocks with 3.99.13/i386
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 12/09/2005 09:30:03
The following reply was made to PR kern/32266; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@netbsd.org
Cc: dive@endersgame.net
Subject: Re: kern/32266: deadlocks with 3.99.13/i386
Date: Fri, 9 Dec 2005 10:27:05 +0100

 On Fri, Dec 09, 2005 at 02:10:03AM +0000, Sean Davis wrote:
 >  Okay, tried it. The following message is scrolled on console non-stop, and
 >  the machine is totally unusable:
 >  
 >  pool_get(PR_WAITOK) with held simple_lock 0xcc6146d8 CPU 0 ../../../../kern/kern_lock.c:561
 
 Ok, one more thing, please:
 
 Could you boot with the -d flag (to drop into the kernel debugger early),
 then do
 
   w simple_lock_debugger=1
   c
 
 and then reproduce it? This time it should not only print the above
 warning, but also drop into DDB right away. Then please do
 
   bt
 
 and show us the output.
 
 Thanks,
 
 Martin