[OpenAFS] Re: 1.3.70 comments?

Horst Birthelmer horst@riback.net
Thu, 19 Aug 2004 09:45:08 +0200


On Aug 19, 2004, at 8:11 AM, Derrick J Brashear wrote:

> On Thu, 19 Aug 2004, Derrick J Brashear wrote:
>
>> 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.
>>

I don't know about AIX 4.x but that code works on AIX 5.2.
No reason why the lock wouldn't be initialized (well, at first 
glance)...
I assume something weird happened to the peer but I'm still looking.

Horst