Summary: | Virtualbox windows reszie on kubuntu guest | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | AV <aminvali> |
Component: | kded | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dvratil |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kscreen/ba0bb9abefa15bb2b6e773074e870491c8501761 | Version Fixed In: | 1.0 |
Sentry Crash Report: |
Description
AV
2013-05-15 18:22:45 UTC
Could you please run "kscreen-console bug" and post it's output here? Managed to reproduce with F19 in VirtualBox with Guest Additions installed. Looks like a race condition when the window is being resized to quickly and too many events are generated at once. Git commit ba0bb9abefa15bb2b6e773074e870491c8501761 by Dan Vrátil. Committed on 10/06/2013 at 12:13. Pushed by dvratil into branch 'master'. Day call to saveCurrentConfig() to prevent crash in case of multiple events This can happen in VirtualBox for instance, where resizing window emits a lot of XRandR events which causes inconsistancies in configs. REVIEW: 110930 FIXED-IN: 1.0 M +12 -9 kded/daemon.cpp M +1 -1 kded/daemon.h http://commits.kde.org/kscreen/ba0bb9abefa15bb2b6e773074e870491c8501761 |