[konsole] [Bug 446830] Konsole crashes when splitting a window

Bernie Innocenti bugzilla_noreply at kde.org
Wed Dec 22 06:00:27 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=446830

--- Comment #2 from Bernie Innocenti <bernie at codewiz.org> ---
#4  0x00007ffff7d2a7ef in Konsole::ViewManager::splitView (this=0x555555827c20,
orientation=Qt::Horizontal)
    at /home/bernie/kde/src/konsole/src/ViewManager.cpp:603
603         Q_ASSERT(currentSessionId >= 0);
(gdb) list
598
599     void ViewManager::splitView(Qt::Orientation orientation)
600     {
601         int currentSessionId = currentSession();
602         // At least one display/session exists if we are splitting
603         Q_ASSERT(currentSessionId >= 0);
604
605         Session *activeSession =
SessionManager::instance()->idToSession(currentSessionId);
606         Q_ASSERT(activeSession);
607
(gdb) p currentSessionId
$1 = -1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list