-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Segmentation Fault on aarch64 when linking with musl #11244
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
Building the same code without the
gdb:
|
Not a bug (sadly), it's #9080 all over again. |
You can instead use an |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zig Version
0.10.0-dev.1448+b6203b89d
Steps to Reproduce
I run the following code with
zig build-exe -target aarch64-linux-musl -lc sftest.zig; ./sftest
.Expected Behavior
The program runs without errors.
Actual Behavior
Notes
It does not happen on x86_64.
I think it might be a stack buffer overrun.
The text was updated successfully, but these errors were encountered: