-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Arithmetic Exception running a statically linked binary #1525
Comments
Going off of frame 17 in UserTable.c:35, the crash happens inside of A quick search found a similar issue in libc 2.34+, which can be seen here. Another instance of a similar issue can be seen here. Can you check if the issue persists when compiling |
Dynamically linked works fine. |
Systemd present? Cf. #503 (comment) |
Yes, systemd is present on host where the fault happend, but not in the container i built it in. |
Only the host where you run it is relevant as |
duplicate of #503 |
I built the statically linked binary inside a podman container and copied it to the host.
Running it crashes immediately with
A signal 8 (Floating point exception) was received.
Compiled on commit
2503239d9fb453b5d67d3b33690c5a8e914bc58c
(currentmain
).Crash Output
GDB full stacktrace
htop.objdump
gdb stacktrace as text file
The text was updated successfully, but these errors were encountered: