-
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
SIGSEGV (139) on Linux .NET 8.0rc1 while Debug'ging #92176
Comments
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process Issue DetailsDescriptionLatest EndeavourOS Arch Linux with JetBrainsRider 2023.2.1#RD-232.9559.61
Project.csproj:
Program.cs
Crash happens on Start() method invocation. Works then I run it without debugger, it passes executes normally (outputs what it should in this case). Reproduction Steps. Expected behavior. Actual behavior. Regression?. Known Workarounds. Configuration. Other information.
|
https://www.nuget.org/packages/CliWrap This library is affected by this issue as well, because it uses underlying System.Diagnostics.Process too.
|
Works when .NET is at older 7.0.11 |
Thank you for reporting this issue. This was fixed by #90826. The fix is included in .NET 8 RC2. |
Description
Latest EndeavourOS Arch Linux with JetBrainsRider 2023.2.1#RD-232.9559.61
Linux_6.5.2-zen1-1-zen
Project.csproj:
Program.cs
Crash happens on Start() method invocation.
Works then I run it without debugger, it passes executes normally (outputs what it should in this case).
The text was updated successfully, but these errors were encountered: