Actions
Bug #1602
closedext2fs panics on writing files
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi,
Two different panics, trying to write files to an ext2 file system made on
Linux. The filesystem has no ext2fs-unfriendly feature flags set, the mount was
successful. Only a few KB of the writes complete.
Two backtraces (via kgdb): I have the kernels and coredumps, should they be needed.
http://grex.org/~vsrinivas/src/dfly/ext2fs-crash0
http://grex.org/~vsrinivas/src/dfly/ext2fs-crash1
-- vs
Updated by qhwt+dfly about 15 years ago
I've committed the patch I posted on issue1601 as 4dda94be12ec049c421d039.
If you're not running -DEVELOPMENT, you can try it by the following command:
git cherry-pick 4dda94be12ec049c421d039b15f34b55952132d0
I'll try to merge this to 2.4-RELEASE later.
Updated by vsrinivas about 15 years ago
I tried this out, it appears to fix the problem. Thanks!
Actions