-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
System.Runtime.CompilerServices.Unsafe.Tests crashes on NativeAOT #88339
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis test suite seems to crash in runtime-extra-platforms pipeline in various runs, e.g.
cc @dotnet/ilc-contrib seems to be
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsThis test suite crashes on NativeAOT (Linux-x64) in runtime-extra-platforms pipeline in various runs, e.g. or
cc @dotnet/ilc-contrib seems to be
|
The crash is stackoverflow. Improving reporting of stackoverflows is tracked by #72920 . The actual problem is that the default stack on Alpine is too small. Looks like the following is not getting defined:
|
Can't repro this on my WSL with Ubuntu 20.04.06 LTS though, tried both Release and Checked |
Ah, it explains why I can't repro it, my ulimit is:
(8Mb stack size) |
This test suite crashes on NativeAOT (Linux-x64) in runtime-extra-platforms pipeline in various runs, e.g.
https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-d867fba8f5e2452eb8/System.Runtime.CompilerServices.Unsafe.Tests/1/console.af12d8db.log?helixlogtype=result
or
https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-93a3d2dd051c4ab897/System.Runtime.CompilerServices.Unsafe.Tests/1/console.f5135cd7.log?helixlogtype=result
cc @dotnet/ilc-contrib
seems to be
net8.0-linux-Release-x64-NativeAOT_Release-(Alpine.315.Amd64.Open)Ubuntu.1804.Amd64
onlyThe text was updated successfully, but these errors were encountered: