-
Notifications
You must be signed in to change notification settings - Fork 206
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 when running compiled Terra executable on Linux #682
Comments
What Linux distro and version are you on? We try to make Terra maximally compatible, but cross-distro compatibility is hard and cannot be guaranteed 100%. |
I'm using Void Linux with |
I built Terra with both GCC 13.2.0 (with the gold linker) and clang 18.1.8 (with lld), but the same error occurred. |
By any chance can this be replicated inside Docker? Is there a Void Linux Docker image along with a handful of commands to install dependencies that you could give me? |
I try to compile terra in my linux machine and get segmentation fault when running the compiled terra executable.
built it both with the latest
18.1.7
pre-built llvm binaries from "https://github.com/terralang/llvm-build" and with my system llvm library.this is the sanitizer address error message:
my environment
The text was updated successfully, but these errors were encountered: