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
Fix EH transition on native to interpreted boundary (#120378)
* Fix EH transition on native to interpreted boundary
There is a case where an interpreted code is called by CallDescrWorker
and the code that called the CallDescrWorker was invoked via pinvoke. In
that case, the SfiNextWorker was not detecting that the exception
propagates to CallDescrWorker due to the fact that the final
StackFrameIterator::GetFrameState() was returning SFITER_FRAME_FUNCTION
for the next pinvoke and not reporting any intermediate
SFITER_NATIVE_MARKER_FRAME.
* Fix Unix build break
0 commit comments