[OpenAFS-devel] Another bosserver crash on Irix 6.5.20 (1.2.10-rc4)

Derrick J Brashear shadow@dementia.org
Tue, 29 Jul 2003 13:57:43 -0400 (EDT)


On Tue, 29 Jul 2003, Jim Rees wrote:

> I don't know what to suggest next except to debug it.  It may have nothing
> to do with locking.  Maybe conn or conn->peer are being used after being
> freed.

That was my suggestion earlier. I still suggest watching as conns are
destroyed to see if (and where) it's destroyed if the same conn then gets
referenced later.

Add debugging printfs, or attach with gdb. Basically, once it dies it's
already too late to see what happened before.