VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (961 - 963 of 16363)

Ticket Resolution Summary Owner Reporter
#1108 fixed Assertion failed fs.cpp(144) bool rtFsModeIsValid(RTFMODE) => Fixed in 1.6.4 ugemkow
Description

When using a Linux Fedora 7 host and a windows XP guest with shared folders, newest guest additions added, the following assertion failure happens:

!!Assertion Failed!!
Expression: RTFS_TYPE_MASK & fMode
Location :

/lnc/build/apps/make/VirtualBox-1.5.4_OSE/src/VBox/Runtime/fs.cpp(144) bool rtFsModeIsValid(RTFMODE)

00800000

We are using the OSE build 1.5.4 in debug mode. The scenario when this happended was: Using MS Office 2003, SP3, Word with a very large file created by concatenating other files and saving this file. The failure happened during the save operation.

#7722 obsolete Assertion failed in Medium::markForDeletion when merging disks Sm0k1n
Description

Whenever I attempt to merge two disks (a base disk and its only child) I get this exception:

org.virtualbox_3_2.RuntimeFaultMsg: VirtualBox error: Assertion failed: [this->lockHandle()->isWriteLockOnCurrentThread()] 
at 'D:\tinderbox\win-3.2\src\VBox\Main\MediumImpl.cpp' (4042) in Medium::markForDeletion. 
Please contact the product vendor! (0x80004005)

As far as I can tell, I have met all the requirements stated in the API docs for the IMedium::mergeTo() operation.

If it is of importance, the disks that are to be merged are both completely empty and I am using the jax-ws to write a servlet that does the merge.

Any ideas?

#2473 fixed Assertion failed in PGMAllPool.cpp(1517) int pgmPoolMonitorInsert(PGMPOOL*, PGMPOOLPAGE*) rc=-1701 vondralbra
Description

A 1.5GB RHEL5 guest crashes on a 4GB Host using Ubuntu Intrepid (Kernel 2.6.27-7) during an Oracle installation in the guest machine.

The location of the crash is in pgmPoolMonitorInsert() and the errorcode is -1701(VERR_MM_HYPER_NO_MEMORY) which means that a call to MMHyperAlloc() was not able to allocate any memory although enough cache and swap is available.

There has been some discussion on the issue in the virtualbox-forum in that link: http://forums.virtualbox.org/viewtopic.php?t=10710

The assertion which failed is located here in line 1517 of PGMAllPool.cpp:

   1509         rc = PGMHandlerPhysicalRegisterEx(pVM, PGMPHYSHANDLERTYPE_PHYSICAL_WRITE,
   1510                                           GCPhysPage, GCPhysPage + (PAGE_SIZE - 1),
   1511                                           pPool->pfnAccessHandlerR3, MMHyperCCToR3(pVM, pPage),
   1512                                           pPool->pfnAccessHandlerR0, MMHyperCCToR0(pVM, pPage),
   1513                                           pPool->pfnAccessHandlerGC, MMHyperCCToRC(pVM, pPage),
   1514                                           pPool->pszAccessHandler);
   1515         /** @todo we should probably deal with out-of-memory conditions here, but for now increasing
   1516          * the heap size should suffice. */
   1517         AssertFatalRC(rc);

which means that "rc" is set by either a call to MMHyperAlloc() or a call to pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs() in PGMAllHandler.cpp

The error occurs on the guest regardless of the size. I tried 900M, 1024M and 1536M.

Very likely this ticket might be a duplicate entry to http://www.virtualbox.org/ticket/1629 but here is no USB-logic involved at all.

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