mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2026-03-09 04:43:25 +00:00
System freеzеs when trying to delete a deleted folder #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Discovered this bug while testing driver with commit 37ea6e2d16 in VirtualBox.
It is a bit tricky, so I decided to add a separate issue for it, and here are the exact steps to reproduce:
Not sure what is the reason of problem, maybe it is just me doing something wrong, but decided to share it here just in case.
System crash when trying to delete a deleted folderto System freеzе when trying to delete a deleted folderI think this is related to #1 (comment) but I'm not sure.
I'll add a new commit providing very verbose logs later, it will impact performance considerably, but at least it will provide us some insight about what the issue may be, rather than just making assumptions. If it's too much though let me know and I will decrease it. :)
System freеzе when trying to delete a deleted folderto System freеzеs when trying to delete a deleted folderFollowup of #6 (comment).
Tried with commit c02d64b35a and freshly created deleted folder. Both deletion and copying run smoothly, so this problem looks to be solved, at least for me in VirtualBox.
Will also try in VMWare and update this post later.
UPD. Also tested on VMWare. ISO image with manual driver and no debug output on screen, and IMG image with driver autoload and debug output on screen. Both works fine for deletion and copying.