Custom Query (16363 matches)
Results (130 - 132 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #191 | fixed | "out of memory" when there is plenty of free physical memory | ||
| 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 | ||
| Description |
Hi,
function name:pcnetGetMac, file:/src/vbox/devices/network/devpcnet.cpp static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac) {
} 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 | ||
| 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 |
|||

