2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-09-19 01:51:03 +02:00

System freеzеs when trying to delete a deleted folder #3

Closed
opened 2024-08-09 12:34:57 +02:00 by Burer · 2 comments

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:

  1. Opened NVMe drive from Linux (using VirtualBox, not real installation).
  2. Deleted some folders and files, shut down Linux.
  3. Opened same drive in KolibriOS - deleted files are displayed in some kind of hidden folder.
  4. Tried to delete it - system froze in process.

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.

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: 1. Opened NVMe drive from Linux (using VirtualBox, not real installation). 2. Deleted some folders and files, shut down Linux. 3. Opened same drive in KolibriOS - deleted files are displayed in some kind of hidden folder. 4. Tried to delete it - system froze in process. 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.
Burer changed title from System crash when trying to delete a deleted folder to System freеzе when trying to delete a deleted folder 2024-08-09 12:42:51 +02:00
Member

I 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. :)

I think this is related to https://git.kolibrios.org/GSoC/kolibrios-nvme-driver/issues/1#issuecomment-471 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. :)
ramenu self-assigned this 2024-08-09 15:54:08 +02:00
Sweetbread changed title from System freеzе when trying to delete a deleted folder to System freеzеs when trying to delete a deleted folder 2024-08-10 18:57:30 +02:00
Author

Followup 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.

Followup of https://git.kolibrios.org/GSoC/kolibrios-nvme-driver/issues/6#issuecomment-520. 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.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: GSoC/kolibrios-nvme-driver#3
No description provided.