Date: Fri, 20 Mar 2020 10:13:02 +0000 From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 244847] emulators/virtualbox-ose: Memory fault after Revision 528258 Message-ID: <bug-244847-26505-50vrnf1p9J@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244847-26505@https.bugs.freebsd.org/bugzilla/> References: <bug-244847-26505@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244847 Tobias Kortkamp <tobik@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Severity|Affects Only Me |Affects Many People --- Comment #2 from Tobias Kortkamp <tobik@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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244847-26505-50vrnf1p9J>