-
Notifications
You must be signed in to change notification settings - Fork 1.5k
rootdrawtree crash #8778
Copy link
Copy link
Closed
Labels
Description
running rootdrawtree without arguments leads to a crash
[user@host]$ rootdrawtree
/usr/include/c++/8/bits/stl_vector.h:932: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::reference = std::__cxx11::basic_string<char>&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
*** Break *** abort
root 6.22.08 from EPEL on CentOS8 x86_64
Sorry if that is a duplicate.
Best regards,
Andrii
Reactions are currently unavailable