Open rincebrain opened 3 years ago
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions.
System information
Describe the problem you're observing
While testing my refinement to #12022, I was concerned to discover that it hung ~forever (I tried waiting an hour) on my i686 VM.
...so I tried with vanilla git master, and it BUG_ON'd instead!
Describe how to reproduce the problem
Run ZTS with the sanity runfile. (zfs_destroy/zfs_destroy_dev_removal is the last test it logged, as FAIL, before this happened. The process that's now hung forever is zfs_destroy/zfs_destroy_dev_removal_condense)
Include any warning/errors/backtraces from the system logs
edit: I ran it a second time to see if it was a fluke, and on the same test, it spit out:
Bonus: a BUG_ON from kvm, this time from running zfs_destroy_dev_removal. (It looked similar enough to me to be relevant; LMK if I'm mistaken and should file a separate bug.)