Snogard

Results 33 comments of Snogard

It's my first time doing something like this and after a lot of hours i think i need some guidance on this. I did recompile the kernel without stripping, i...

After a night of sleep i recompiled the kernel without changing anything and... faddr2line worked on the bcachefs module. here is the complete version of the addressed dmesg, i hope...

@lorenzpmeier you may have to faddr2line the dmesg output like i did.

You must recompile your kernel disabling the stripping from the pkgbuild (from line 187 to 203) and set INSTALL_MOD_STRIP=0. Then for every line run something like this: /path/to/faddr2line /path/to/module.ko __schedule+0xcaa/0x1950...

@koverstreet do you think i should try too? or is my problem different?

Sorry @koverstreet for the late reply but i've been without internet for the past weeks. Anyway i compiled the kernel from your last [commit](https://github.com/koverstreet/bcachefs/commit/e2a316b3cc45a1198f3feb18707403bb7f0cbc15) and my filesystem still hangs. Here...

github doesn't give me the option to reopen the issue, can you do it instead @koverstreet?

last time i checked was april 2, i was waiting for an update before testing again. anyway i'll try again as soon as possible and report back