-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
dotnet
exits with exit code 139
on linux, with a core file dumped
#68393
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsConfiguration:
|
Tagging subscribers to this area: @directhex Issue DetailsConfiguration:
|
We have been seeing |
Nothing I know of . . . |
Tracked at dotnet/msbuild#7596 |
We have seen this failure twice in rolling builds this week, in https://dev.azure.com/dnceng/public/_build/results?buildId=1746930&view=results and https://dev.azure.com/dnceng/public/_build/results?buildId=1752379&view=results. |
This is very likely duplicate of #68443 that was just fixed in dotnet/runtime. We need to get .NET SDK with the fix to make this failure go away. |
This is blocked on #70117 |
dotnet
exits with exit code 139
on linux, with a core file dumped
I'm still seeing regular instances of this on the perf pipeline. |
Is there a dump available with the failure? |
This looks to be an OpenSSL shutdown issue. Adding @bartonjs @wfurt since we have seen something similar a few weeks ago, and it was mentioned that this was a wont fix on
|
@DrewScoggins this is for the perf pipeline. We hit this issue a few times a day, with @mangod9 can we confirm that it is the same issue? |
If it's only happening on Ubuntu 18.04, then it's almost certainly that known problem. |
The question is what we are in middle of SSL when the process is shutting down. Disposing SslStream properly before shutdown should fix it, right @bartonjs ? |
@DrewScoggins can you we update to a newer version, from Ubuntu 18.04? We are seeing this issue on jobs for cc @lewing |
This is hit frequently, especially on the |
ping @DrewScoggins |
FWIW, there's now a bug on Ubuntu's side (https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1983100). Per the comments there, a fix has been built; hopefully it flows out to general distribution and we can stop having the position of "yeah, we get crashes on Ubuntu 18.04..." |
🤞 We hit this pretty regularly on the |
I think this was hit again on an unrelated PR https://dev.azure.com/dnceng-public/public/_build/results?buildId=36771&view=logs&j=6f051c1a-c3e7-5cde-411e-64125624a208&t=b731ef43-7f67-5a47-0aca-433fa8d3212b |
Build: https://dev.azure.com/dnceng/public/_build/results?buildId=1732324&view=logs&j=6f051c1a-c3e7-5cde-411e-64125624a208&t=961bb5d4-39cc-55d0-23ed-82f28319785b
Configuration:
Build Browser wasm Linux Release WasmBuildTests
The text was updated successfully, but these errors were encountered: