• Joined on 2024-07-22
ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-18 16:22:48 +00:00
Shutdown Freezes System

@Burer, I've reverted that commit. But I don't think it will help with the VMWare shutdown case. Not having VMWare makes it significantly more challenging to test and debug as I kind of have to…

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-16 12:44:28 +00:00
Shutdown Freezes System

@Burer: Thank you. That is a very useful hint. :)

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-15 14:42:51 +00:00
Shutdown Freezes System

@Burer, does this freeze always occur on VMWare? Or does it just happen occasionally? Has this happened on previous builds?

ramenu opened issue GSoC/kolibrios-nvme-driver#7 2024-08-14 00:19:25 +00:00
File Corruption?
ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-14 00:15:53 +00:00
Shutdown Freezes System

So, since I don't have VMWare unfortunately this might get annoying for you to test. Unfortunately I'm not smart enough to know what's going on here, so if you could screenshot the output from…

ramenu closed issue GSoC/kolibrios-nvme-driver#4 2024-08-12 23:57:14 +00:00
VMWare Fails Initialization
ramenu closed issue GSoC/kolibrios-nvme-driver#6 2024-08-12 23:56:59 +00:00
Stable system hang when trying to write to NVMe disk using script
ramenu closed issue GSoC/kolibrios-nvme-driver#3 2024-08-12 23:55:44 +00:00
System freеzеs when trying to delete a deleted folder
ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-12 23:51:23 +00:00
Shutdown Freezes System

@Burer Thanks. I'll check this issue out tomorrow. Seems like the controller isn't shutting down. I'm probably doing it wrong.

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-12 11:37:08 +00:00
Shutdown Freezes System

Update with commit c02d64b35a. System with loaded NVMe driver shuts down okay in VirtualBox, but freezes in VMWare, both when using IMG-image with driver autoload and ISO-image with manual…

ramenu commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-11 18:39:27 +00:00
Stable system hang when trying to write to NVMe disk using script

@Burer, Okay I've tested this and I think it should be fixed in b0ead51d7f. Please try that. Thanks once…

ramenu commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-11 16:02:00 +00:00
Stable system hang when trying to write to NVMe disk using script

@Burer: Make sure you're not using corrupted data. It's possible on some of your runs that the NVMe driver didn't finish writing some stuff and now the data is corrupted or invalid. It happened to…

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-11 15:59:04 +00:00
Shutdown Freezes System

Could you test this once more on Virtualbox and VMWare, with commit 19f9eb5ae6? Thanks.

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-10 23:29:31 +00:00
Shutdown Freezes System

YUP, that fixes it! NICE! :) (9ace6a4b52)

I've emitted the nvme-cleanup call for now though, will test…

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-10 23:23:01 +00:00
Shutdown Freezes System

Preserving the edi, esi registers seems to fix this issue: push esi edi call detect_nvme test eax, eax jz .err pop edi esi

Which makes sense, since the entrypoint to…

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-10 23:16:02 +00:00
Shutdown Freezes System

Okay, some clue at least, so I tried moving around RegService into different places:

; No crash
invoke  RegService, my_service, service_proc
ret
DEBUGF  DBG_INFO, "Detecting NVMe…
ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-10 21:27:38 +00:00
Shutdown Freezes System

@dunkaist,

Thank you for the insight. Unfortunately even when removing the nvme_cleanup call the issue still occurs. Removing the call the RegService does fix the shutdown problem, but I'm not…

ramenu commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-10 17:04:23 +00:00
Stable system hang when trying to write to NVMe disk using script

@Burer, lol so this is hilarious..

Apparently the driver works without crashing when you write debug output to the screen, otherwise it doesnt. But anyways I think I've fixed the command…

ramenu commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-10 16:35:31 +00:00
Stable system hang when trying to write to NVMe disk using script

If you could screenshot the screen when it freezes, that would be helpful. Thanks.

ramenu commented on issue GSoC/kolibrios-nvme-driver#6 2024-08-10 15:44:13 +00:00
Stable system hang when trying to write to NVMe disk using script

I think this is a duplicate of GSoC/kolibrios-nvme-driver#3 but I'm not sure.