Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread Andrew Gallatin
Martin Karlsson writes: #9 0xc02dca88 in calltrap () at {standard input}:96 #10 0xc01e7b0b in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:528 #11 0xc020256e in witness_lock (lock=0xc03760c0, flags=8, file=0xc0332416 /usr/src/sys/vm/vm_fault.c, line=206) at

Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread John Baldwin
On 25-Mar-2003 Andrew Gallatin wrote: Martin Karlsson writes: #9 0xc02dca88 in calltrap () at {standard input}:96 #10 0xc01e7b0b in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:528 #11 0xc020256e in witness_lock (lock=0xc03760c0, flags=8, file=0xc0332416

Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread Andrew Gallatin
John Baldwin writes: Oh, good catch Drew. My bad it seems :( I'll work up a patch. I see this all the time when people add code to our driver, test it only on linux. So I'm quite used to the symptoms ;) Thanks, Drew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread John Baldwin
On 25-Mar-2003 John Baldwin wrote: On 25-Mar-2003 Andrew Gallatin wrote: Martin Karlsson writes: #9 0xc02dca88 in calltrap () at {standard input}:96 #10 0xc01e7b0b in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:528 #11 0xc020256e in witness_lock (lock=0xc03760c0,

Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread Martin Karlsson
* Andrew Gallatin [EMAIL PROTECTED] [2003-03-25 18.10 -0500]: [...snip text...] Index: compat/linux/linux_mib.c === [...snip patch] Hi! Sure, I'll try it. But, from where (i.e. which directory) should I apply it, and with which

Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread Martin Karlsson
* John Baldwin [EMAIL PROTECTED] [2003-03-25 18.41 -0500]: [...snip...] http://www.FreeBSD.org/~jhb/patches/linux.patch Similar to Drew's except that I patched alpha as well. Similarly untested. Apply with patch -p6 while in /sys. Please let me know if it fixes the problem. Sure, I'll

[Re: panic: blockable sleep lock (sleep mutex) Giant @/usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread Andrew Gallatin
Martin Karlsson writes: * John Baldwin [EMAIL PROTECTED] [2003-03-25 18.41 -0500]: [...snip...] http://www.FreeBSD.org/~jhb/patches/linux.patch Similar to Drew's except that I patched alpha as well. Similarly untested. Apply with patch -p6 while in /sys. Please let me know

[Re: panic: blockable sleep lock (sleep mutex) Giant @/usr/src/sys/vm/vm_fault.c:206

2003-03-25 Thread Martin Karlsson
* John Baldwin [EMAIL PROTECTED] [2003-03-25 18.41 -0500]: Hi John, http://www.FreeBSD.org/~jhb/patches/linux.patch Similar to Drew's except that I patched alpha as well. Similarly untested. Apply with patch -p6 while in /sys. Please let me know if it fixes the problem. It fixes the

Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-01-05 Thread ryan beasley
On Sat, Jan 04, 2003 at 10:31:45AM -0600, ryan beasley wrote: Sources are HEAD from Dec 28th, 2002, 04:00 -0600. DDB session reprinted below. dmesg at the tail. OK, I found a way to reproduce this one, but given that it only happens with a 3rd party module, I'm not necessarily

Re: panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206

2003-01-05 Thread ryan beasley
On Sun, Jan 05, 2003 at 08:54:01PM -0600, ryan beasley wrote: I'm including a GDB capture including traceback and some locking information. Anyone have any ideas? Is there any other data I should grab and submit? I'm really sorry for following up to myself again, but the