Changes between Initial Version and Version 1 of Ticket #11279
- Timestamp:
- Dec 10, 2012 2:16:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11279 – Description
initial v1 6 6 I can't seem to reproduce the issue with a cloned vdi image or with an IDE storage controller. I also managed to reproduce the issue using the lsilogic SCSI controller, but I don't remember being able to do the same with the official build. The official build becomes unresponsive, while it continues to keep the host's hdd busy. 7 7 The guest hdd icon is indicating a writing operation (red). I can reproduce it almost every time. Using a selfbuild VirtualBox (svn rev44059), the following assert fails: 8 8 {{{ 9 9 AioMgr1-F !!Assertion Failed!! [[br]] 10 10 AioMgr1-F Expression: VDMETAXFER_TXDIR_GET(pMetaXfer->fFlags) == VDMETAXFER_TXDIR_NONE[[br]] 11 11 AioMgr1-F Location : C:\work_x64\vbox\src\VBox\Storage\VD.cpp(4436) int __cdecl vdIOIntWriteMetaAsync(void *,struct VDIOSTORAGE *,unsigned __int64,void *,unsigned __int64,struct VDIOCTX *,int (__cdecl *)(void *,struct VDIOCTX *,void *,int),void *) 12 12 }}} 13 13 If I continue the execution, it ends with an attempt to access an invalid memory location, referenced by pDeferred[[br]] 14 14 \vbox\src\VBox\Storage\VD.cpp line 3964:[[br]]