-
Notifications
You must be signed in to change notification settings - Fork 33
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
Site hangs in production #1599
Comments
Open an issue in aspnet repo: |
The following are the needed steps in order to install .net core sdk in the container
This will create a dump file that needs to be exported out of the container. |
After looking into the dump the main suspect is the lock. |
* Initial dirty commit to see if this will solve #1599 * Clenaup
Bug
The site hangs in production.
We need to find the root cause of this.
One possible way to understand this can be found here:
aspnet/KestrelHttpServer#1267
A guide can be found here:
https://github.com/dotnet/coreclr/blob/cc8de13a8853a76fb3eb99cc209a4986eb3b2585/Documentation/building/debugging-instructions.md#debugging-coreclr-on-linux
The following is also suggested there:
https://github.com/benaadams/Ben.BlockingDetector
Also the following might prove useful to extract a dump when there's an issue:
https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-dump
The text was updated successfully, but these errors were encountered: