On Thu, 25 Nov 1999, Gary Jennejohn wrote:
!>I can only guess, but it looks like the user-land process isn't told
!>about the hangup and keeps sending packets down the line. The packets
!>never go out (no connection), so the mbufs eventually run out. The
!>raw interface evidently doesn't have the safety belts that the other
!>interfaces (like ipr, isppp) have.
Out of curiosity, is anything regarding the exhaustion of mb_map
being logged to /var/log/messages ? If not, chances are that this is not
directly related to an mbuf exhaustion -- the panic, that is, because if
mb_map hasn't even been exhausted, then you still potentially have space
to allocate from (this is the way it presently works) and the panic is
unlikely to be related to an mbuf pointer being NULL and mis-treated.
--
Bosko Milekic <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message