| Summary: | kernel panic when attepmt to remove file with big UID | ||
|---|---|---|---|
| Product: | Base System | Reporter: | eugene <eugene> |
| Component: | kern | Assignee: | dwmalone |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.4-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
eugene
2000-11-07 20:30:01 UTC
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 State Changed From-To: open->feedback Can you let us know if the patch from the PR fixes the problem? (Mind you - you probably don't have a filesystem with the problem any more. I can look into merging the change into 3.X if using a local patch or moving to 4.X isn't an option). Responsible Changed From-To: freebsd-bugs->dwmalone Original PR was mine. State Changed From-To: feedback->closed I believe this problem is already fixed (see PR bin/19426 for further details). |