Skip to content
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

mono_jit_compile_method_jit_only failed #100237

Closed
pavelsavara opened this issue Mar 25, 2024 · 4 comments
Closed

mono_jit_compile_method_jit_only failed #100237

pavelsavara opened this issue Mar 25, 2024 · 4 comments
Labels
arch-wasm WebAssembly architecture area-Codegen-AOT-mono Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@pavelsavara
Copy link
Member

pavelsavara commented Mar 25, 2024

Log

[14:09:15] info: Discovered:  System.Text.RegularExpressions.Tests.dll (found 257 of 358 test cases)
[14:09:15] info: Starting:    System.Text.RegularExpressions.Tests.dll
[14:09:15] info: [MONO] * Assertion at /__w/1/s/src/mono/mono/mini/interp/interp.c:2662, condition `<disabled>' not met
[14:09:15] info: 
[14:09:15] info: Process v8-12.3.219.sh exited with 1

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=616683&view=logs&jobId=6c05861b-5acf-5a94-8135-27551ca7dfc6
Build error leg or test failing: System.Text.RegularExpressions

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorPattern": "interp\\.c:2662.*condition.*not met",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=616683
Error message validated: [interp\.c:2662.*condition.*not met]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/25/2024 2:44:01 PM UTC

Report

Build Definition Test Pull Request
616683 dotnet/runtime normal-System.Text.RegularExpressions.Tests.WorkItemExecution #100156

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1
@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-Codegen-AOT-mono Known Build Error Use this to report build issues in the .NET Helix tab labels Mar 25, 2024
@pavelsavara pavelsavara added this to the 9.0.0 milestone Mar 25, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@pavelsavara
Copy link
Member Author

cc @kg @BrzVlad

@kg
Copy link
Member

kg commented Mar 25, 2024

image
Seems to be trying to JIT code. Jiterp could probably do this.

@kg
Copy link
Member

kg commented Mar 26, 2024

Looking through the interp code, there are a couple obscure cases where the interpreter might try to perform a JIT call in interp mode, or a JIT call targeting non-AOT'd code in AOT mode, but they seem like they would all imply memory corruption. Vlad can probably make more sense of this.

@github-actions github-actions bot locked and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Codegen-AOT-mono Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

2 participants