Debug build with false positive assertions

Discussions related to using the OSE version of VirtualBox.
Post Reply
vthakkar
Posts: 14
Joined: 24. Nov 2015, 09:16

Debug build with false positive assertions

Post by vthakkar »

Hi,

I am building a debug build of virtualbox. This build throws up lot of false positive assertions and panics (halts VBox) by default. I remember there was a way that we could disable the panic on assertion but I am not able to recollect the way to do that. Was there an environment variable that could be used for this purpose?
vthakkar
Posts: 14
Joined: 24. Nov 2015, 09:16

Re: Debug build with false positive assertions

Post by vthakkar »

I looked at the code. It is
set VBOX_ASSERT=none
Post Reply