https://bugs.kde.org/show_bug.cgi?id=356293
--- Comment #1 from bunge...@gmail.com --- Not sure if it helps but I backed up to frame #2 above (appendedlist.h:171) and (gbd) list 171 m_freeIndicesWithData.push(index); (gdb) print threadSafe $17 = true print index $18 = 58 (gdb) print this->m_freeIndicesWithData $19 = {<QVarLengthArray<unsigned int, 32>> = {a = -173374208, s = 32768, ptr = 0x7ffff5aa8500 <QArrayData::shared_null>, { array = "[redacted]", q_for_alignment_1 = 0, q_for_alignment_2 = 0}}, <No data fields>} The 'a' and 's' here look a lot like garbage, so I can only assume m_freeIndicesWithData is in an invalid state at this point. If you have trouble reproducing, I can find out more if you can tell me what is interesting. Note that at frame #6 (gdb) print this->m_url.c_str() $12 = 0x7fff8466980b "/usr/include/x86_64-linux-gnu/sys/select.h" though this may or may not be relevant. -- You are receiving this mail because: You are watching all bug changes.