https://bugs.kde.org/show_bug.cgi?id=458915
--- Comment #20 from Libor Peltan <libor.pel...@nic.cz> --- Thank you for your observations! Based on this, we actually found out that the issue happens exactly (sometimes!) when we attach vgdb to the running process, like this: ``` /usr/bin/gdb -ex "set confirm off" -ex "target remote | /usr/bin/vgdb --pid=5944" -ex "info threads" -ex "thread apply all bt full" -ex q /home/peltan/master_knot/src/knotd ``` I apologize that we overlooked this improtant fact earlier. (Our test environment performs this automatically when a routine error occurs.) We will continue working on minimizing the reproducer in following days. -- You are receiving this mail because: You are watching all bug changes.