https://bugs.kde.org/show_bug.cgi?id=374458
--- Comment #8 from Aetf <7437...@gmail.com> --- Oh I see. Didn't know much about git describe before. ;P Now I can finally reproduce the crash. Launcher items are in fact not draggable. But the crash happens when you click & hold the cursor, then move from a top-level item to its child item, e.g. Debug mode. And it only happens under the following condition: 1. The top-level item must have a child. (Compiled binary, Plasmoid launcher) 2. The child item must be a debug configuration with GDB selected. LLDB won't trigger the crash The crash happens because the code tries to set 'gdb' as launch configuration type on the wrong item. However this is before `LaunchConfiguration::launcherForMode` got called. I don't know how the 'gdb' type string was generated yet. I'm still tracing down the logic when changing pages in the dialog. Will report back with more info later. -- You are receiving this mail because: You are watching all bug changes.