[Bug 217258] emulators/virtualbox-ose: Segmentation fault on startup

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 1 20:43:23 UTC 2017


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

--- Comment #14 from Jason Bacon <bacon4000 at gmail.com> ---

On my 10.3 systems, doing the following resolved the issue:

pkg delete llvm37
pkg delete virtualbox\* (for good measure)
pkg autoremove (for good measure)
pkg upgrade
pkg install virtualbox-ose

VirtualBox now opens normally.

I'm not sure where the llvm37 installation came from.  My guess is is was
orphaned by pkg upgrade when it upgraded to llvm39.

I'm getting a different error on my 11.0 system, but I don't think it's
related.  Popup error box:

Failed to acquire the VirtualBox COM object.

Callee RC: 
NS_BASE_STREAM_WOULD_BLOCK (0x80470007)

So it appears the VirtualBox should protect against loading llvm37 libraries if
they're present.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list