Ticket #2709 (closed bug: fixed)
[bfs]: rm: FATAL: directory a/a/... changed dev/ino
| Reported by: | emitrax | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | System/Kernel | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
Description
Creating directory doesn't seem to be a safe operation in Haiku. I actually managed to corrupt the file system by overwritting blocks already in use by system binaries, but since I can't seem to reproduce it consistently I'm not opening a bug about it yet.
Anyway, interrupting the following script, result in a error when trying to delete the directory just created.
for i in `seq 1 100`; do mkdir a; cd a; done
Screenshot attached.
Change History
Note: See
TracTickets for help on using
tickets.
