VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1438 - 1440 of 16363)

Ticket Resolution Summary Owner Reporter
#17558 invalid FreeBSD kernel-modules must be compiled with -DPAE to work with PAE-kernels mi
Description

A number of kernel mechanisms are compiled differently depending on whether or not PAE is defined at compile-time.

It should be an option, when compiling kernel-modules -- both for the host and for the guests -- on FreeBSD (and, possibly, other BSDs as well), to easily add the -DPAE to both CFLAGS and CXXFLAGS.

#17557 fixed Silly bug in egl.c. => Fixed in SVN mi
Description

The compiler warns about this, so I don't know, how this was allowed into a release... The fix is very simple:

--- src/VBox/Additions/common/crOpenGL/egl.c	2018-01-15 09:49:53
+++ src/VBox/Additions/common/crOpenGL/egl.c	2018-02-20 10:56:16
@@ -347,5 +347,5 @@
         for (pAttrib2 = pAttrib + 2; *pAttrib2 != EGL_NONE; pAttrib2 += 2)
             if (*pAttrib2 == *pAttrib)
-                fSkip == true;
+                fSkip = true;
         if (fSkip)
             continue;

Also, maybe, the inner loop should also break after assigning fSkip -- no obvious need for the loop to continue scanning through attributes, once it finds the first duplicate.

#17556 wontfix Virtual Router makes TCP RolandMinde
Description
  1. A TCP port forwarding is configured.
  2. The guest system is running.
  3. The application on the guest system, normally listening on this port, is not running.
  4. Trying a TCP connection from outer network succeeds.
  5. After sending the first message over this connection, the connection is closed from partner site.

This behavior seems incorrect, because a router supports level 3 and may not serve level 4 TCP connections. The expected behavior is an instant rejection of the connection establishment.

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