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

2003-01-04 Thread ryan beasley
reason entirely, and followed by doing some crazy things until it finally rebooted itself. Sources are HEAD from Dec 28th, 2002, 04:00 -0600. DDB session reprinted below. dmesg at the tail. Any ideas? :(. panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c

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

2003-03-25 Thread Martin Karlsson
w warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... panic: from debugger panic messages: --- panic: blockable sleep lock (sleep mutex) Giant @ /usr/src/sys/vm/vm_fault.c:206 panic: from debugger Uptime: 11m51s Dumping 383 MB ata0: resetting devices .. don

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 fo

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 /usr/src

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 > "/usr/src

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 "unsubscri

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=0x

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 whi

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

[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 l

[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 th