NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/44336 (tests/fs/vfs/t_renamerace p2k_ffs_renamerace_dirs triggers KASSERT)
Synopsis: tests/fs/vfs/t_renamerace p2k_ffs_renamerace_dirs triggers KASSERT
State-Changed-From-To: open->feedback
State-Changed-By: dholland%NetBSD.org@localhost
State-Changed-When: Mon, 18 Jul 2011 06:54:28 +0000
State-Changed-Why:
I believe this is fixed, please check.
If not: the assertion is in fact caused by bad ufs_lookup_results (the
stuff left behind in the vnode by ufs_lookup) - the most likely causes
of this assertion are either calling ufs_direnter with information
prepared for ufs_dirrewrite, or calling ufs_direnter with information
that's stale because the directory got unlocked and was e.g. rmdir'
d and truncated behind your back.
Home |
Main Index |
Thread Index |
Old Index