From owner-freebsd-hackers Mon Nov 18 15:21:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA21161 for hackers-outgoing; Mon, 18 Nov 1996 15:21:01 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA21147 for ; Mon, 18 Nov 1996 15:20:46 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA00230; Mon, 18 Nov 1996 18:20:07 -0500 Received: from dg-rtp by dg-rtp.dg.com.rtp.dg.com; Mon, 18 Nov 1996 18:20 EST Received: from dg-rtp.UUCP (uucp@localhost) by ponds.water.net (8.7.5/8.7.3) with UUCP id PAA00823 for FreeBSD.org!Hackers; Mon, 18 Nov 1996 15:26:35 -0500 (EST) Received: from reggae.ncren.net by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA16218; Mon, 18 Nov 1996 14:28:33 -0500 Received: from mcnc.UUCP by reggae.ncren.net (5.65/tas-reggae/may94) id AA25370; Mon, 18 Nov 96 14:27:50 -0500 Received: from ncnoc.ncren.net by reggae.ncren.net (5.65/tas-reggae/may94) id AA24910; Mon, 18 Nov 96 13:51:16 -0500 Received: from robin.mcnc.org (robin.mcnc.org [128.109.130.29]) by ncnoc.ncren.net (8.7.4/8.7.3) with SMTP id NAA20411 for ; Mon, 18 Nov 1996 13:38:58 -0500 (EST) Received: from ns.mcnc.org by robin.mcnc.org (8.6.9/MCNC/8-10-92) id NAA20276; Mon, 18 Nov 1996 13:37:01 -0500 for Received: from robin.mcnc.org by ns.mcnc.org (SMI-8.6/SAM 100194 13:34:37) id SAA06763; Mon, 18 Nov 1996 18:38:08 GMT Received: from ns.mcnc.org by robin.mcnc.org (8.6.9/MCNC/8-10-92) id WAA10328; Fri, 15 Nov 1996 22:21:44 -0500 for Received: from relay6.UU.NET by ns.mcnc.org (SMI-8.6/SAM 100194 13:34:37) id DAA05469; Sat, 16 Nov 1996 03:22:47 GMT Received: from coyote.Artisoft.COM by relay6.UU.NET with ESMTP (peer crosschecked as: coyote.Artisoft.COM [198.17.250.162]) id QQbqaf22020; Fri, 15 Nov 1996 22:21:36 -0500 (EST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by coyote.Artisoft.COM (8.7.6/8.7.3) with SMTP id UAA29740 for ; Fri, 15 Nov 1996 20:20:46 -0700 (MST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA21119; Fri, 15 Nov 1996 22:20:15 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Fri, 15 Nov 1996 22:20 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.7.5/8.7.3) with ESMTP id UAA26779; Fri, 15 Nov 1996 20:15:18 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.7.5/8.6.9) id UAA23035; Fri, 15 Nov 1996 20:16:51 -0500 (EST) Posted-Date: Sat, 16 Nov 1996 03:22:47 GMT Date: Fri, 15 Nov 1996 20:16:51 -0500 (EST) From: Thomas David Rivers Message-Id: <199611160116.UAA23035@lakes.water.net> To: ponds!lambert.org!terry, ponds!uunet.uu.net!ponds!ponds!rivers Subject: Re: Even more info on daily panics... Cc: ponds!uunet.uu.net!ponds!Artisoft.COM!ponds!cet.co.jp!michaelh, ponds!uunet.uu.net!ponds!Artisoft.COM!ponds!FreeBSD.org!Hackers, ponds!uunet.uu.net!ponds!Artisoft.COM!ponds!lambert.org!terry, ponds!uunet.uu.net!ponds!Artisoft.COM!ponds!rivers, ponds!uunet.uu.net!ponds!Artisoft.COM!ponds!root.com!dg, ponds!uunet.uu.net!ponds!lambert.org!terry Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > > If you look at the BSD4.4-Lite2 code, you will see they cleaned this > > > up (using a fix just as kludgy as my one liner) by using kern_lock.c > > > functions instead of smearing the lock state. > > > > Err, umm, I had to be a naysayer - but I've gotten two examples > > of the one-liner fix that didn't address my particular problem. > > > > Granted, I could have messed something up; I'd be happy to retry > > it all... > > You said it was fixed. > > Then you put in the printf, but removed the unlock, and it (understandably) > blew up. > Can you point me to the code I removed in 2.1.5-STABLE? I don't see anything missing when I diff my changes and the original source. - Dave R. -