Re: [edk2] Endless Loop when DEBUG_POOL used with ReportStatusCode version of DebugLib

2014-08-27 Thread Tim Lewis
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

Re: [edk2] Endless Loop when DEBUG_POOL used with ReportStatusCode version of DebugLib

2014-08-27 Thread Kinney, Michael D
: [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

[edk2] Endless Loop when DEBUG_POOL used with ReportStatusCode version of DebugLib

2014-08-27 Thread Tim Lewis
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