Summary: | Segfault on "Edit Application" | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | talkingodlor |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ashrader330, bhush94, germano.massullo, maninredd, patricio.laica, plasma-bugs, private, romanick, stakanov.s |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.2.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-desktop/4bda99e759fc99efb6b98c932f3682b307434a4a | Version Fixed In: | |
Sentry Crash Report: |
Description
talkingodlor
2015-05-20 09:53:17 UTC
*** Bug 347023 has been marked as a duplicate of this bug. *** *** Bug 348853 has been marked as a duplicate of this bug. *** *** Bug 350390 has been marked as a duplicate of this bug. *** *** Bug 352371 has been marked as a duplicate of this bug. *** *** Bug 352530 has been marked as a duplicate of this bug. *** *** Bug 352818 has been marked as a duplicate of this bug. *** This is a case of the obvious "don't do an exec in the main thread" #27 0x00007fdb72ad661e in KJob::exec (this=this@entry=0x7b67fa0) at ../../../src/lib/jobs/kjob.cpp:189 Will fixup Git commit 4bda99e759fc99efb6b98c932f3682b307434a4a by David Edmundson. Committed on 11/10/2015 at 20:09. Pushed by davidedmundson into branch 'Plasma/5.4'. Don't start an eventLoop from QML in menu entry editing >From the docs: This is dangerous, because when an event loop is entered in a signal handler or binding, the QML engine continues to run other bindings, animations, transitions, etc. Those bindings can then cause side effects which, for example, destroy the hierarchy containing your event loop. REVIEW: 125545 M +1 -3 applets/kicker/plugin/appentry.cpp M +4 -6 applets/kicker/plugin/menuentryeditor.cpp http://commits.kde.org/plasma-desktop/4bda99e759fc99efb6b98c932f3682b307434a4a *** Bug 353804 has been marked as a duplicate of this bug. *** *** Bug 355344 has been marked as a duplicate of this bug. *** |