Skip to content
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 #9987] Crash in ConfigCompiler::RegisterZoneDir #3315

Closed
icinga-migration opened this issue Aug 24, 2015 · 1 comment
Closed
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9987

Created by tgelf on 2015-08-24 10:23:17 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-08-24 12:20:03 +00:00)
Target Version: 2.4.0
Last Update: 2015-08-24 12:20:03 +00:00 (in Redmine)

Icinga Version: 2.4.0
Backport?: No
Include in Changelog: 0

Application information:
  Application version: v2.3.0-474-g92364d7
  Installation root: /usr
  Sysconf directory: /etc
  Run directory: /run
  Local state directory: /var
  Package data directory: /usr/share/icinga2
  State path: /var/lib/icinga2/icinga2.state
  Modified attributes path: /var/lib/icinga2/modified-attributes.conf
  Objects path: /var/cache/icinga2/icinga2.debug
  Vars path: /var/cache/icinga2/icinga2.vars
  PID path: /run/icinga2/icinga2.pid

System information:
  Operating system: Linux
  Operating system version: 3.13.0-61-generic
  Architecture: x86_64
  Distribution: Debian GNU/Linux 8.0 (jessie)
Stacktrace:

        (0) libpthread.so.0:  (+0xf8d0) [0x7fc937f5a8d0]
        (1) libc.so.6: gsignal (+0x37) [0x7fc935398107]
        (2) libc.so.6: abort (+0x148) [0x7fc9353994e8]
        (3) libc.so.6:  (+0x73204) [0x7fc9353d6204]
        (4) libc.so.6:  (+0x789de) [0x7fc9353db9de]
        (5) libc.so.6:  (+0x796e6) [0x7fc9353dc6e6]
        (6) libconfig.so: void std::vector >::_M_emplace_back_aux(icinga::ZoneFragment const&) (+0xa8) [0x7fc9378fc828]
        (7) libconfig.so: icinga::ConfigCompiler::RegisterZoneDir(icinga::String const&, icinga::String const&, icinga::String const&) (+0x8b) [0x7fc9378d7efb]
        (8) libconfig.so: icinga::ConfigCompiler::HandleIncludeZone(icinga::String const&, icinga::String const&, icinga::String const&, std::vector >&) (+0x117) [0x7fc9378d8047]
        (9) libbase.so: icinga::Utility::Glob(icinga::String const&, boost::function const&, int) (+0x2bd) [0x7fc937c707dd]
        (10) libconfig.so: icinga::ConfigCompiler::HandleIncludeZones(icinga::String const&, icinga::String const&, icinga::String const&, icinga::DebugInfo const&) (+0x195) [0x7fc9378d1ea5]
        (11) libconfig.so:  (+0x74d6b) [0x7fc9378c1d6b]
        (12) libconfig.so:  (+0x7bcc6) [0x7fc9378c8cc6]
        (13) libconfig.so:  (+0x7bf25) [0x7fc9378c8f25]
        (14) libconfig.so: yyparse(std::vector, std::allocator > >*, icinga::ConfigCompiler*) (+0x590) [0x7fc9378ca940]
        (15) libconfig.so: icinga::ConfigCompiler::Compile() (+0x34) [0x7fc9378cb3f4]
        (16) libconfig.so: icinga::ConfigCompiler::CompileHelper() (+0xe) [0x7fc9378d497e]
        (17) libbase.so: icinga::ThreadPool::WorkerThread::ThreadProc(icinga::ThreadPool::Queue&) (+0x2c1) [0x7fc937c8cf71]
        (18) libboost_thread.so.1.49.0:  (+0x10629) [0x7fc938376629]
        (19) libpthread.so.0:  (+0x80a4) [0x7fc937f530a4]
        (20) libc.so.6: clone (+0x6d) [0x7fc93544904d]

***
* This would indicate a runtime problem or configuration error. If you believe this is a bug in Icinga 2
* please submit a bug report at https://dev.icinga.org/ and include this stack trace as well as any other
* information that might be useful in order to reproduce this problem.
***

Failed to launch GDB: No such file or directory

Changesets

2015-08-24 12:14:44 +00:00 by (unknown) 6af771b

Fix crash in ConfigCompiler::RegisterZoneDir

fixes #9987
@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-08-24 12:20:03 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 6af771b.

@icinga-migration icinga-migration added bug Something isn't working area/configuration DSL, parser, compiler, error handling labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.0 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant