Skip to content

[.NET 7.0 + WASM AOT] App crash after update #79152

@DierkDroth

Description

@DierkDroth

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?

Thanks in advance
image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions