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 #8952] Crash in VMOps::FunctionCall #2863

Closed
icinga-migration opened this issue Apr 1, 2015 · 3 comments
Closed

[dev.icinga.com #8952] Crash in VMOps::FunctionCall #2863

icinga-migration opened this issue Apr 1, 2015 · 3 comments
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/8952

Created by minimoo on 2015-04-01 20:49:17 00:00

Assignee: minimoo
Status: Resolved (closed on 2015-04-01 20:51:53 00:00)
Target Version: 2.4.0
Last Update: 2015-04-01 20:51:53 00:00 (in Redmine)

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

>  msvcr120d.dll!_NMSG_WRITE(int rterrnum) Line 226    C
    msvcr120d.dll!abort() Line 62   C
    base.dll!icinga_assert_fail(const char * expr, const char * file, int line) Line 55 C  
    base.dll!icinga::ScriptFrame::~ScriptFrame() Line 42    C  
    config.dll!icinga::VMOps::FunctionCall(icinga::ScriptFrame & frame, const icinga::Value & self, const boost::intrusive_ptr & func, const std::vector > & arguments) Line 93   C  
    config.dll!icinga::FunctionCallExpression::DoEvaluate(icinga::ScriptFrame & frame, icinga::DebugHint * dhint) Line 423  C  
    config.dll!icinga::Expression::Evaluate(icinga::ScriptFrame & frame, icinga::DebugHint * dhint) Line 48 C  
    icinga.dll!icinga::ServiceGroup::EvaluateObjectRule(const boost::intrusive_ptr & service, const boost::intrusive_ptr & group) Line 56  C  
    icinga.dll!icinga::ServiceGroup::EvaluateObjectRules(const boost::intrusive_ptr & service) Line 77 C  
    icinga.dll!icinga::Service::OnAllConfigLoaded() Line 54 C  
    config.dll!boost::_mfi::mf0::call >(boost::intrusive_ptr & u, const void * __formal) Line 40 C  
    config.dll!boost::_mfi::mf0::operator() >(boost::intrusive_ptr & u) Line 56  C  
    config.dll!boost::_bi::list1 > >::operator(),boost::_bi::list0>(boost::_bi::type __formal, boost::_mfi::mf0 & f, boost::_bi::list0 & a, int __formal) Line 254 C  
    config.dll!boost::_bi::bind_t,boost::_bi::list1 > > >::operator()() Line 21 C  
    config.dll!boost::detail::function::void_function_obj_invoker0,boost::_bi::list1 > > >,void>::invoke(boost::detail::function::function_buffer & function_obj_ptr) Line 154   C  
    base.dll!boost::function0::operator()() Line 767  C  
    base.dll!icinga::WorkQueue::WorkerThreadProc() Line 212 C  
    base.dll!boost::_mfi::mf0::operator()(icinga::WorkQueue * p) Line 49    C  
    base.dll!boost::_bi::list1 >::operator(),boost::_bi::list0>(boost::_bi::type __formal, boost::_mfi::mf0 & f, boost::_bi::list0 & a, int __formal) Line 254    C  
    base.dll!boost::_bi::bind_t,boost::_bi::list1 > >::operator()() Line 21    C  
    base.dll!boost::detail::thread_data,boost::_bi::list1 > > >::run() Line 117 C  
    base.dll!boost::`anonymous namespace'::thread_start_function(void * param) Line 305 C  
    msvcr120d.dll!_callthreadstartex() Line 376 C
    msvcr120d.dll!_threadstartex(void * ptd) Line 359   C
    kernel32.dll!752d7c04() Unknown
    [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]  
    ntdll.dll!__RtlUserThreadStart()    Unknown
    ntdll.dll!__RtlUserThreadStart@8�() Unknown

Attachments

Changesets

2015-04-01 20:51:17 00:00 by minimoo 5cd2056

Fix crash in VMOps::FunctionCall

fixes #8952

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
@icinga-migration
Copy link
Author

Updated by minimoo on 2015-04-01 20:50:09 00:00

  • File added 0001-Fix-crash-in-VMOps-FunctionCall.patch

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-04-01 20:50:43 00:00

  • Status changed from New to Assigned
  • Assigned to set to minimoo
  • Target Version set to 2.4.0
  • Backport? changed from TBD to No
  • Include in Changelog changed from 1 to 0

@icinga-migration
Copy link
Author

Updated by minimoo on 2015-04-01 20:51:53 00:00

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

Applied in changeset 5cd2056.

@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