-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm][aot][windows] Crash in Microsoft.Extensions.HostFactoryResolver.Tests
with emsdk 2.0.34
#64724
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details
Crash:
cc @radekdoulik
|
`Microsoft.Extensions.HostFactoryResolver.Tests`: dotnet#64724 `Microsoft.Extensions.Logging.Tests`: dotnet#64725
emscripten issue: emscripten-core/emscripten#15958 |
I have tried to add the missing functions to @vargaz do you have some other idea to try? |
* [wasm][aot] Disable failing tests `Microsoft.Extensions.HostFactoryResolver.Tests`: #64724 `Microsoft.Extensions.Logging.Tests`: #64725 * [wasm][aot] Disable `System.Text.Json.SourceGeneration.Roslyn3.11.Unit.Tests` .. on linux. Fixes #64762 . Real issue being tracked in #61339 * disable failing nodejs samples * [wasm] Disable more failing tests System.Linq.Tests: #64774 System.Text.Json.Tests: #64775 * Disable System.Text.RegularExpressions.Tests due to issue#64769
Exports work for me locally now. Either the changed list format helped or I had some problem with my local build? |
#64807 fixes the linker warnings about undefined symbols. The crash is still present. |
@vargaz could you please take a look at the crash? I will be away next week. I am able to reproduce it with |
Can't reproduce this on osx. |
Re-opening this because #64807 only fixed the warnings part of this issue. |
Fix dotnet#64724 and dotnet#64725 The tests were crashing because calling the memalign function, which was not exported.
Hit on #62499
Build, and
log
Crash:
cc @radekdoulik @vargaz
The text was updated successfully, but these errors were encountered: