Checklist
Flatpak version
1.16.0
What Linux distribution are you using?
Arch Linux
Linux distribution version
Rolling
What architecture are you using?
x86_64
How to reproduce
- Use the Flatpak package of an app e.g. Rnote
- Try to import a PDF file
- The kernel will throw a bunch of
kernel: BUG: Bad page state in process ...
Expected Behavior
This issue is not reproducible with Linux Kernel 6.12.12, but both with 6.13 and 6.13.1 on multiple devices. I guess expected behaviour would be to not crash.
Actual Behavior
Somehow, interacting with certain files in some ways can cause these crashes. I was able to reproduce this issue with the Flatpak packages of multiple apps and can also confirm, that this issue does not happen when installing another version of the package. This is one such crash, I filed the issue with this repo since the process throwing the error is not always xdg-permission-. I've also seen fuse, the app itself, kworker, or the terminal emulator when running flatpak run .... The crash is always reproducible and leads to a full system crash every time but sometimes after a while and sometimes immediately.
Additional Information
I did find this issue, but since none of my crashes mentioned xdg-desktop-portal AFAIK I wasn't sure if this is also a kernel regression, although it would make sense and I did see FUSE come up in the crash logs.
Checklist
Flatpak version
1.16.0
What Linux distribution are you using?
Arch Linux
Linux distribution version
Rolling
What architecture are you using?
x86_64
How to reproduce
kernel: BUG: Bad page state in process ...Expected Behavior
This issue is not reproducible with Linux Kernel 6.12.12, but both with 6.13 and 6.13.1 on multiple devices. I guess expected behaviour would be to not crash.
Actual Behavior
Somehow, interacting with certain files in some ways can cause these crashes. I was able to reproduce this issue with the Flatpak packages of multiple apps and can also confirm, that this issue does not happen when installing another version of the package. This is one such crash, I filed the issue with this repo since the process throwing the error is not always
xdg-permission-. I've also seenfuse, the app itself,kworker, or the terminal emulator when runningflatpak run .... The crash is always reproducible and leads to a full system crash every time but sometimes after a while and sometimes immediately.Additional Information
I did find this issue, but since none of my crashes mentioned
xdg-desktop-portalAFAIK I wasn't sure if this is also a kernel regression, although it would make sense and I did see FUSE come up in the crash logs.