Summary: | Konsole crashes if issuing CTLR+d if input is copied to other tabs | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Michael M <redeamer> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bugseforuns, greatsport1, jkt |
Priority: | NOR | Keywords: | drkonqi |
Version: | 20.12.1 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/fc7850c3e396400e82ad99bacaf9e4f825c083a9 | Version Fixed In: | 20.12.2 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Michael M
2021-01-19 20:50:36 UTC
Created attachment 135031 [details]
New crash information added by DrKonqi
konsole (20.08.3) using Qt 5.15.2
- What I was doing when the application crashed:
multiple tabs with copy input to all
press Ctrl-D to exit all the shells
-- Backtrace (Reduced):
#4 0x00007f50a644d8b0 in QWidget::setFocus(Qt::FocusReason) () from /lib64/libQt5Widgets.so.5
#5 0x00007f50a59ab386 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#6 0x00007f50a6fb7e26 in Konsole::TabbedViewContainer::activeViewChanged(Konsole::TerminalDisplay*) () from /lib64/libkonsoleprivate.so.20
#7 0x00007f50a7050c8a in Konsole::TabbedViewContainer::currentTabChanged(int) () from /lib64/libkonsoleprivate.so.20
#8 0x00007f50a59ab386 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/333 Git commit acaabffd992c9bb8799501200121429925f51210 by Carlos Alves. Committed on 21/01/2021 at 18:20. Pushed by hindenburg into branch 'master'. Fix crash exiting all tabs at the same time It was emitting a signal with a nullptr and updating an icon of a nullptr as the TerminalDisplay was already deleted. FIXED-IN: 20.12.2 M +4 -2 src/widgets/ViewContainer.cpp https://invent.kde.org/utilities/konsole/commit/acaabffd992c9bb8799501200121429925f51210 Git commit fc7850c3e396400e82ad99bacaf9e4f825c083a9 by Kurt Hindenburg, on behalf of Carlos Alves. Committed on 22/01/2021 at 02:52. Pushed by hindenburg into branch 'release/20.12'. Fix crash exiting all tabs at the same time It was emitting a signal with a nullptr and updating an icon of a nullptr as the TerminalDisplay was already deleted. FIXED-IN: 20.12.2 (cherry picked from commit acaabffd992c9bb8799501200121429925f51210) M +4 -2 src/widgets/ViewContainer.cpp https://invent.kde.org/utilities/konsole/commit/fc7850c3e396400e82ad99bacaf9e4f825c083a9 is bug 410582 a duplicate? *** Bug 433113 has been marked as a duplicate of this bug. *** *** Bug 411561 has been marked as a duplicate of this bug. *** *** Bug 410582 has been marked as a duplicate of this bug. *** |