Date: Wed, 22 Feb 2017 06:40:01 +0000 From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 217258] emulators/virtualbox-ose: Segmentation fault on startup Message-ID: <bug-217258-26505-iKaKjWqyPb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217258-26505@https.bugs.freebsd.org/bugzilla/> References: <bug-217258-26505@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217258 --- Comment #3 from Graham Perrin <grahamperrin@gmail.com> --- The tail of http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox/src/= hardenedmain.cpp (includes line 72):=20 #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 } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217258-26505-iKaKjWqyPb>