-
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
[wasi] wasm trap: out of bounds memory access in sgen_gray_object_queue_trim_free_list #88501
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/public/_build/results?buildId=331160 Error Blob{
"ErrorMessage": "sgen_gray_object_queue_trim_free_list",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
}
|
Can't reproduce this using: |
Not sure why Known Build Error is not matching runs hitting this (maybe because it's showing up as a warning and not as an error) but I found another hit today:
|
Hit this one again in 8.0 (warning, not error).
Output:
|
Unsure why KnownBuildError is unable to keep linking existing hits, it says It was hit in a 8.0 PR: #91231 |
…memory. Some code in sgen like sgen_los_free_object () expects the return address to be aligned. Hopefully fixes dotnet#88501 and others.
…memory. Some code in sgen like sgen_los_free_object () expects the return address to be aligned. Hopefully fixes #88501 and others.
@vargaz @lewing @lambdageek @radical do we need the fix for this backported to 8.0? I'm still seeing the PR: #92374 |
@carlossanlop looks like the backport went in last week #91761 |
The PR that is hitting this failure was opened yesterday: #92374 This is what I'm seeing there: Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=413445&view=logs&j=f02b8cf9-dd4d-54fc-c292-2bb1d305b019&t=fd9015e5-cd94-57d7-8286-4fe749355863&l=56
|
Probably another failure with the same symptoms. Will investigate. |
Couldn't reproduce it locally. |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=384730
Build error leg or test failing: System.Buffers.Tests Work Item
Pull request: #91059
Error Blob
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=384730
Error message validated:
sgen_gray_object_queue_trim_free_list
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 8/29/2023 5:41:34 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: