Hello,<div><br></div><div>I am trying to debug the following assertion failure:  </div><div><br></div><div>(From the VBox Headless log file)</div><div><br></div><div><div>!!Assertion Failed!!</div><div>Expression: <NULL></div>
<div>Location  : /home/user/vbox/src/VBox/VMM/VMMAll/PGMAllBth.h(1462) void pgmR3BthPAEPAESyncPageWorkerTrackDeref(PVMCPU, PPGMPOOLPAGE, RTHCPHYS, uint16_t, RTGCPHYS)</div><div>HCPhys=0000000062e85000 wasn't found!</div>
</div><div><br></div><div>I am trying to identify why the Physical memory can not be found in the Host Context.  </div><div><br></div><div>Is it possible to capture a backtrace when an assertion occurs or log any additional information so that I can debug the problem more effectively?</div>
<div><br></div><div>Is the VBox Debugger functional and should I try to use that for additional information?<br></div><div><br></div><div>Right now, I am only using the output from the debugging logs as a means of diagnosing the issue with the following flags:<br>
<br></div><div><div>VBOX_LOG="all"</div><div>VBOX_LOG_FLAGS="enabled"</div><div>VBOX_LOG_DEST="stderr"</div><div>VBOX_WITH_R0_LOGGING=1</div></div><div><br></div><div><br></div><div>Any debugging or analysis tips are greatly appreciated.  Thanks in advance for your help.</div>
<div><br></div><div>-- Adam</div><div> </div>