Subject: crash in fsck_ext2fs
To: None <netbsd-help@netbsd.org>
From: Alan Post <apost@interwoven.com>
List: netbsd-help
Date: 01/30/2003 14:13:55
In article <20030130140245.A629@snowdrop.l8s.co.uk>, David Laight wrote:
>>
>> I suppose I need to recompile fsck_ext2fs with debugging info?
>
> Just the symbol table might be enough.
> If you have the build tree the OBJ directory is unstripped.
Neat. If you're curious, here is the stack trace:
#0 0x804e7a6 in calcsb ()
#1 0x804dca1 in setup ()
#2 0x804abe4 in checkfilesys ()
#3 0x804ab0c in main ()
#4 0x804825c in ___start ()
> OTOH you'll probably need to debug fsck_ext2fs!
Yeah, I'm wondering how much time I want to put into this.
> Maybe just mount the filesystem readonly.....
Doing that for now. Thanks again for the help.
Alan