-
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
[dev.icinga.com #8687] Crash in Dependency::Stop #2739
Comments
Updated by gbeutner on 2015-03-11 13:54:00 +00:00
Please disable ptrace_scope and try to reproduce the problem:
|
Updated by mcobden on 2015-03-11 14:34:39 +00:00 It got a bit long: http://pastebin.com/qM618Ug0 |
Updated by gbeutner on 2015-03-11 17:41:07 +00:00
For some reason m_Child for that dependency object is a null pointer. This is fairly unusual because the config validation should ensure that this can never happen. |
Updated by gbeutner on 2015-03-11 17:43:17 +00:00
|
Updated by gbeutner on 2015-03-11 17:44:28 +00:00 Can you show me the output of "icinga2 daemon -C"? |
Updated by mcobden on 2015-03-12 08:45:55 +00:00
|
Updated by gbeutner on 2015-03-12 10:01:11 +00:00 Can you show me the output of
for your IDO database. |
Updated by gbeutner on 2015-03-12 10:04:03 +00:00
|
Updated by mcobden on 2015-03-12 10:06:32 +00:00
|
Updated by mcobden on 2015-03-12 10:14:58 +00:00 I remember something going awry with the package manager when I was upgrading icinga, something caused it to fail to update the schema. So i've just updated the schema with the following, and now things run okay.
|
Updated by Anonymous on 2015-03-12 10:50:02 +00:00
Applied in changeset 8573636. |
Updated by mfriedrich on 2015-03-12 10:52:12 +00:00
We've analyzed the problem and it only occurs when DB IDO requests a shutdown and the (Dependency) object is not fully created yet. This is related to #8436 and the fix partially reverts this. |
This issue has been migrated from Redmine: https://dev.icinga.com/issues/8687
Created by mcobden on 2015-03-11 12:36:00 +00:00
Assignee: mfriedrich
Status: Resolved (closed on 2015-03-12 10:50:02 +00:00)
Target Version: 2.3.1
Last Update: 2015-03-12 10:52:12 +00:00 (in Redmine)
Attachments
Changesets
2015-03-12 10:44:55 +00:00 by (unknown) 8573636
2015-03-12 10:56:20 +00:00 by (unknown) 64214bd
Relations:
The text was updated successfully, but these errors were encountered: