-
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
[mono] Set unwind table kind #107462
[mono] Set unwind table kind #107462
Conversation
To stop hitting assert in the verbose output, when aot compiler is built with the debug configuration of llvm
Tagging subscribers to this area: @lambdageek, @steveisok |
This appears to be failing on ios-arm64 and tvos-arm64 (it has been rerun multiple times) |
Maybe related https://reviews.llvm.org/D131153 |
@lewing @pavelsavara the threading tests error looks like #102762 possibly the unwind info is now different and hopefully contains more information? @pavelsavara could you take a look? https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-107462-merge-cd527723c6d243f5b7/WasmTestOnFirefox-MT-System.Globalization.Calendars.Tests/1/console.14d43601.log?helixlogtype=result |
I think it's unrelated to this change. It would be good to open known issue. |
Created #108394 for the unrelated failure. |
/ba-g debug tests failures are unrelated and known issue |
* Set unwind table kind To stop hitting assert in the verbose output, when aot compiler is built with the debug configuration of llvm * Set synchronous uw table kind on arm64 * Feedback
* Set unwind table kind To stop hitting assert in the verbose output, when aot compiler is built with the debug configuration of llvm * Set synchronous uw table kind on arm64 * Feedback
To stop hitting assert in the verbose output, when aot compiler is built with the debug configuration of llvm