Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 1998 09:54:59 +0300 (EEST)
From:      Alexander Litvin <archer@lucky.net>
To:        current@FreeBSD.ORG
Subject:   Re: New softupdates code panics
Message-ID:  <199808120654.JAA26911@grape.carrier.kiev.ua>
In-Reply-To: <199808110401.AAA24913@lor.watermarkgroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199808110401.AAA24913@lor.watermarkgroup.com> 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).
>> 
LC> Change the expression ``newparent ? newparent : doingdirectory'' in Kirk's
LC> patch to ``doingdirectory && newparent ? newparent : doingdirectory''.
LC> (for file ufs/ufs/ufs_vnops.c)

With this patch it works much better. Up for 13 hours -- no panics. 
I've run 'make -j16 buildworld' -- it's ok.

Thanx.

LC> -lq

LC> To Unsubscribe: send mail to majordomo@FreeBSD.org
LC> with "unsubscribe freebsd-current" in the body of the message




--- 
Beware of computerized fortune-tellers!

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?199808120654.JAA26911>