VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1378 - 1380 of 16363)

Ticket Resolution Summary Owner Reporter
#1407 invalid VirtualBox takes 100% CPU Usage dc-16
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 Donald Bertrand
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 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".

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