Don't check surprise flags in onFunctionExit
It's causing unwinding problems.
Esse commit está contido em:
@@ -144,7 +144,8 @@ void EventHook::onFunctionExit(const ActRec* ar) {
|
||||
// exception).
|
||||
if (ThreadInfo::s_threadInfo->m_pendingException == nullptr) {
|
||||
RunUserProfiler(ar, ProfileExit);
|
||||
CheckSurprise();
|
||||
// XXX Disabled until t2329497 is fixed:
|
||||
// CheckSurprise();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário