Re: kernel panic with pmap_qremove()

2006-02-08 Thread Anton Barsukov
On Mon, 6 Feb 2006 14:58:33 -0500 John Baldwin <[EMAIL PROTECTED]> wrote: > On Saturday 28 January 2006 04:23, Anton Barsukov wrote: > > Hi everybody > > > > I install ports/benchmarks/forkbomb, > > when i run '%forkbomb -f', kernel panic. > > > > instruction pointer = pmap_qremove(sva=4290785280,

Re: kernel panic with pmap_qremove()

2006-02-08 Thread John Baldwin
On Wednesday 08 February 2006 06:42, Anton Barsukov wrote: > On Mon, 6 Feb 2006 14:58:33 -0500 > > John Baldwin <[EMAIL PROTECTED]> wrote: > > On Saturday 28 January 2006 04:23, Anton Barsukov wrote: > > > Hi everybody > > > > > > I install ports/benchmarks/forkbomb, > > > when i run '%forkbomb -f'

Re: Fwd: Re: Problems with SMP in amd64

2006-02-08 Thread John Baldwin
On Wednesday 08 February 2006 02:54, Daniel Valencia wrote: > OK... it's Jan. 25th, at 8:14am. > > there are a bunch of commits at 8:14:45 that relate to the ata drivers, and > a couple at second 46 and 47... but that's it. Interesting. Those changes are just before the /dev/pts changes that a lo

Pre-loaded mfsroot size and FreeBSD 4.9 with 4G RAM

2006-02-08 Thread Jacques Fourie
Hi, I am pre-loading an image (used as MFS root) from the boot loader on FreeBSD 4.9 by using 'load -t mfs_root mfsroot' in loader.conf. The size of this image is 64M. If I have 4G of RAM in the machine, the 64M size causes the kernel to panic almost immediately. With only 2G of RAM the kernel boo

Re: Fwd: Re: Problems with SMP in amd64

2006-02-08 Thread Daniel Valencia
John Baldwin <[EMAIL PROTECTED]> wrote: On Wednesday 08 February 2006 02:54, Daniel Valencia wrote: > OK... it's Jan. 25th, at 8:14am. > > there are a bunch of commits at 8:14:45 that relate to the ata drivers, and > a couple at second 46 and 47... but that's it. Interesting. Those changes are

Re: Pre-loaded mfsroot size and FreeBSD 4.9 with 4G RAM

2006-02-08 Thread Kris Kennaway
On Wed, Feb 08, 2006 at 06:41:41PM +0200, Jacques Fourie wrote: > Hi, > > I am pre-loading an image (used as MFS root) from the boot loader on FreeBSD > 4.9 by using 'load -t mfs_root mfsroot' in loader.conf. The size of this > image is 64M. If I have 4G of RAM in the machine, the 64M size causes