https://bugs.kde.org/show_bug.cgi?id=446830
--- Comment #2 from Bernie Innocenti <ber...@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 watching all bug changes.