Date: Tue, 09 May 2017 18:12:02 +0000 From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 217258] emulators/virtualbox-ose: Segmentation fault on startup Message-ID: <bug-217258-26505-BEm5TvpGpt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217258-26505@https.bugs.freebsd.org/bugzilla/> References: <bug-217258-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=3D217258 --- Comment #22 from robert.ayrapetyan@gmail.com --- Ok, so here is what helped me after another 5 minutes of research... pkg info | grep llvm llvm39-3.9.1_4 LLVM and Clang (so only one llvm is installed) VirtualBox segfaults /usr/local % ls | grep llvm llvm36 llvm39 (hm, this is really strange) pkg install llvm36 pkg remove llvm36 VirtualBox segfaults /usr/local % ls | grep llvm llvm36 llvm39 (nasty llvm36 is still there!) rm -rf /usr/local/llvm36 VirtualBox it works now!!! Also I need to note that not so long ago I've switched from "latest" to "quarterly" (default FreeBSD 11-RELEASE mode) pkg update server, and probab= ly this caused all that mess on my machine... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217258-26505-BEm5TvpGpt>