[Bug 217258] emulators/virtualbox-ose: Segmentation fault on startup
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 9 18:12:04 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217258
--- Comment #22 from robert.ayrapetyan at 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 probably
this caused all that mess on my machine...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list