Subject: Re: panic("pv_link: pv_pool exhausted"); on 1.6_BETA4
To: David Brownlee <abs@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: port-sparc
Date: 08/01/2002 07:56:55
On Thu, Aug 01, 2002 at 09:45:23AM +0100, David Brownlee wrote:
> > did you get a dump from this?  if you did I'd like to look at it.
> 
> 	Unfortunately not. It just hung on 'syncing disks'. I'll add DDB to
> 	the kernel config to see if I can get it to dump that way. If not
> 	is there any output from DDB that might be useful?

show map/f *kernel_map
show pool pv_pool
show uvmexp
trace
ps

that should be a good start.

-Chuck