VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 16363)

Ticket Resolution Summary Owner Reporter
#191 fixed "out of memory" when there is plenty of free physical memory palomino
Description

host os: windows 2000(2GB ram,about 1.5GB free)

guest os: windows xp(512MB),ubuntu(384MB),slackware(128MB)

I just ran one VM at the same time.but only slackware worked.other 2 VMs got error like this:

Failed to lock 536870912(402653184 for ubuntu) bytes of host memory (out of memory). VBox status code: -8 (VERR_NO_MEMORY).

Result Code: E_FAIL (0x80004005) Component: Console Interface: IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}

#1409 fixed "pcnetGetMac" error in source code xasm
Description

Hi,

I found a bug on the input parameter for a function in source code(maybe a "clerical error"),Although the function hasn't been used as yet , I think it will cause the problem if it is used. here are the information for the bug:

function name:pcnetGetMac,

file:/src/vbox/devices/network/devpcnet.cpp static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac) {

PCNetState *pData = INETWORKCONFIG_2_DATA(pInterface); memcpy(pMac, pData->aPROM, sizeof(*pMac)); return VINF_SUCCESS;

}

file:/include/vbox/pdmifs.h typedef PDMMAC *PPDMMAC; DECLR3CALLBACKMEMBER(int, pfnGetMac,(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac));

the purpose on function is to output MAC address(6 Bytes), but pay attention to the second input parameter, the type is "PPDMMAC *" (double pointer), after execute "memcpy(pMac, pData->aPROM, sizeof(*pMac))", obviously it can't get result that we want.

so,it should change the type for input parameter from "PPDMMAC *" to "PPDMMAC".

#2621 invalid "qwerty" keyboard layout always Philippe Schelté
Description

On the host the keyboard layout is in "azerty". When I install debian, even if I set the keyboard layout to map "azerty" the layout remains "qwerty".

Host

up-to-date Debian etch virtualbox-2.0.4

# locale -a C fran�ais french fr_FR fr_FR@euro fr_FR.iso88591 fr_FR.iso885915@euro fr_FR.utf8 POSIX

GUEST

debian etch up-to-date

# locale -a C fran�ais french fr_FR fr_FR@euro fr_FR.iso88591 fr_FR.iso885915@euro fr_FR.utf8 POSIX

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