| Summary: | Konsole crash | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | KOUSOURAKIS Eleftherios <e.kousou> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | radek.dab |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 18.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/konsole/6a759670ac6a8fecd5142dd0d1f79b4b36a22721 | Version Fixed/Implemented In: | 18.12.1 |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
KOUSOURAKIS Eleftherios
2018-12-18 05:54:27 UTC
*** Bug 402279 has been marked as a duplicate of this bug. *** Yes, I can get it to crash as well #0 0x00007ffff21fceb4 in QStackedWidget::currentWidget() const ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#1 0x00007ffff78c1292 in Konsole::TabbedViewContainer::moveActiveView (this=
0x61e4d0, direction=Konsole::TabbedViewContainer::MoveViewLeft)
at /home/kurthindenburg/Devel/KDE/src/kde/applications/konsole/src/ViewContainer.cpp:232
#2 0x00007ffff78c9fa8 in Konsole::ViewManager::moveActiveViewLeft (
this=0x748e30)
at /home/kurthindenburg/Devel/KDE/src/kde/applications/konsole/src/ViewManager.cpp:324
Git commit 9e1a3b41c425d889149dab541fdc5dd6325b4d09 by Kurt Hindenburg. Committed on 21/12/2018 at 15:51. Pushed by hindenburg into branch 'master'. Fix crash while trying to move tab with only one view M +3 -0 src/ViewContainer.cpp https://commits.kde.org/konsole/9e1a3b41c425d889149dab541fdc5dd6325b4d09 Git commit 6a759670ac6a8fecd5142dd0d1f79b4b36a22721 by Kurt Hindenburg. Committed on 21/12/2018 at 16:09. Pushed by hindenburg into branch 'Applications/18.12'. Fix crash while trying to move tab with only one view (cherry picked from commit 9e1a3b41c425d889149dab541fdc5dd6325b4d09) M +3 -0 src/ViewContainer.cpp https://commits.kde.org/konsole/6a759670ac6a8fecd5142dd0d1f79b4b36a22721 Created attachment 117074 [details]
New crash information added by DrKonqi
konsole (18.12.0) using Qt 5.12.0
- What I was doing when the application crashed:
I opened new window with one tab. In this window I ran tmux and pressed Ctrl+Shift+Right.
- Custom settings of the application:
My tmux configuration also uses Ctrl+Shift+Right/Left to rearrange windows.
-- Backtrace (Reduced):
#6 0x00007fbbabcefd00 in QStackedWidget::currentWidget() const () from /usr/lib/libQt5Widgets.so.5
[...]
#9 0x00007fbbabb41643 in QAction::triggered(bool) () from /usr/lib/libQt5Widgets.so.5
#10 0x00007fbbabb43d2a in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQt5Widgets.so.5
#11 0x00007fbbabb44635 in QAction::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#12 0x00007fbbabb47e34 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
|