VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (388 - 390 of 16363)

Ticket Resolution Summary Owner Reporter
#9978 fixed uninitialized local variable 'rc' used in vboxmanagemisc.cpp -> fixed as of 29 Nov 2011 xin li
Description

vboxmanagemisc.cpp(531) : uninitialized local variable 'rc' used

--- /Temp/VBoxManageMisc.cpp-rev5755.svn000.tmp.cpp Wed Nov 30 16:43:34 2011 +++ /VirtualBoxOSE/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp Wed Nov 30 16:41:46 2011 @@ -453,11 +453,11 @@

return RTEXITCODE_SUCCESS;

}

int handleStartVM(HandlerArg *a) {

  • HRESULT rc;

+ HRESULT rc = S_OK;

std::list<const char *> VMs; Bstr sessionType = "gui";

static const RTGETOPTDEF s_aStartVMOptions[] = {

#765 obsolete defect: mouse wheel behaves as if shift key is pressed xinhuaji
Description

My configuration: virtual box 1.50 host: WinXP professional sp2 guest: Fedora Core 7 with vbox additions installed

I noticed this unusual behavior when I was using firefox in guest OS. When I scroll up/down any webpage using mouse (middle) wheel, firefox will randomly jump to other page as if 'Forward' or 'Back' button were clicked. And this is very reproducible, especially when I quickly toggles between wheel up and wheel down (rub the wheel back and forth quickly).

Now as a fact Firefox actually supports mouse shortcut for 'back' and 'forward' action as 'shift+mouse wheel down' and 'shift+mouse wheel up'. So it appears to me that while I do not press any keyboard key, and am very sure that shift key is not accidentally locked, something makes Firefox thinks shift key is pressed at the time.

This phenomenon does not occur when vbox additions is not installed. AND, even if vbox does not capture keyboard, the problem still persists (I press right ctrl and the small icon in the right bottom corner of vbox window grayed indicating keyboard is not captured by guest OS). So I am pretty sure this is not a hardware keyboard problem. Also I do not have problem using firefox this way in host OS. So I come to create this ticket believing it is a defect of Virtual Box 1.50. I wanted to create a small movie recording this as proof, but can't find any handy software helpful so I gave up.

#8117 fixed VBoxHeadless crashes randomly when no RDP clients are connected ximmortal
Description

Syslog recorded the following around the time of the crash:

VBoxHeadless[25399]: segfault at 38 ip 00007f44d58164e5 sp 00007f44dc51c7a0 error 6 in VBoxVRDP.so[7f44d5802000+5d000]

OS: Ubuntu 10.10 (x86_64) Guest: Windows XP (x86)

This system is on a closed LAN which would not be open to unknown RDP connections, so I am certain that no RDP connections were attempted or maintained when the crash occurred.

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