Navigation Menu

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 #10349] Missing Start call for base class in CheckResultReader #3476

Closed
icinga-migration opened this issue Oct 13, 2015 · 2 comments
Labels
area/compat Deprecated features from 1.x bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

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

Created by gbeutner on 2015-10-13 06:38:05 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-10-13 06:45:04 +00:00)
Target Version: 2.3.11
Last Update: 2015-10-13 10:18:59 +00:00 (in Redmine)

Icinga Version: 2.3.10
Backport?: Already backported
Include in Changelog: 1

../lib/base/configobject.cpp:392: assertion failed: GetStartCalled()
Caught SIGABRT.
Current time: 2015-10-13 08:36:16 +0200

[2015-10-13 08:36:16 +0200] critical/Application: Icinga 2 has terminated unexpectedly. Additional information can be found in '/Users/gunnar/i2/var/log/icinga2/crash/report.1444718176.074198'

Context:
    (0) Activating object 'r' of type 'CheckResultReader'

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

System information:
  Operating system: Darwin
  Operating system version: 15.0.0
  Architecture: x86_64
Stacktrace:

    (0) 2   libbase.dylib                       0x000000010935be21 _ZN6icinga11Application14SigAbrtHandlerEi + 1265
    (1) 3   libsystem_platform.dylib            0x00007fff8aa3352a _sigtramp + 26
    (2) 4   ???                                 0x000000000000000c 0x0 + 12
    (3) 5   libsystem_c.dylib                   0x00007fff9801237b abort + 129
    (4) 6   libbase.dylib                       0x000000010935f741 _Z18icinga_assert_failPKcS0_i + 65
    (5) 7   libbase.dylib                       0x00000001093dfaad _ZN6icinga12ConfigObject8ActivateEv + 749
    (6) 8   libconfig.dylib                     0x00000001091175a4 _ZNK5boost4_mfi3mf0IvN6icinga12ConfigObjectEE4callINS_13intrusive_ptrIS3_EEEEvRT_PKv + 132
    (7) 9   libconfig.dylib                     0x00000001091174ec _ZNK5boost4_mfi3mf0IvN6icinga12ConfigObjectEEclINS_13intrusive_ptrIS3_EEEEvRT_ + 44
    (8) 10  libconfig.dylib                     0x0000000109117490 _ZN5boost3_bi5list1INS0_5valueINS_13intrusive_ptrIN6icinga12ConfigObjectEEEEEEclINS_4_mfi3mf0IvS5_EENS0_5list0EEEvNS0_4typeIvEERT_RT0_i + 80
    (9) 11  libconfig.dylib                     0x000000010911742c _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvN6icinga12ConfigObjectEEENS0_5list1INS0_5valueINS_13intrusive_ptrIS5_EEEEEEEclEv + 60
    (10) 12  libconfig.dylib                     0x00000001091171cd _ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf0IvN6icinga12ConfigObjectEEENS3_5list1INS3_5valueINS_13intrusive_ptrIS8_EEEEEEEEvE6invokeERNS1_15function_bufferE + 29
    (11) 13  libbase.dylib                       0x00000001093825cb _ZNK5boost9function0IvEclEv + 123
    (12) 14  libbase.dylib                       0x000000010958123a _ZN6icinga9WorkQueue16WorkerThreadProcEv + 2042
    (13) 15  libbase.dylib                       0x00000001095848a2 _ZNK5boost4_mfi3mf0IvN6icinga9WorkQueueEEclEPS3_ + 114
    (14) 16  libbase.dylib                       0x0000000109585210 _ZN5boost3_bi5list1INS0_5valueIPN6icinga9WorkQueueEEEEclINS_4_mfi3mf0IvS4_EENS0_5list0EEEvNS0_4typeIvEERT_RT0_i + 80
    (15) 17  libbase.dylib                       0x00000001095851ac _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvN6icinga9WorkQueueEEENS0_5list1INS0_5valueIPS5_EEEEEclEv + 60
    (16) 18  libbase.dylib                       0x000000010958513c _ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf0IvN6icinga9WorkQueueEEENS2_5list1INS2_5valueIPS7_EEEEEEE3runEv + 28
    (17) 19  libboost_thread-mt.dylib            0x00000001085e6715 _ZN5boost12_GLOBAL__N_112thread_proxyEPv + 53
    (18) 20  libsystem_pthread.dylib             0x00007fff8f1129b1 _pthread_body + 131
    (19) 21  libsystem_pthread.dylib             0x00007fff8f11292e _pthread_body + 0
    (20) 22  libsystem_pthread.dylib             0x00007fff8f110385 thread_start + 13

***
* 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-10-13 06:38:12 +00:00 by (unknown) d59054f

Add missing Start call for base class in CheckResultReader::Start

fixes #10349

2015-10-13 10:18:46 +00:00 by (unknown) 445bb07

Add missing Start call for base class in CheckResultReader::Start

fixes #10349
@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-10-13 06:45:04 +00:00

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

Applied in changeset d59054f.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-10-13 10:18:59 +00:00

  • Target Version changed from 2.4.0 to 2.3.11
  • Backport? changed from TBD to Yes

@icinga-migration icinga-migration added bug Something isn't working area/compat Deprecated features from 1.x labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.11 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compat Deprecated features from 1.x bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant