-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
Description
After updating to latest .NET 7 my Platform UNO app crashes 100% reproducible (screenshot below). Please see the original issue report here
The failing code looks like this:
(string, object) result = await TaskCompletionSource<(string, object)>.Task
(there is additional information including logs available on the link above)
Unfortunately I'm unable to create a repo -> there must be some side condition involved which makes it hard to reproduce.
Would you have any idea what might be going wrong and what could be done to further isolate the crash?
Reproduction Steps
Pls see above
Expected behavior
WASM AOT should not crash
Actual behavior
Crash on WASM AOT
Regression?
Yes, earlier on this year I had (a prior version of) my app running on .NET 6 + WASM AOT and did not experience that crash.
Known Workarounds
No response
Configuration
- WASM AOT in a Platform UNO app
- latest .NET 7
- on latest Windows 11, x64
Other information
No response
