| Summary: | Konsole segfault | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Chase Meadors <c.ed.mead> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | arnaudmez, mustela, vaesbart |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 21.04.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://codereview.qt-project.org/c/qt/qtdeclarative/+/371842 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
||
|
Description
Chase Meadors
2021-04-26 22:33:32 UTC
Created attachment 138135 [details]
New crash information added by DrKonqi
konsole (21.04.0) using Qt 5.15.2
- What I was doing when the application crashed: on a remote SSH session to AWS EC2 server. Pressed 'ctrl+c' during command requiring sudo privileges. I forgot to actually use sudo, so it asked for password.
-- Backtrace (Reduced):
#9 0x00007fea00fcd4dc in qobject_cast<QQuickItem*> (object=0x55de68fcf1c0) at /usr/include/qt5/QtCore/qobject.h:519
#10 QQuickShortcutContext::matcher (context=<optimized out>, obj=0x55de68fcf1c0) at qquickshortcutcontext.cpp:79
#11 QQuickShortcutContext::matcher (obj=<optimized out>, context=<optimized out>) at qquickshortcutcontext.cpp:71
#12 0x00007fea06be3e7f in QShortcutEntry::correctContext (this=0x55de66731b08) at kernel/qshortcutmap.cpp:79
#13 QShortcutMap::find (this=this@entry=0x55de65840498, e=e@entry=0x7fff56f50440, ignoredModifiers=ignoredModifiers@entry=0) at kernel/qshortcutmap.cpp:457
Created attachment 141036 [details]
New crash information added by DrKonqi
konsole (21.04.3) using Qt 5.15.2
- What I was doing when the application crashed:
I was running make and entered ctrl-c. After that, konsole crashed. I had only one tab
-- Backtrace (Reduced):
#4 0x00007f4de85d6aa0 in QArrayData::shared_null () at /usr/lib/libQt5Core.so.5
[...]
#6 0x00007f4de058cc9d in QQuickShortcutContext::matcher(QObject*, Qt::ShortcutContext) () at /usr/lib/libQt5QuickTemplates2.so.5
#7 0x00007f4de6ceea74 in QShortcutMap::find(QKeyEvent*, int) () at /usr/lib/libQt5Gui.so.5
#8 0x00007f4de6cf1c71 in QShortcutMap::nextState(QKeyEvent*) () at /usr/lib/libQt5Gui.so.5
#9 0x00007f4de6cf2f67 in QShortcutMap::tryShortcut(QKeyEvent*) () at /usr/lib/libQt5Gui.so.5
This is an upstream bug in Qt which was fixed with https://codereview.qt-project.org/c/qt/qtdeclarative/+/371842. It will be backported to the KDE patch collection soon; see https://invent.kde.org/qt/qt/qtquickcontrols2/-/merge_requests/3 Thanks so much to Nicolas Fella for discovering this and backporting it! *** Bug 456583 has been marked as a duplicate of this bug. *** |