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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 22 06:40:03 UTC 2017


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

--- Comment #3 from Graham Perrin <grahamperrin at gmail.com> ---
The tail of
http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp
(includes line 72): 




#ifdef VIRTUALBOX_VM
    return SUPR3HardenedMain("VirtualBoxVM",
                             fFlags | SUPSECMAIN_FLAGS_TRUSTED_ERROR |
SUPSECMAIN_FLAGS_OSX_VM_APP,
                             argc, argv, envp);
#else
    return SUPR3HardenedMain("VirtualBox", fFlags |
SUPSECMAIN_FLAGS_TRUSTED_ERROR, argc, argv, envp);
#endif
}

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


More information about the freebsd-emulation mailing list