-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Bug Report: System Freeze During Sequential File Copy Operations on VMDK
Environment:
Host OS: Windows 10 22H2 (x64)
Virtual Disk: aim_cli mount VMDK image
cmd: aim_cli.exe --mount --filename=xx.vmdk --provider=DiscUtils --writable --background
Test File: ~900MB sample file
Reproduction Steps:
Mount the VMDK disk image
Add a test file (~900MB) to the mounted volume
Perform sequential copy operations with exponentially increasing file counts:
First iteration: Copy 1 file
Second iteration: Copy 2 files
Continue doubling (4, 8, 16, 32, 64...)
Observed Behavior:
I/O operations become unresponsive during the test
Complete system lockup occurs shortly after
Requires hard reset to recover
Issue appears consistently reproducible
Lockup occurs regardless of copy destination (same volume/different volume)
No BSOD or error messages generated before freeze
And shortly there after the entire system becomes unresponsive and needs to be hard reset.