ext2fs problems
Matthew Dillon
dillon at apollo.backplane.com
Wed May 26 01:35:23 PDT 2004
:Hello
:
:Since my last buildworld, on Monday, kldloading ext2fs drops me into
:ddb. The error message and trace follow. If I load the ext2fs on
:loader.conf, the machine boots fine, but then running mount_ext2fs
:drops me into ddb.
:
:Best regards,
:Andre
Hiten was able to reproduce the problem and we tracked it down and
fixed it.
The problem was that the linker code was not properly deleting the
preloaded module, and the later reload of the module wound up
using and relocating the preloaded module a second time (which massively
corrupts its relocations).
Thanks for the report!
-Matt
More information about the Bugs
mailing list