[kwin] [Bug 398977] kwin crash after resume from suspend

2019-06-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398977

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kwin] [Bug 398977] kwin crash after resume from suspend

2019-06-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398977

Nate Graham  changed:

   What|Removed |Added

 CC||ftefrjbhfvas...@o2.pl

--- Comment #4 from Nate Graham  ---
*** Bug 409223 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 398977] kwin crash after resume from suspend

2019-02-15 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398977

Vlad Zagorodniy  changed:

   What|Removed |Added

 CC||fl...@mailoo.org

--- Comment #3 from Vlad Zagorodniy  ---
*** Bug 401590 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 398977] kwin crash after resume from suspend

2018-09-27 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=398977

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Backtrace is a bit weird with some inlining/optimisations cut out.

#10 0x7f458f1b62b6 in KWin::Workspace::workspaceEvent(xcb_generic_event_t*)
() at ./x11eventfilter.h:51

must be at:
events.cpp:239
foreach (X11EventFilter *filter, m_eventFilters) {
if (filter->eventTypes().contains(eventType) <--- here


Doesn't make too much sense, eventType has the lifespan of the event filter,
which implies m_eventFilters contains something dangling. But the event filter
has a nice RAII pattern to keep m_eventFilters in place.

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

[kwin] [Bug 398977] kwin crash after resume from suspend

2018-09-27 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=398977

David Edmundson  changed:

   What|Removed |Added

 CC||ivan9...@protonmail.com

--- Comment #2 from David Edmundson  ---
*** Bug 397063 has been marked as a duplicate of this bug. ***

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