https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217258
--- Comment #22 from robert.ayrapet...@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. _______________________________________________ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"