| Summary: | Router/nameserver system crashes 2-3 times monthly | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Rudi Mathijssen <r.mathijssen> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Rudi Mathijssen
2001-07-09 21:50:01 UTC
Modifications tested: (1) removed xl and (suspect) fxp, added more SMC cards, now we have six interfaces de0-de5. These all run half-duplex 100Mbps. (2) Furthermore, as netstat -m showed that the peak use of mbuf clusters (944) came awfully close to 1024 (default), NMBCLUSTERS=4096 was set. After a flawless operation from 4-sep-2001 on, it crashed again on oct-29 and oct-31 (the panic message is: page fault in kernel mode). This is not acceptable. Should we upgrade to 4.4? Go back to 4.0? Is there a special kernel param NO_PANIC which should be set to 1? I stress, this is not a test lab, it's a production environment. If FreeBSD is not suitable for this, please tell me. Rudi Mathijssen On Sun, Nov 04, 2001 at 10:59:37AM +0100, Rudi Mathijssen wrote: > Modifications tested: (1) removed xl and (suspect) fxp, added more SMC > cards, now we have six interfaces > de0-de5. These all run half-duplex 100Mbps. (2) Furthermore, as netstat -m > showed that the peak use of > mbuf clusters (944) came awfully close to 1024 (default), NMBCLUSTERS=4096 > was set. After a flawless > operation from 4-sep-2001 on, it crashed again on oct-29 and oct-31 (the > panic message is: page fault in kernel mode). This is not acceptable. Should > we upgrade to 4.4? Go back to 4.0? Is there a special kernel param NO_PANIC > which should be set to 1? > I stress, this is not a test lab, it's a production environment. If FreeBSD > is not suitable for this, please tell me. Can you generate a backtrace of the kernel crash and post it to freebsd-stable@FreeBSD.org or freebsd-net@FreeBSD.org? This document should help narrow down the cause of the failure : http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html#AEN4392 What version of FreeBSD are you running? Does this problem still exist with 4.4 or 4.4-STABLE? - Murray State Changed From-To: open->feedback Based on the backtrace sent to -net, this is almost certainly caused by the icmp_error bug that was fixed just before 4.3-RELEASE. Can you confirm that this problem goes away if you upgrade to a more recent release? State Changed From-To: feedback->closed Feedback timeout, and almost certainly fixed. |