Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2000 13:00:04 -0800 (PST)
From:      Ian Dowse <iedowse@maths.tcd.ie>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/22667: kernel panic when attepmt to remove file with big UID 
Message-ID:  <200011072100.NAA79074@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/22667; it has been noted by GNATS.

From: Ian Dowse <iedowse@maths.tcd.ie>
To: eugene@nsb.sovam.com
Cc: FreeBSD-gnats-submit@freebsd.org, iedowse@maths.tcd.ie,
	dwmalone@maths.tcd.ie
Subject: Re: kern/22667: kernel panic when attepmt to remove file with big UID 
Date: Tue, 07 Nov 2000 20:56:54 +0000

 In message <200011072021.MAA10065@alj.me.ru>, eugene@nsb.sovam.com writes:
 
 >#8  0xc019b2a0 in ffs_indirtrunc ()
 >#9  0xc019ae30 in ffs_truncate ()
 
 >I browsed cvs tree and didnt find any changes related to this issue so i belie
 >ve that problem still exists in 4.x
 
 I believe that this is a duplicate of PR bin/19426, which was fixed
 in -current and 4-stable in July. The problem was actually that
 fsck fails to zero di_size in device inodes; when these inodes are
 removed, the kernel will panic when it tries to truncate them (hence
 the ffs_truncate in the traceback you provided).
 
 	http://www.freebsd.org/cgi/query-pr.cgi?pr=19426 
 
 Ian
 


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011072100.NAA79074>