Custom Query (16363 matches)
Results (1378 - 1380 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1407 | invalid | VirtualBox takes 100% CPU Usage | ||
| Description |
When I try to load any operating system on to VirtualBox (in this case, Windows 98SE) it takes 100% of my CPU usage, redering my PC totally unstable and non-usable. I doubt it is my PC Spces which is causing this problem. Windows XP Professional SP2; Pentium 4HT 3.0GHz; 768MB RAM; 256MB Graphics; 80GB HDD; |
|||
| #1408 | duplicate | Host Hibernate Hang | ||
| Description |
Host OS: WinXP_SP2 Guest OS: Ubuntu 7.10 Guest Additions: Installed Hardware: 2 GB ram, 250 GB HDD, intel core 2 t5500 1.66, intel 945 Chipset Graphics. Issue: After running the guest os and shutting Vbox down. attempting to hibernate the host results in a hang. screen goes black, system never hibernates. |
|||
| #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". |
|||

