Re: (URGENT) Instant panic in _MEXT_ALLOC_CNT

2000-08-19 Thread Bosko Milekic
Hrmmm, there may be a logic problem here. Try this (apply it manually, as I am not able to produce a diff at this time): change: if ((__mcnt == NULL) (m_alloc_ref(1) == 0)) panic("mbuf subsystem: out of ref counts!"); to: if (__mcnt == NULL) { if

Re: (URGENT) Instant panic in _MEXT_ALLOC_CNT

2000-08-19 Thread John Polstra
In article 000501c00a34$dfd43f20$71cbc918@jehovah, Bosko Milekic [EMAIL PROTECTED] wrote: Hrmmm, there may be a logic problem here. Try this (apply it manually, as I am not able to produce a diff at this time): change: if ((__mcnt == NULL) (m_alloc_ref(1) == 0))