<div dir="ltr">Hi Samuel,<div><br></div><div>The VirtualBox debug build is not for regular usage. The debug build runs unoptimized code and some of its code paths may differ from a release build. This includes debug assertions, that will stop your VM or even the host OS without warning, if they trigger. On Windows, at least, an assert in the VirtualBox kernel driver will stop your OS with a BSOD -- I don't know how the Linux kernel handles a kernel module fault. With a debug build, it may even be harder or impossible to reproduce a scenario. You can use the official build to see where it crashes, then use a self-build release build to obtain a detailed stack trace, if the crash is in VirtualBox code. From this point forward, it depends on the issue and your skills.</div><div><br></div><div>Best regards,</div><div>Mihai</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 10, 2018 at 6:31 PM, Samuel Rats <span dir="ltr"><<a href="mailto:srats@genymobile.com" target="_blank">srats@genymobile.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi VBox people!<br>
<br>
In order to investigate an issue I recently opened<br>
(<a href="https://www.virtualbox.org/ticket/17644" rel="noreferrer" target="_blank">https://www.virtualbox.org/<wbr>ticket/17644</a>), I was looking for some<br>
official debug builds of the VirtualBox package, but couldn't manage<br>
to find any.<br>
Even the "testing" builds are release build.<br>
<br>
Can I find them somewhere, or should I build VirtualBox in debug mode myself?<br>
Additional question, do you know if the debug build is of VirtualBox<br>
is much slower than a release build, or is it still usable for<br>
days-to-days operations?<br>
<br>
This issue is really bothering us, and I have time to investigate/fix it.<br>
Thanks in advance.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Samuel Rats<br>
______________________________<wbr>_________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" rel="noreferrer" target="_blank">https://www.virtualbox.org/<wbr>mailman/listinfo/vbox-dev</a><br>
</font></span></blockquote></div><br></div>