Opened 6 years ago
Closed 12 months ago
#14404 closed bug (fixed)
ext4 rw partition: deleting multiple files causes KDL
Reported by: | v.vill | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | File Systems/ext2 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #14529 | |
Platform: | All |
Description
Greetings,
when an ext4 partition is mounted in read-write mode, I can delete as many files I want using the terminal or using the Tracker GUI, as long as I do it file-by-file individually. If I select multiple files in the Tracker and delete them (Alt+T, then "Delete" instead of moving them to the Trash), I get the attached KDL. (This is reproducible 100% of the time, even with simple files without special chars in the filename or path.)
I'm running hrev 52273, x86_64 build; the ext4 partition is formatted and mounted with default options.
Attachments (1)
Change History (10)
by , 6 years ago
Attachment: | IMG_20180826_105826.jpg added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Component: | File Systems → File Systems/ext2 |
---|
comment:3 by , 6 years ago
Blocking: | 14529 added |
---|
comment:4 by , 6 years ago
Can apparently be reproduced by (from #14529):
~> dd if=/dev/zero bs=1024 count=250000 of=/unnamed\ volume/test 250000+0 records in 250000+0 records out 256000000 bytes (256 MB, 244 MiB) copied, 15,3417 s, 16,7 MB/s ~> mv /unnamed\ volume/test ./ ~> mv ./test /unnamed\ volume/
comment:5 by , 6 years ago
Re. the previous comment, triggering the bug requires to repeat the last two commands a couple of times.
comment:8 by , 12 months ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:9 by , 12 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Fixed in hrev57359
(removed .1 so Trac shows a preview)