Date: Tue, 11 Aug 1998 00:01:02 -0400 (EDT) From: Luoqi Chen <luoqi@watermarkgroup.com> To: archer@lucky.net, current@FreeBSD.ORG Subject: Re: New softupdates code panics Message-ID: <199808110401.AAA24913@lor.watermarkgroup.com>
next in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808110401.AAA24913>