Custom Query (16363 matches)
Results (973 - 975 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2423 | fixed | Assertion failure when changing CD | ||
| Description |
This is happening using two live Linux CD ISO images as guests - I haven't tried other means. There's a hard disk attached as IDE Primary Master. I boot one Linux ISO image and shoot down using Power off machine, with the "Revert to the current snapshot" option unchecked. Then I go to CD-DVD Rom for Dom1 to change to the other ISO image. As soon as I press OK, I get a window like this: VirtualBox - Error
------------------
Failed to detach a hard disk image from device slot Master on channel Primary
of the IDE bus of the machine Dom1.
Assertion failed: [hd->children().size() == 0 && hd->machineId() ==
mData->mUuid] at '/home/vbox/vbox-2.0.2/src/VBox/Main/MachineImpl.cpp'
(1971) in virtual nsresult Machine::DetachHardDisk(PRUint32, PRInt32,
PRInt32).
Please contact the product vendor!.
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {1e509de4-d96c-4f44-8b94-860194f710ac}
When I press OK I get a window like this: VirtualBox - Error
------------------
Failed to attach a hard disk image with UUID
{f6c0403c-5018-455a-a799-de395bcd4396} to device slot Master on channel
Primary of the IDE bus of the machine Dom1.
Hard disk '/home/pgimeno/.VirtualBox/VDI/Dom1.vdi' is already attached to
device slot 0 on channel 0 of bus 1.
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {1e509de4-d96c-4f44-8b94-860194f710ac}
After that, everything seems to work fine. |
|||
| #19939 | fixed | Assertion in MachineImpl.cpp can never fail => fixed in svn/6.1.x x>16 | ||
| Description |
At the beginning of the function Machine::initDataAndChildObjects, a boolean expression is passed as RC argument to the macro AssertComRCReturn: AssertComRCReturn( getObjectState().getState() == ObjectState::InInit
|| getObjectState().getState() == ObjectState::Limited, E_FAIL);
When compiling with XPCOM, the value of the expression can never yield a NS error value (bit 31 is never set). I presume that AssertComRCReturn should be replaced by AssertReturn. |
|||
| #834 | duplicate | Assertion in PDMDevice.cpp at line 1920 => Fixed in SVN. | ||
| Description |
Configuration: Host-system: xubuntu 7.10 Guest-system: win-xp virtual box version: 1.5.2 When I copy a large file (4GByte) from a shared folder into my virtual machine then it crashes (Assertion). Location: PDMDevice.cpp(1920) void pdmR3DevHlp_ISASetIrqNoWait(PDMDEVINS*, int, int) |
|||

