Date: Fri, 24 Jun 2005 15:56:11 -0500 (CDT) From: Mike Silbersack <silby@silby.com> To: Thierry Herbelot <thierry@herbelot.com> Cc: freebsd-current@freebsd.org Subject: Re: new panics Message-ID: <20050624155218.D83036@odysseus.silby.com> In-Reply-To: <200506242237.30270.thierry@herbelot.com> References: <20050624145923.P83036@odysseus.silby.com> <20050624202505.GA17245@peter.osted.lan> <200506242237.30270.thierry@herbelot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Jun 2005, Thierry Herbelot wrote: > I did not get the panic within minutes of testing (I ususually first sync the > sources from a local CVS mirror, then build the tree). The panic occurred > during the "buildworld" phase. > > TfH That makes some sense, because we may not be getting around to the modified memory until we hit some heavy memory usage. Also, one backtrace showed the panic happening when uma_reclaim was called from the vm pageout daemon. Sounds like I should throw something in to (optionally) call uma_reclaim on a regular basis so that we might catch this more quickly. Mike "Silby" Silbersack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050624155218.D83036>