-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
segfault in ld-musl-x86_64.so.1 #127
Comments
Can reliably reproduce the segfault by stopping the autoheal container through the portainer UI. Did some searching and came across the links included below. https://serverfault.com/questions/1097705/segmentation-fault-of-bacula-on-apline-linux https://users.rust-lang.org/t/segfault-when-linking-against-shared-libraries-on-alpine/98629 Or can it be any other setting of my docker environment? Thanks for any help! |
Ran into this issue as well (Ubuntu 22.04.4 LTS/Linux 5.15.0-101-generic x86_64). It seems to be caused line 128 in |
Nicely spotted, thanks! |
Hi,
I am using Autoheal together with Watchtower.
Watchtower is scheduled to run at 05:00 in the morning. Since the day I added Autoheal to the herd, I get the following error messages in the logs:
This is what's happening around that time in the watchtower logs:
time="2024-02-24T05:00:19+01:00" level=info msg="Stopping /autoheal (574bcbae8d52) with SIGTERM"
time="2024-02-24T05:00:20+01:00" level=debug msg="Removing container 574bcbae8d52"
time="2024-02-24T05:00:20+01:00" level=info msg="Creating /autoheal"
time="2024-02-24T05:00:20+01:00" level=debug msg="Starting container /autoheal (b7a538093001)"
time="2024-02-24T05:00:21+01:00" level=info msg="Removing image 408724c998f0"
Is it correct to assume that it's actually Autoheal causing the segfault? If so, what to do about it?
Thanks!
The text was updated successfully, but these errors were encountered: