dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 510 forks source link

"Segmentation fault" on CentOS 7.8 #8356

Open kengwang opened 3 years ago

kengwang commented 3 years ago

When I tried to start the program, it echoed Segmentation fault It is alright running on Ubuntu.

Build on ubuntu-16.04 Run on CentOS Linux release 7.8.2003 (Core)

How could i deal with it

yowl commented 3 years ago

Have you got a stack trace? Do you mean the compiler or the program you built seg faults?

kengwang commented 3 years ago

Have you got a stack trace? Do you mean the compiler or the program you built seg faults?

When I run my compiled application in CentOS 7.8, it only outputs one line Seg Fault, and nothing else. But I put the same program in Ubuntu and it works.