VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (517 - 519 of 16363)

Ticket Resolution Summary Owner Reporter
#14393 fixed vbox/src/VBox/Additions/common/crOpenGL/load.c:694: Resource leak dcb
Description

Source code is

    while (!feof(f)) {
        char line[1000];
        char **args;
        fgets(line, 999, f);
        line[crStrlen(line) - 1] = 0; /* remove trailing newline */
        if (crStrncmp(line, procName, procNameLen) == 0 &&
            (line[procNameLen] == ' ' || line[procNameLen] == '\t'))
        {
            crWarning("Using Chromium configuration for %s from %s",
                                procName, configPath);
            args = crStrSplit(line + procNameLen + 1, " ");
            return args;
        }

Suggest add missing call to fclose

#1568 fixed vbox-OSE: pxegrub won't start after successful transfer via tftp Vladimir
Description

pxegrub won't start after successful transfer via tftp
from host in OSE (SuSE rpm) build,
while works fine with binary non-OSE (Sun xVM) VirtualBox
from suse-10.3 rpm package.

May be related: it seems OSE has single NIC driver linked in,
while configurator offers 3 various,
but ignores any selects, regards to last pxegrub message
before it hungs (see vbox-netconfig.png and vbox-pxeboot.png attached).

May be related: both PCnet LANCE NIC-s are pxe-booting in non-OSE vbox,
but, Intel 1Gbit card:

  • won't boot via pxe [grub], reporting attempt of use PCnet NIC;
  • won't show RX and TX packets counts, while ping and ssh to host work fine(!)
#9260 duplicate vbox* modules breaks suspend (hang or reboot) Eugene San
Description

Loading kernel modules from 4.1 breaks suspend functionality on Ubuntu 11.04. Attempt to suspend usually hangs but sometimes restarts the machine.

Issues existed also in 4.1 beta versions. 4.0 works perfectly.

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