https://bugs.kde.org/show_bug.cgi?id=492465
--- Comment #3 from alanas...@mail.ru --- better STEPS TO REPRODUCE that I did (very consistent): 1. open konsole 2. run `sleep 8` inside terminal (tab 1) 3. wait 4 (ish) seconds 4. click New Tab 5. wait until tab 1 title changes "s : sleep" → "s : bash" 6. right click inside terminal (tab 2) 7. click outside context menu custom compiled with -O0 -ggdb3 stuff: kconfigwidgets: https://invent.kde.org/frameworks/kconfigwidgets/-/commit/3f78f559a7abe69b27181e9c7ff4655759a42bc3 qt 6.7.2: https://download.qt.io/official_releases/qt/6.7/6.7.2/submodules/qtbase-everywhere-src-6.7.2.tar.xz konsole: https://invent.kde.org/utilities/konsole/-/commit/e556e66331363e63e3503d0cd56232492e4fc48e I attach gdb (in telnet session not visible on screen) (between steps 5 and 6) ("after attach.png") I set breakpoint for writing to stderr (`catch syscall 1` and `condition 1 $rdi==2`) `continue` I right click inside konsole's terminal (step 6) gdb breakpoint hit (backtrace (`bt`): "write syscall bt.txt") I delete breakpoint (`del`) `continue` konsole context menu opened ("after del continue.png") I click outside context menu (step 7) konsole gets SIGSEGV signal (backtrace (`bt`): "sigsegv bt.txt") I will make attachments later -- You are receiving this mail because: You are watching all bug changes.