I have just successfully upgraded LM 19.3 to LM 20.
Unfortunately I've spotted some strange error related to btrfs. The following command:
Code: Select all
sudo btrfs subvolume list /
Let's say I execute it 5 times, then 2x I got an error and 3x a list of my subvolumes.
Kern.log says this:
Code: Select all
Oct 25 11:34:54 pc kernel: [ 4236.295678] btrfs[33658]: segfault at 7fff67eae27b ip 000055b895f84264 sp 00007fff63ead9d0 error 4 in btrfs[55b895f40000+6c000]
Oct 25 11:34:54 pc kernel: [ 4236.295683] Code: 44 24 14 00 00 00 00 31 c0 4c 8d bc 24 c0 00 00 00 8b 7c 24 14 3b bc 24 98 00 00 00 0f 83 ed 01 00 00 49 8d 14 07 48 83 c0 20 <8b> 72 18 8b 4a 1c 48 89 44 24 08 48 8b 6a 08 4c 8b 62 10 89 74 24
Code: Select all
sudo btrfs subvolume show /run/timeshift/backup/timeshift-btrfs/snapshots/2020-10-25_11-00-01/@home
Now questions:
1. Did anyone encounter this kind of error with btrfs in LM20?
2. Is there a way to get more info about the crash?
3. Is it possible (and safe) to upgrade btrfs-progs to 5.7 or 5.9 and see if this issue was fixed there?
Kind regards,
Max.