Summary: | KDE Control Module crashed amidst much lag after changing Display Configuration | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | wodencafe |
Component: | kcm | Assignee: | Daniel Vrátil <dvratil> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | don.waterloo+kde, peter.f.smith |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.2.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libkscreen/cd58a75a6d3d01289894bb03559289f7468ee556 | Version Fixed In: | 5.3.1 |
Sentry Crash Report: |
Description
wodencafe
2015-04-24 14:59:37 UTC
commit cd58a75a6d3d01289894bb03559289f7468ee556 Author: Dan Vrátil <dvratil@redhat.com> Date: Wed May 6 19:44:28 2015 +0200 Fix potential crash when running ConfigOperation in exec() mode Scheduling deleteLater() from nested event loop means that the operation will be deleted just before the nested loop returns, which than crashes because we try to use deleted "this". *** Bug 345818 has been marked as a duplicate of this bug. *** Btw the lag and jitter is caused by Qt XRandR events handling being very suboptimal. This has been much improved in Qt 5.5. *** Bug 345728 has been marked as a duplicate of this bug. *** |