[Bug 244847] emulators/virtualbox-ose: Memory fault after Revision 528258

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 20 10:13:03 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244847

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Severity|Affects Only Me             |Affects Many People

--- Comment #2 from Tobias Kortkamp <tobik at freebsd.org> ---
It's caused by the usual conflict between libstdc++ and libc++ which
often cannot coexist in the same process.  Building with GCC will
link everything with its libstdc++ while all the Qt5 libs are linked
with libc++ from base which breaks the Qt5 GUI.  VBoxSDL (and
probably others that do not load libc++ too) still work fine like
before.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-emulation mailing list