You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
On Windows, both software and hardware unhandled exception causes assert in StackFrameIterator::NextInternal: ASSERT(m_pInstance->FindCodeManagerByAddress(m_ControlPC));
The m_ControlPC points to a code inside the wmain function, which doesn't belong to any of the registered modules.
On Unix, it ends up in an infinite loop in EH.DispatchEx calling RhpSfiNext and getting stuck at Exceptions_BringUpTest__Main for unhandled software exception and it fails with SIGSEGV for any hardware unhandled exception.
On Windows, both software and hardware unhandled exception causes assert in
StackFrameIterator::NextInternal:ASSERT(m_pInstance->FindCodeManagerByAddress(m_ControlPC));The
m_ControlPCpoints to a code inside thewmainfunction, which doesn't belong to any of the registered modules.On Unix, it ends up in an infinite loop in EH.DispatchEx calling RhpSfiNext and getting stuck at
Exceptions_BringUpTest__Mainfor unhandled software exception and it fails with SIGSEGV for any hardware unhandled exception.