-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compression will cause crash! Crash in LZ4HC_compress_generic — NOT fixed #775
Comments
Sorry that was a mistype in the name. It's not about encryption |
In
You never check for allocation failure afterwards. And |
Updated to your latest commit, then also added printk() on |
@koverstreet I have to use my FS with rebalance thread dead... is this a known problem, is it being worked on? |
If anyone experiences this problem, you can try mount opts |
Hello, this issue already existed in bcachefs and my original post was #753. It seemed to be absolutely fixed after I backported many commits which followed the issue. My current commit I use is 0f25eb4 ("
Rework logged op handling
", branchbcachefs-for-upstream
, 2024-10-04 20:25:32 -0400).Recently I have decided to compress some files on my filesystem and I have chosen
lz4:6
. I usedbackground_compression
attr for each of these files. It was done in the evening and I expected it to compress files overnight. But at 5:00 morning this happened:This is my configuration.
Thanks.
UPD: I'm now using latest commit of
bcachefs-for-upstream
, nothing changed. And this crash happens ALWAYS, immediately after "done starting filesystem
"The text was updated successfully, but these errors were encountered: