-
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
error MSB6006: "csc.dll" exited with code 139 #57558
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. |
@sxul can you capture the issue under a debugger and share a stack trace/dump? |
Hello, I have the same problem on aarch64 too. Here is a strace log for the dotnet build command: |
Hi @sxul @valentinbreiz , does this fail on |
Also would be good to know if this is a regression (whether things worked fine in .net 5 or previous .net 6 previews) |
With .NET 5 there are segmentation faults everywhere even with dotnet --v ... |
Ok since this is not a regression and assuming it happens with this specific distro moving to 7. |
Just happened again on Container is |
arm64 android termux https://drive.google.com/file/d/1oI070ceGNcBYwEopoUVjIyTMURZwk6V_/view?usp=share_link |
Is this only happening under Termux and proot? It could be this issue: termux/proot#107 |
I managed to get this (dotnet 6) running under Termux -> Ubuntu proot with gdb, not sure if it'll be helpful in any way:
|
Same issue happens to me in GitHub Workflow on
Dotnet setup command
Runner
|
This is a generic symptom of a crash that can have many different root causes. In order to root cause crashes like this one, we need a coredump and stacktrace of the crash extracted from the coredump. |
Description
Install dotnet sdk 6.0 preview and execute that commands in android device:
Configuration
Which version of .NET is the code running on?
dotnet sdk 6.0.100-preview.7.21379.14
What OS and version, and what distro if applicable?
TermuxArch in Termux base on Android 11(MIUI12.5)
What is the architecture (x64, x86, ARM, ARM64)?
ARM64
uname -a:
Linux localhost 5.4.61-qgki-g597cd7c1d73b #1 SMP PREEMPT Thu Aug 5 03:06:50 CST 2021 aarch64 GNU/Linux
Other information
The text was updated successfully, but these errors were encountered: