https://bugs.kde.org/show_bug.cgi?id=363224

--- Comment #71 from Martin Flöser <mgraess...@kde.org> ---
Git commit 55f169d1c34491f0d97c8b7a162f4ba60f6849e2 by Martin Flöser, on behalf
of Luboš Luňák.
Committed on 18/05/2017 at 17:30.
Pushed by graesslin into branch 'Plasma/5.8'.

fix occassional crash caused by needlessly delayed signals (bko#363224)

As pointed out by the Valgrind trace in #363224, delaying the signal causes
the EffectWindow* argument to become invalid before the connected slot is
called (this is because Qt discards only delayed signal->slot calls where
the receiver gets deleted meanwhile, not the sender and definitely not
a random argument.
If the supposed glitches really happen, they should get fixed correctly,
and for all cases (I doubt only desktop number would be involved but
not e.g. shaded or minimized states).

https://phabricator.kde.org/D5164

M  +1    -5    effects.cpp

https://commits.kde.org/kwin/55f169d1c34491f0d97c8b7a162f4ba60f6849e2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to