-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Labels
Description
Running btrfs check
on the attached minimal file system causes the following:
Opening filesystem to check...
Checking filesystem on /tmp/bad.btrfs
UUID: 99e50868-0bda-4d89-b0e4-7e8560312ef9
[1/7] checking root items
[2/7] checking extents
zsh: abort (core dumped) btrfs check /tmp/bad.btrfs
Running under GDB shows that abort
is called from run_next_block
in check/main.c
, so I suppose it is this abort.
Tested versions:
- v5.2.2 as shipped by Arch in 5.2.2-1
- v5.2.2 built from source (55a8c96)
Data to reproduce: