Katalin Rebhan
Katalin Rebhan
Are you sure? The trace looks completely different. If it's the same bug I would at least expect __fortify_panic or __fortify_report in the call stack. Also theirs happens during mount,...
This is a different log, I rebuilt the kernel in between so I took a new one. Still crashes in bch2_chardev_exit though. However, it's giving the misleading "WARNING! Modules path...
Here you go. Was compiled with strip USE flag which I didn't see, oops. [decode.txt](https://github.com/user-attachments/files/17334001/decode.txt)
Looks like that does fix it indeed. Thanks a lot!
Patch for newer kernels since the original one doesn't apply anymore: ```patch diff -Nar -U 7 a/init/Kconfig b/init/Kconfig --- a/init/Kconfig 2025-02-26 17:23:18.972907790 +0100 +++ b/init/Kconfig 2025-02-26 17:23:37.013215122 +0100 @@ -123,15...
I feel like C++ compiler args should be passed to Swift when this is active (or, if not all, at the very least C++ language version). Right now I have...
Nope, this is a good start to get this working IMO. I'm changing some of the behavior around the C++ interoperability in my follow-up #14261, and I also want to...
FetchContent can work with packaging just fine, it might need some changes (IIRC the first argument to FetchContent_Declare has to match up with the exported target from the dependency). See...
> Like maybe instead of using http:// you could use ipc:// ? I don't like that, as the higher layer protocol is still HTTP, only TCP gets replaced, so this...
Actually no, this won't work at all, what I said won't either. The actual request URL still has to be extracted somehow, and ideally the Host header has to be...