Thanks. I put that fix in. If all is now well, please close the PR.
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
Moritz Schulte <[EMAIL PROTECTED]> writes:
> ext2fs.static: ../../libdiskfs/dir-renamed.c:140: diskfs_rename_dir:
> Assertion `tmpnp == fdp' failed.
Fix:
--- dir-renamed.c.orig Fri Oct 12 05:35:48 2001
+++ dir-renamed.c Fri Oct 12 04:40:32 2001
@@ -137,12 +137,12 @@ diskfs_rename_dir (st
Package: hurd
Version: N/A
Severity: normal
Hi,
the Assertion failure:
ext2fs.static: ../../libdiskfs/dir-renamed.c:140: diskfs_rename_dir:
Assertion `tmpnp == fdp' failed.
here it's reproducible with the following commands:
mkdir foobar
chmod 0 foobar
mv foobar /somewhere # CRASH.
m