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
We should add a functional test which would verify that the SIGSEGV signal chaining to default handler works correctly on iOS platforms and that a crash report is properly generated when such signal is raised from native code.
The behavior got fixed in: #110741 and only manually verified with .NET MAUI iOS/MacCatalyst application.
However, we should improve our test coverage and catch any potential future regression early on.
The text was updated successfully, but these errors were encountered:
Description
We should add a functional test which would verify that the
SIGSEGV
signal chaining to default handler works correctly on iOS platforms and that a crash report is properly generated when such signal is raised from native code.The behavior got fixed in: #110741 and only manually verified with .NET MAUI iOS/MacCatalyst application.
However, we should improve our test coverage and catch any potential future regression early on.
The text was updated successfully, but these errors were encountered: