-
Notifications
You must be signed in to change notification settings - Fork 4.9k
dotnet application crash with segfault libcoreclr.so (debian 8, centos 7) #1245
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
Comments
Want to note that the dotnet application is started as a service using systemctl. |
can you come up with some simplified repro app? |
When I attached with gdb I get the following dump: (gdb) c Program received signal SIGCONT, Continued. Program received signal SIGTERM, Terminated. |
Sorry, problem was with service settings - Type must be simple and no restart |
I have dotnet core 2 application that works fine on Windows. But when I start it on Linux debian 8 or centos 7 the application crashes after a while and see the following messages in the logs:
Jan 30 06:50:21 sche-deb8 kernel: [337980.955257] dotnet[27371]: segfault at 18 ip 00007f5fe6427fd0 sp 00007f5fde4817e0 error 4 in libcoreclr.so[7f5fe6297000+257000]
Jan 30 06:51:51 sche-deb8 kernel: [338071.509981] dotnet[27384]: segfault at 18 ip 00007fe420948fd0 sp 00007fe41cca87e0 error 4 in libcoreclr.so[7fe4207b8000+257000]
Jan 30 06:53:22 sche-deb8 kernel: [338162.074164] dotnet[27396]: segfault at 18 ip 00007fd187f15fd0 sp 00007fd10e1927e0 error 4 in libcoreclr.so[7fd187d85000+257000]
Jan 30 06:54:52 sche-deb8 kernel: [338252.624206] dotnet[27409]: segfault at 18 ip 00007f9f12abefd0 sp 00007f9f0ac827e0 error 4 in libcoreclr.so[7f9f1292e000+257000]
Jan 30 06:56:23 sche-deb8 kernel: [338343.178361] dotnet[27423]: segfault at 18 ip 00007f6ac33abfd0 sp 00007f6a496287e0 error 4 in libcoreclr.so[7f6ac321b000+257000]
Jan 30 06:57:53 sche-deb8 kernel: [338433.733429] dotnet[27436]: segfault at 18 ip 00007f3ddcfdafd0 sp 00007f3dd933a7e0 error 4 in libcoreclr.so[7f3ddce4a000+257000]
Jan 30 06:59:24 sche-deb8 kernel: [338524.291006] dotnet[27449]: segfault at 18 ip 00007fc9bb37dfd0 sp 00007fc9415fa7e0 error 4 in libcoreclr.so[7fc9bb1ed000+257000]
Jan 30 07:00:54 sche-deb8 kernel: [338614.844676] dotnet[27463]: segfault at 18 ip 00007f71e91dbfd0 sp 00007f71e553b7e0 error 4 in libcoreclr.so[7f71e904b000+257000]
Is it problem with .net system? How to fix this?
root@sche-deb8:/sorcerer/publish# dotnet --info
.NET Command Line Tools (2.1.4)
Product Information:
Version: 2.1.4
Commit SHA-1 hash: 5e8add2190
Runtime Environment:
OS Name: debian
OS Version: 8
OS Platform: Linux
RID: debian.8-x64
Base Path: /usr/share/dotnet/sdk/2.1.4/
Microsoft .NET Core Shared Framework Host
Version : 2.0.5
Build : 17373eb129b3b05aa18ece963f8795d65ef8ea54
root@sche-deb8:/sorcerer/publish#
The text was updated successfully, but these errors were encountered: