-
Notifications
You must be signed in to change notification settings - Fork 1.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
Segmentation fault running new webapi project in Docker on Linux #561
Comments
@AnthonyMastrean - Do you have SELinux enabled on your host? I suspect you are running into /~https://github.com/dotnet/coreclr/issues/17931. |
SELinux is "enforcing"
|
If I'm following, there's a fix and we're waiting on a port to 2.1? /~https://github.com/dotnet/coreclr/issues/17931#issuecomment-388145709 |
Correct, it is scheduled to go into 2.1.1. |
Closing as the underlying issue is being tracked with /~https://github.com/dotnet/coreclr/issues/17931 |
Steps to reproduce the issue
Expected behavior
No segmentation fault! When I run the same image on my Windows host, where I built it, I get a properly running app.
Actual behavior
To see the segfault printed, run the image interactively with a shell entrypoint and run the
dotnet
command manually.If I try to build the same image on Linux I get the following:
Mitigation
If I build the same project, but using the stretch-slim based images, everything works fine.
Additional information (e.g. issue happens only occasionally)
example.zip
Environment
Output of
docker version
This is the output from my Linux environment.
Output of
docker info
This is the output from my Linux environment.
The text was updated successfully, but these errors were encountered: