Subject: Re: kern/35224: kernel hangs in mclpl after heavy net load in the sparc64 port (eventually also other ports)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 12/09/2006 22:50:02
The following reply was made to PR kern/35224; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: stephan.pietzko@uni-konstanz.de
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/35224: kernel hangs in mclpl after heavy net load in the sparc64 port (eventually also other ports)
Date: Sat, 9 Dec 2006 23:48:33 +0100
On Sat, Dec 09, 2006 at 09:50:00PM +0000, stephan.pietzko@uni-konstanz.de wrote:
> >Synopsis: daemons freeze in mclpl condition after lot of net traffic from netbsd-2 through netbsd-3
This sounds like a mbuf leak. Check netstat output, maybe you can spot where
the mbuf are lingering.
> the machine is crashing once a day
Is this related? If not, please file a separate PR.
What kind of crash is it? A panic should print a message before rebooting, we
need at least that to even start thinking about this.
Martin