-
-
Notifications
You must be signed in to change notification settings - Fork 246
Description
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:
Feb 24 05:00:19 server kernel: [981482.676478] sh[388687]: segfault at 7ffcb2888eb8 ip 00007f56ada70318 sp 00007ffcb2888eb0 error 6 in ld-musl-x86_64.so.1[7f56ada35000+4c000] likely on CPU 0 (core 0, socket 0)
Feb 24 05:00:19 server kernel: [981482.677822] Code: 41 5d 41 5e 41 5f c3 41 57 31 c0 b9 0a 00 00 00 41 56 41 55 49 89 fd 41 54 55 83 cd ff 53 48 81 ec 58 01 00 00 48 8d 7c 24 38 <48> 89 74 24 08 4c 8d 7c 24 38 f3 ab 48 8d 44 24 20 4d 89 f8 31 ff
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!