-
Notifications
You must be signed in to change notification settings - Fork 582
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 HA-Master setup since 2.11 #7624
Comments
Another one on the other master. Directly after a director deployment:
|
Can you enable coredumps and generate such following these instructions, please? |
Of course. I will post the dump after the next crash. |
Hi, unfortunately we don't had the same error again. Unfortunately we have just these additional logs found. icinga.log
Crash Report:
Br, |
Well, just right now, another error after a director deployment, but no SEGFAULT:
No dump written under /var/lib/cores. Should a dump have been written? Br, |
@BastiBr Since you get this error right after a director deployment could please try to remove the stack size limit via systemd as mentioned here #7532 (comment)? Also, if this does not help, it would be great if you could test our new snapshot packages. Your error looks like a general protection fault and should have written a core dump. @dnsmichi Am I right here? |
I changed the systemd stack size limit option but it seems that the paramater was already active before the changes:
I will try to test the snapshot build in our staging environment, but this env. is very small compared to production. |
It could be the case that the core dump is not written because of permissions or file sizes. I've also just learned that Ubuntu handles that differently 👀 @lippserd |
Describe the bug
Hi all,
since we upgraded our two master to 2.11 we experienced a kernel segfault on them a few times.
The problems occurs a few times now. The icinga2 process is then killed from the kernel.
Syslog output:
To Reproduce
Random
Expected behavior
Running without being killed
Your Environment
Version used (
icinga2 --version
): (version: r2.11.2-1)Operating System and version: Ubuntu 18.04.3 LTS (Bionic Beaver) / Kernel version: 4.15.0-66-generic
Enabled features (
icinga2 feature list
):Enabled features: api checker command ido-mysql mainlog notification
Icinga Web 2 version and modules (System - About):
Icinga Web 2 Version: 2.7.3
businessprocess | 2.2.0
cube | 1.1.0
director | 1.7.1
doc | 2.7.3
elasticsearch | 1.0.0
grafana | 1.3.5
incubator | 0.5.0
ipl | v0.3.0
monitoring | 2.7.3
reactbundle | 0.7.0
x509 | 1.0.0
icinga2 daemon -C
):zones.conf
file (oricinga2 object list --type Endpoint
andicinga2 object list --type Zone
) from all affected nodes.Additional context
If I can help or provide more information, please let me know.
Thank you.
Best regards,
Basti
The text was updated successfully, but these errors were encountered: