Coda File System

Re: iomgr.c "problem"

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Wed, 2 Feb 2000 21:24:15 -0500
On Wed, Feb 02, 2000 at 05:01:49PM -0800, Phil Nelson wrote:
> 
> I'm continuing to get the following venus "crash":
> 
> ../../src/iomgr.c:293: failed assertion `0'
> 16:57:37 Fatal Signal (6); pid 18656 becoming a zombie...
> 
> This is on solaris/sparc.  Any hints on where I should start looking
> to find this one?  I'll see if I can get a current venus to do the
> same thing on NetBSD.

strace/truss the open and close calls, someone somewhere is closing a
bad filedescriptor (or at least, select is called on a closed fd).

Jan
Received on 2000-02-02 21:56:53