VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 16363)

Ticket Resolution Summary Owner Reporter
#19939 fixed Assertion in MachineImpl.cpp can never fail => fixed in svn/6.1.x x>16 BP nfeske
Description

At the beginning of the function Machine::initDataAndChildObjects, a boolean expression is passed as RC argument to the macro AssertComRCReturn:

    AssertComRCReturn(   getObjectState().getState() == ObjectState::InInit
                      || getObjectState().getState() == ObjectState::Limited, E_FAIL);

When compiling with XPCOM, the value of the expression can never yield a NS error value (bit 31 is never set).

I presume that AssertComRCReturn should be replaced by AssertReturn.

#20006 fixed 6.1.16 guest additions does not build on a linux 3.2.0 kernel => fixed in svn/6.1.x x>16 BP ThatsEnough
Description

The vboxguest kernel module does not build on a 3.2.0 kernel because kmalloc_array did not appear until kernel 3.2.51 whereas the test in memobj-r0drv-linux.c tests for a 3.2.0 or higher kernel.

Thus the line (line no 60):

#if RTLNX_VER_MIN(3,2,0)
defined(DOXYGEN_RUNNING)

should be changed to

#if RTLNX_VER_MIN(3,2,51)
defined(DOXYGEN_RUNNING)
#20091 fixed Guest additions 6.1.16 won't build in CentOS Stream kernel-4.18.0-257.el8.x86_64 => fixed in svn/6.1.x x>16 BP nixuser
Description

Latest CentOS Stream kernel breaks guest additions build.

Kernel is kernel-4.18.0-257.el8.x86_64

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