Custom Query (16363 matches)
Results (949 - 951 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #10434 | duplicate | Assertion Failed crash under heavy disk IO | ||
| Description |
Hi, when my Guest VM is under heavy disk IO (doing 16:25:49.040 AsyncCompletion: Task 0x007fc5fb991480 completed after 15 seconds 16:25:49.040 AsyncCompletion: Task 0x007fc5fb9916c0 completed after 15 seconds 16:25:49.040 AsyncCompletion: Task 0x007fc5fb991680 completed after 15 seconds 16:25:50.913 AHCI#0: Canceled read at offset 11987676672 (114688 bytes left) returned rc=VINF_SUCCESS 16:25:50.913 16:25:50.913 !!Assertion Failed!! 16:25:50.913 Expression: pSgBuf->cbSegLeft <= 5 * _1M && (uintptr_t)pSgBuf->pvSegCur >= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg && (uintptr_t)pSgBuf->pvSegCur + pSgBuf->cbSegLeft <= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg + pSgBuf->paSegs[pSgBuf->idxSeg].cbSeg 16:25:50.913 Location : /home/vbox/vbox-4.1.12/src/VBox/Runtime/common/misc/sg.cpp(54) void* sgBufGet(RTSGBUF*, size_t*) 16:25:50.913 pSgBuf->idxSeg=0 pSgBuf->cSegs=1 pSgBuf->pvSegCur=00007fc5f4ab1000 pSgBuf->cbSegLeft=65536 pSgBuf->paSegs[0].pvSeg=000000000176c330 pSgBuf->paSegs[0].cbSeg=114688
|
|||
| #567 | fixed | Assertion Failed in PDMDevice.cpp(1892) => Fixed in SVN. | ||
| Description |
Hello, I was just copying data from a shared folder when the VirtualBox crashed. The error message was:
00:05:30.694 !!Assertion Failed!!
System:
Host: openSUSE 10.2 (with latest patches) |
|||
| #1619 | fixed | Assertion Failed to release the client -> Fixed in 2.1.2 | ||
| Description |
When powering off a vm an assertion was thrown by VBoxVRDP 41:29:57.892 VRDP: TCP server failed to send data to the client!!! Disconnecting the client. 41:29:57.892 VRDP: Failed to release the client. Status 0x2, Context 0x2!!! 41:29:57.892 41:29:57.892 !!Assertion Failed!! 41:29:57.892 Expression: <NULL> 41:29:57.892 Location : /home/vbox/vbox-1.5.6/src/VBox/RDP/server/vrdpclient.cpp(340) void VRDPClient::ThreadContextRelease(int) This put the machine into an aborted state and could not be recovered by a VBoxManage controlvm <vmname> poweroff|reset because the VBoxVRDP process had executed and there was no current session. I had to manually change the aborted="true" value in the vm .xml file to reset this state. What is the correct method from recovering from aborts such as these? Manually having to edit the xml file is a sloppy. |
|||

