Re: panic: mutex vm object not owned

2005-03-22 Thread Gavin Atkinson
On Fri, 2005-03-11 at 13:20 -0600, Alan Cox wrote: > I'm pretty sure that I understand the cause. Please apply and test > the attached patch. Can this be committed please? Without it, my machine will still panic on starting X with BETA1. It's an MFC of src/sys/pci/agp.c 1.46 and src/sys/pci/agp

Re: panic: mutex vm object not owned

2005-03-13 Thread Gavin Atkinson
On Fri, 11 Mar 2005, Alan Cox wrote: > I'm pretty sure that I understand the cause. Please apply and test > the attached patch. [snip patch-agp] Sorry for the delay in getting back yo you, this patch does indeed fix the problem. Thanks! Gavin ___ fr

Re: panic: mutex vm object not owned

2005-03-11 Thread Gavin Atkinson
On Fri, 11 Mar 2005, Alan Cox wrote: > I'm pretty sure that I understand the cause. Please apply and test > the attached patch. Thanks! I'll start that compiling now, but won't be able to test it until I get physically back to the machine tomorrow. I'm not using the nVidia driver - the graphics

Re: panic: mutex vm object not owned

2005-03-11 Thread Alan Cox
I'm pretty sure that I understand the cause. Please apply and test the attached patch. Regards, Alan Index: pci/agp.c === RCS file: /home/ncvs/src/sys/pci/agp.c,v retrieving revision 1.45 diff -u -r1.45 agp.c --- pci/agp.c 16 Aug 2

Re: panic: mutex vm object not owned

2005-03-11 Thread Alan Cox
On Fri, Mar 11, 2005 at 06:59:02PM +, Gavin Atkinson wrote: > > Hi, > > I'm tracking RELENG_5 and since my last update I can no longer start X > without getting the following panic: > > panic: mutex vm object not owned at /usr/src/sys/vm/vm_page.c:334 >

panic: mutex vm object not owned

2005-03-11 Thread Gavin Atkinson
Hi, I'm tracking RELENG_5 and since my last update I can no longer start X without getting the following panic: panic: mutex vm object not owned at /usr/src/sys/vm/vm_page.c:334 cpuid = 0 KDB: enter: panic [ thread pid 2762 tid 100116 ] stopped at kdb_enter+0x2b: nop At which