From owner-freebsd-current Mon Aug 10 21:02:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28504 for freebsd-current-outgoing; Mon, 10 Aug 1998 21:02:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28397 for ; Mon, 10 Aug 1998 21:01:58 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id AAA24913; Tue, 11 Aug 1998 00:01:02 -0400 (EDT) (envelope-from luoqi) Date: Tue, 11 Aug 1998 00:01:02 -0400 (EDT) From: Luoqi Chen Message-Id: <199808110401.AAA24913@lor.watermarkgroup.com> To: archer@lucky.net, current@FreeBSD.ORG Subject: Re: New softupdates code panics Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello, Brian Feldman! > > In message about "New softupdates code panics" > on Sun, Aug 09, 1998, at 09:56:19 AM you wrote: > > > Well, I had patched my ffs_softdep.c and my ufs_vnops.c according to > > Luoqi and Kirk's patches and soon after rebooting, I got a panic (I don't > > think I was removing anything at the time, but oh well there are other > > processes than the ones I watch). I've still got the full debugging kernel > > and a core dump, so if anyone wants more just ask. > > The same here. My system paniced two times for some 4 hours after > I've booted kernel with Kirk's patches. The system was not very > busy, just ordinary mail/news reception (it is home computer). > Change the expression ``newparent ? newparent : doingdirectory'' in Kirk's patch to ``doingdirectory && newparent ? newparent : doingdirectory''. (for file ufs/ufs/ufs_vnops.c) -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message