PMI callback routine not called
TomSie opened this issue · 1 comments
TomSie commented
Hey,
the PMI callback routine is not called in case the project is compiled in "Release" mode.
The reason thereof is that the "KeInsertQueueApc" call in the IntelPt.cpp is inside an "ASSERT". Consequently, it is not executed in "Release" mode as in this environment ASSERT is defined as:
#define ASSERT( exp ) ((void) 0)
Best Regards!
Tom
richinseattle commented
Thank you for your report, this issue was fixed in 95e6643