We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue has been migrated from Redmine: https://dev.icinga.com/issues/8104
Created by jflach on 2014-12-18 08:54:13 00:00
Assignee: gbeutner Status: Resolved (closed on 2014-12-18 10:25:03 00:00) Target Version: 2.3.0 Last Update: 2015-02-13 07:02:50 00:00 (in Redmine)
Icinga Version: 2.3.0 Backport?: No Include in Changelog: 0
`(gdb) up
#1 0x00007ffff75bdc91 in icinga::IndexerExpression::GetReference (this=0x63be50, frame=..., init_dict=, parent=0x7ffff0b1a040, index=0x7ffff0b19e30,
dhint=0x7ffff0b19e68) at ../../../lib/config/expression.cpp:422
422 ../../../lib/config/expression.cpp: No such file or directory. (gdb) p vparent $1 = {m_Value = {which_ = 0, storage_ = {<boost::detail::aligned_storage::aligned_storage_imp<8ul, 8ul>> = {data_ = {buf = "(\016r\000\000\000\000", align_ = {}}}, static size = , static alignment = }}} (gdb) p vindex $2 = {static NPos = 18446744073709551615, m_Data = {static npos = , _M_dataplus = {<std::allocator> = {<__gnu_cxx::new_allocator> = {}, }, _M_p = 0x63bd38 "vars"}}} `
Changesets
2014-12-18 10:21:11 00:00 by gbeutner 28734da
Fix crash when accessing invalid fields fixes #8104
The text was updated successfully, but these errors were encountered:
Updated by gbeutner on 2014-12-18 09:13:54 00:00
Minimal test case:
object Endpoint "z" { x.z = 3 }
Sorry, something went wrong.
Updated by gbeutner on 2014-12-18 10:25:03 00:00
Applied in changeset 28734da.
Updated by gbeutner on 2015-01-29 13:29:09 00:00
Updated by gbeutner on 2015-02-12 15:01:35 00:00
No branches or pull requests
This issue has been migrated from Redmine: https://dev.icinga.com/issues/8104
Created by jflach on 2014-12-18 08:54:13 00:00
Assignee: gbeutner
Status: Resolved (closed on 2014-12-18 10:25:03 00:00)
Target Version: 2.3.0
Last Update: 2015-02-13 07:02:50 00:00 (in Redmine)
`(gdb) up
422 ../../../lib/config/expression.cpp: No such file or directory.
(gdb) p vparent
$1 = {m_Value = {which_ = 0, storage_ = {<boost::detail::aligned_storage::aligned_storage_imp<8ul, 8ul>> = {data_ = {buf = "(\016r\000\000\000\000",
align_ = {}}}, static size = , static alignment = }}}
(gdb) p vindex
$2 = {static NPos = 18446744073709551615, m_Data = {static npos = ,
_M_dataplus = {<std::allocator> = {<__gnu_cxx::new_allocator> = {}, }, _M_p = 0x63bd38 "vars"}}}
`
Changesets
2014-12-18 10:21:11 00:00 by gbeutner 28734da
The text was updated successfully, but these errors were encountered: