Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-30 Thread Robert Watson
On Sat, 30 Aug 2003, Gavin Atkinson wrote: > On Sun, 24 Aug 2003, Robert Watson wrote: > > Alan Cox just made a commit a couple of days ago that seems to resolve the > > problem for us. Here's the commit message so you can give it a try. > > > > [...] > > 1.208 +5 -2 src/sys/fs/specfs

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-30 Thread Gavin Atkinson
On Sun, 24 Aug 2003, Robert Watson wrote: > Alan Cox just made a commit a couple of days ago that seems to resolve the > problem for us. Here's the commit message so you can give it a try. > > [...] > 1.208 +5 -2 src/sys/fs/specfs/spec_vnops.c I can confirm this fixes things for me to

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-25 Thread Robert Watson
On Mon, 25 Aug 2003, Gavin Atkinson wrote: > On Wed, 20 Aug 2003, Robert Watson wrote: > > On Wed, 20 Aug 2003, Gavin Atkinson wrote: > > > _mtx_lock_flags(0,0,c0529513,300,) at _mtx_lock_flags+0x43 > > > spec_getpages(cce33b3c,54,0,cce33b2c,0) at spec_getpages+0x26c > > > ffs_getpages(cce

Re: sysinstall spec_getpages panic

2003-08-25 Thread Gavin Atkinson
On Mon, 25 Aug 2003, Jun Kuriyama wrote: > At Wed, 20 Aug 2003 17:01:30 + (UTC), Gavin Atkinson wrote: > > On the 8th August [EMAIL PROTECTED] mentioned he was getting a panic > > with FreeBSD inside VMware where _mtx_lock is being called with a NULL > > mutex from spec_getpages. > > This seems

Re: sysinstall spec_getpages panic

2003-08-25 Thread Jun Kuriyama
At Wed, 20 Aug 2003 17:01:30 + (UTC), Gavin Atkinson wrote: > On the 8th August [EMAIL PROTECTED] mentioned he was getting a panic > with FreeBSD inside VMware where _mtx_lock is being called with a NULL > mutex from spec_getpages. I'm also seeing this, 100% reproducible, on real > hardware. (s

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-25 Thread Gavin Atkinson
On Wed, 20 Aug 2003, Robert Watson wrote: > On Wed, 20 Aug 2003, Gavin Atkinson wrote: > > _mtx_lock_flags(0,0,c0529513,300,) at _mtx_lock_flags+0x43 > > spec_getpages(cce33b3c,54,0,cce33b2c,0) at spec_getpages+0x26c > > ffs_getpages(cce33b80,0,c05459de,274,c05c63e0) at ffs_getpages+0x5f6 >

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-20 Thread Jun Kuriyama
At Wed, 20 Aug 2003 17:31:39 -0400 (EDT), Robert Watson wrote: > > *c0529513 = "/usr/src/sys/fs/specfs/spec_vnops.c", line 0x300 is line 768: > > > > 766 gotreqpage = 0; > > 767 VM_OBJECT_LOCK(vp->v_object); > > 768 vm_page_lock_queues(); > > 769 for (i = 0, toff = 0; i < pcount; i

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-20 Thread Jun Kuriyama
At Wed, 20 Aug 2003 17:31:39 -0400 (EDT), Robert Watson wrote: > > *c0529513 = "/usr/src/sys/fs/specfs/spec_vnops.c", line 0x300 is line 768: > > > > 766 gotreqpage = 0; > > 767 VM_OBJECT_LOCK(vp->v_object); > > 768 vm_page_lock_queues(); > > 769 for (i = 0, toff = 0; i < pcount; i

Re: sysinstall spec_getpages panic (with VM overtones)

2003-08-20 Thread Robert Watson
On Wed, 20 Aug 2003, Gavin Atkinson wrote: > On the 8th August [EMAIL PROTECTED] mentioned he was getting a panic > with FreeBSD inside VMware where _mtx_lock is being called with a NULL > mutex from spec_getpages. I'm also seeing this, 100% reproducible, on > real hardware. (see message ID [EMAI

sysinstall spec_getpages panic

2003-08-20 Thread Gavin Atkinson
Hi, On the 8th August [EMAIL PROTECTED] mentioned he was getting a panic with FreeBSD inside VMware where _mtx_lock is being called with a NULL mutex from spec_getpages. I'm also seeing this, 100% reproducible, on real hardware. (see message ID [EMAIL PROTECTED] for the original posters email and