NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/50491: unkillable wait in usbd_transfer while using usmsc0 on raspberry pi 2



The following reply was made to PR kern/50491; it has been noted by GNATS.

From: Nick Hudson <skrll%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost,
 mfpnb%plass-family.net@localhost
Cc: 
Subject: Re: kern/50491: unkillable wait in usbd_transfer while using usmsc0
 on raspberry pi 2
Date: Fri, 4 Dec 2015 16:43:30 +0000

 On 12/04/15 16:35, Michael Plass wrote:
 > The following reply was made to PR kern/50491; it has been noted by GNATS.
 >
 > From: Michael Plass <mfpnb%plass-family.net@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc:
 > Subject: Re: kern/50491: unkillable wait in usbd_transfer while using usmsc0 on raspberry pi 2
 > Date: Fri, 4 Dec 2015 08:34:49 -0800
 >
 >   On Dec 4, 2015, at 2:05 AM, Nick Hudson wrote:
 >   
 >   > Oops, 0xbafadf40 is the address of softnet_lock
 >   
 >   db{0}> x/x softnet_lock
 >   netbsd:softnet_lock:    bafadf40
 >   db{0}> x/x bafadf40
 >   bafadf40:       ba526662
 
 
 need to strip off the bottom two bits
 
 
 http://nxr.netbsd.org/xref/src/sys/sys/mutex.h#161
 
 Is 0xba526660 from a new lockup as I don't see it in the list of lwps in 
 the PR?
 
 Nick
 


Home | Main Index | Thread Index | Old Index