Summary: | Pressing TAB in kickoff freezes plasma | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Franz Trischberger <franz.trischberger> |
Component: | Application Launcher (Kickoff) widget | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kde, nate, parag.lkml, pavbaranov, plasma-bugs |
Priority: | HI | ||
Version: | 5.14.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kickoff before pressing TAB |
Description
Franz Trischberger
2018-12-30 07:49:01 UTC
Can you attach a screenshot of the menu before you press tab and reopen When it freezes is the CPU using 100% of one core? ----- If possible in gdb if you get that trace again can you run "frame 3" "print this->metaObject->className()" Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! plasmashell uses 100%. Screenshot attached as requested. There were updates in the meantime, so different backtrace: #0 QtPrivate::RefCount::deref (this=0x562e08802330) at /usr/include/qt5/QtCore/qrefcount.h:68 #1 QList<QQuickItem*>::~QList (this=0x7ffdd58b6570, __in_chrg=<optimized out>) at /usr/include/qt5/QtCore/qlist.h:829 #2 0x00007f13457c8bcb in QQuickItemPrivate::nextTabChildItem (item=item@entry=0x562e08bf14b0, start=<optimized out>, start@entry=0) at items/qquickitem.cpp:2505 #3 0x00007f13457c9672 in QQuickItemPrivate::nextPrevItemInTabFocusChain (item=item@entry=0x562e07db2d20, forward=forward@entry=true) at items/qquickitem.cpp:2594 #4 0x00007f13457cc5f4 in QQuickItemPrivate::focusNextPrev (item=item@entry=0x562e07db2d20, forward=forward@entry=true) at items/qquickitem.cpp:2489 #5 0x00007f13457cc712 in QQuickItemPrivate::deliverKeyEvent (this=0x562e07db2de0, e=0x7ffdd58b6f30) at items/qquickitem.cpp:5169 #6 0x00007f13457cc985 in QQuickItem::event (this=0x562e07db2d20, ev=0x7ffdd58b6f30) at items/qquickitem.cpp:8057 #7 0x00007f1342f7d7ac in QApplicationPrivate::notify_helper (this=this@entry=0x562e057e5870, receiver=receiver@entry= 0x562e07db2d20, e=e@entry=0x7ffdd58b6f30) at kernel/qapplication.cpp:3752 #8 0x00007f1342f84d10 in QApplication::notify (this=0x7ffdd58b7350, receiver=0x562e07db2d20, e=0x7ffdd58b6f30) at kernel/qapplication.cpp:3499 #9 0x00007f13417233d7 in QCoreApplication::notifyInternal2 (receiver=0x562e07db2d20, event=0x7ffdd58b6f30) at kernel/qcoreapplication.cpp:1061 #10 0x00007f134172366e in QCoreApplication::sendEvent (receiver=receiver@entry=0x562e07db2d20, event=event@entry=0x7ffdd58b6f30) at kernel/qcoreapplication.cpp:1451 #11 0x00007f13457d940f in QQuickWindowPrivate::deliverKeyEvent (this=this@entry=0x7f132c007090, e=e@entry=0x7ffdd58b6f30) at items/qquickwindow.cpp:1699 #12 0x00007f13457de61f in QQuickWindow::keyPressEvent (this=<optimized out>, e=0x7ffdd58b6f30) at items/qquickwindow.cpp:1682 [and so on] I assume you want me to go into QQuickItem::event: (gdb) print this->metaObject()->className() $4 = 0x562e07dc8478 "TextField_QMLTYPE_129_QML_136" Created attachment 117454 [details]
kickoff before pressing TAB
Thanks Can reproduce in 5.14.4. Backtrace is the same. Cannot reproduce with git master though. *** Bug 402889 has been marked as a duplicate of this bug. *** *** Bug 403485 has been marked as a duplicate of this bug. *** I can reproduce on Plasma 5.14.90 (KF 5.54). Seems to have been fixed in Plasma 5.15. |