Bug 186973 - emulators/virtualbox-ose 4.3.6 vm fails to start with VERR_SYMBOL_NOT_FOUND
Summary: emulators/virtualbox-ose 4.3.6 vm fails to start with VERR_SYMBOL_NOT_FOUND
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Virtualbox Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-23 08:20 UTC by Georg Altmann
Modified: 2018-01-16 06:42 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Altmann 2014-02-23 08:20:00 UTC
After upgrade from virtualbox-ose-4.2.20 to virtualbox-ose-4.3.6:
Seems like the symbol RTLogGetDefaultInstance can not be found at VM startup. The VM starts fine with virtualbox-ose-legacy-4.2.22.
The guest OS is Windows 2k i386.

/usr/ports/emulators/virtualbox-ose% make showconfig

===> The following configuration options are available for virtualbox-ose-4.3.6:
     DBUS=off: D-Bus IPC system support
     DEBUG=off: Debug symbols, additional logs and assertions
     GUESTADDITIONS=off: Build with Guest Additions
     NLS=off: Native Language Support
     PULSEAUDIO=off: PulseAudio sound server support
     PYTHON=off: Python bindings or support
     QT4=off: Build with QT4 Frontend
     UDPTUNNEL=off: Build with UDP tunnel support
     VDE=off: Build with VDE support
     VNC=on: Build with VNC support
     VPX=off: Use vpx for video capturing
     WEBSERVICE=off: Build Webservice
     X11=off: X11 (graphics) support


Log:
00:00:00.117619 AssertLogRel /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/HostDrivers/Support/SUPLib.cpp(1753) int supLoadModuleResolveImport(RTLDRMODINTERNAL*, const char*, const char*, unsigned int, RTUINTPTR*, void*): <NULL>
00:00:00.117627 VMMR0.r0 is importing RTLogGetDefaultInstance which we couldn't find
00:00:00.117634 SUP: RTLdrGetBits failed for VMMR0.r0 (/usr/local/lib/virtualbox/VMMR0.r0). rc=VERR_SYMBOL_NOT_FOUND
00:00:00.118061 pdmR3LoadR0U: pszName="VMMR0.r0" rc=VERR_SYMBOL_NOT_FOUND szErr="SUPR3LoadModule: supLoadModule returned VERR_SYMBOL_NOT_FOUND"
00:00:00.118072 VMSetError: /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/VMM/VMMR3/VM.cpp(594) int vmR3CreateU(UVM*, uint32_t, int (*)(UVM*, VM*, void*), void*); rc=VERR_SYMBOL_NOT_FOUND
00:00:00.118076 VMSetError: Failed to load VMMR0.r0
00:00:00.120128 VNC: port = XXXX
00:00:00.120591 VNC: Configuring password
00:00:00.120679 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={8ab7c520-2442-4b66-8d74-4ff1e195d2b6} aComponent={Console} aText={Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND)}, preserve=false
00:00:00.141396 Power up failed (vrc=VERR_SYMBOL_NOT_FOUND, rc=NS_ERROR_FAILURE (0X80004005))

How-To-Repeat: unknown, might be specific to i386 (?) or to the upgraded virtualbox version.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-23 08:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vbox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-07 21:23:40 UTC
I think this PR can be safely closed (last time I've seen this error message the reason was in manually stripped vboxdrv.ko).
Comment 3 Walter Schwarzenfeld 2018-01-12 07:38:14 UTC
We have version 5.2.4. Could be closed.