[OpenAFS] Re: 1.3.70 comments?
Derrick J Brashear
shadow@dementia.org
Thu, 19 Aug 2004 01:54:22 -0400 (EDT)
On Wed, 18 Aug 2004, Steve Roseman wrote:
> CRASH INFORMATION:
> CPU 0 CSA F002FBE0 at time of crash, error code for LEDs: 30000000
> pvthread+000480 STACK:
> [00009518].simple_lock+000018 ()
> [057AE918]rxi_ResetCall+0000EC (30B65474, 00000000)
looking at what mutexes can be in play here, i'm going to have to bet on
peer->peer_lock. the rest are init'd in rx_InitHost (rx_Init), which
seeing as we have a kernel rx listener, well, it must have run. likewise,
only shutdown_rx kills said mutexes.
at the moment i have no guess *why* peer_lock wouldn't be initialized,
though.