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

Martin Gräßlin <mgraess...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #62 from Martin Gräßlin <mgraess...@kde.org> ---
commit 634dfc09e42ad44672e8f235fabb3110010491ce
Author: Luboš Luňák <l.lu...@kde.org>
Date:   Fri Mar 17 16:32:34 2017 +0100

    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

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

Reply via email to