[kwin] [Bug 386430] Crash in XCB kwin crash handler

2018-04-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386430

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[kwin] [Bug 386430] Crash in XCB kwin crash handler

2017-11-01 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386430

Martin Flöser  changed:

   What|Removed |Added

  Flags||Wayland-, X11+
  Component|general |platform-x11-standalone

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

[kwin] [Bug 386430] Crash in XCB kwin crash handler

2017-11-01 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386430

--- Comment #1 from Martin Flöser  ---
I see the problem. The dtor calls XRenderUtils::cleanup(), but that should only
be called if init happened as init calls
XRenderUtils::init(kwinApp()->x11Connection(), kwinApp()->x11RootWindow())

So we only need to guard the call to cleanup to check whether init was called
(which is the ready property on the Platform).

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

[kwin] [Bug 386430] Crash in XCB kwin crash handler

2017-11-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386430

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|kwin-bugs-n...@kde.org  |k...@davidedmundson.co.uk
 Status|UNCONFIRMED |CONFIRMED

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