-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-Codegen-Interpreter-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue
Milestone
Description
Description
Tests are failing with segfault. Log copied here. Dump analysis is in log, but no dump was uploaded.
Here's the test run: https://dev.azure.com/dnceng/public/_build/results?buildId=1017231&view=ms.vss-test-web.build-test-results-tab&runId=31667100&resultId=177595&paneView=attachments
dump file
console.987db203.txt
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
The same tests do not run in WASM since it doesn't support threading. Some sort of similar failure happening on wasm once I condition other tests.
Tests pass when run without the interpreter on both mono and coreclr.
Configuration
- Which version of .NET is the code running on? .NET 6
- What OS and version, and what distro if applicable? Debian
- What is the architecture (x64, x86, ARM, ARM64)? x64
- Do you know whether it is specific to that configuration? Yes, specific to desktop interpreter
Regression?
No
Identified in #48858 which reenabled these tests.
Metadata
Metadata
Assignees
Labels
area-Codegen-Interpreter-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue