rsday, August 28, 2014 12:22 PM
To: edk2-devel@lists.sourceforge.net
Subject: Re: [edk2] Endless Loop when DEBUG_POOL used with ReportStatusCode
version of DebugLib
Tim,
Yes. This issue has been around a while. The workaround when you want to
monitor every single pool operation in the DXE Core is t
: [edk2] Endless Loop when DEBUG_POOL used with ReportStatusCode version
of DebugLib
Symptom:
If "DEBUG_POOL" bit is set in PcdDebugPrintErrorLevel, BIOS will enter
recursive loop. (A call B, B call C, C call A, )
Description:
This happens when the PeiDxeDebugLibReportStatusCode.inf
Symptom:
If "DEBUG_POOL" bit is set in PcdDebugPrintErrorLevel, BIOS will enter
recursive loop. (A call B, B call C, C call A, )
Description:
This happens when the PeiDxeDebugLibReportStatusCode.inf version of DebugLib is
used. We found it can be duplicated with revision 15913, although it ap