Custom Query (16363 matches)
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 | ||||
| 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 | ||||
| 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):
should be changed to
|
|||||
| #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 | ||||
| Description |
Latest CentOS Stream kernel breaks guest additions build. Kernel is kernel-4.18.0-257.el8.x86_64 |
|||||

