Open timmac-qmc opened 2 months ago
Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @ivanpovazan, @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.
Tagging subscribers to this area: @brzvlad See info in area-owners.md if you want to be subscribed.
Seems like there is an exception thrown by a finalizer and then we crash in the runtime, maybe due to bad thread gc state transition. Could you provide some repro project ?
The app is a company project so I'm unable to share unfortunately, you may be able to reproduce the crash on the released app if that's of any use?
Description
I'm getting numerous crash reports from users when opening our MAUI Blazor Hybrid app on iOS with the following stack trace:
The crash is sporadic, I can reproduce it in the release version but sometimes the app opens fine, others it crashes almost instantly when opening. 2024-09-0511-36-23.7199+0100-a81f98656fd14cd6ee1031f7089dfc2e6b30f05c.txt
Reproduction Steps
Open iOS release version
Expected behavior
App opens as expected
Actual behavior
App crashes instantly
Regression?
No response
Known Workarounds
No response
Configuration
iOS 17.x+ ARM64 Release version MAUI Blazor Hybrid App
Other information
No response