VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (949 - 951 of 16363)

Ticket Resolution Summary Owner Reporter
#10434 duplicate Assertion Failed crash under heavy disk IO level7
Description

Hi, when my Guest VM is under heavy disk IO (doing svn update of a large working directory) it randomly crashes (1-2 times a day) with the following error in the log file:

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
  • Host: Ubuntu 10.10 64bit
  • Guest: Ubuntu 8.04 64bit
#567 fixed Assertion Failed in PDMDevice.cpp(1892) => Fixed in SVN. BavarianGold
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!!
00:05:30.694 Expression: RT_SUCCESS(rc)
00:05:30.694 Location : /home/vbox/vbox-HEAD/src/VBox/VMM/PDMDevice.cpp(1892) void pdmR3DevHlp_ISASetIrqNoWait(PDMDEVINS*, int, int)
00:05:30.810 VERR_TIMEOUT (-40) - Timeout.

System: Host: openSUSE 10.2 (with latest patches)
Guest: Windows XP SP2 (with latest patches) - guest additions installed
VirtualBox 1.4.0

#1619 fixed Assertion Failed to release the client -> Fixed in 2.1.2 James Lucas
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy