Subject: Re: Kernel crashes with 2.99.13
To: None <current-users@NetBSD.org>
From: Matthias Scheler <tron@zhadum.de>
List: current-users
Date: 01/13/2005 20:34:56
In article <20050113145339.GA291@colwyn.zhadum.de>,
Matthias Scheler <tron@zhadum.de> writes:
> ... and is probably talking to "sendmail".
The kernel dies with this message:
panic: fd_unused: fd_lastfile inconsistent
This should be this ASSERT() in "kern_descrip.c":
#ifdef DIAGNOSTIC
if (fd > fdp->fd_lastfile)
panic("fd_unused: fd_lastfile inconsistent");
#endif
Kind regards
--
Matthias Scheler http://scheler.de/~matthias/