You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(gdb) bt
#0 0x00007fbe862d3d54 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /lib64/libstdc++.so.6
#1 0x00005651c2ff858d in std::_Rb_tree_const_iterator<std::pair<int const, CompileServer*> >::operator++ (this=<synthetic pointer>)
at /usr/include/c++/13/bits/stl_tree.h:366
#2 main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/icecc-1.4.0/scheduler/scheduler.cpp:2384
Source code:
#2 main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/icecc-1.4.0/scheduler/scheduler.cpp:2384
2384++it;
(gdb) l2379inti=it->first;
2380CompileServer*cs=it->second;
2381/* handle_activity can delete the channel from the fd2cs list,2382 hence advance the iterator right now, so it doesn't become2383 invalid. */2384++it;
23852386if (pollfd_is_set(pollfds, i, POLLIN)) {
2387while (!cs->read_a_bit() ||cs->has_msg()) {
2388if (!handle_activity(cs)) {
It happens rarely. Stacktrace:
Source code:
Version:
OS is OpenSUSE-Tumbleweed.
The text was updated successfully, but these errors were encountered: