[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-13 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 Martin Gräßlin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-11 Thread Fabian Vogt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 --- Comment #7 from Fabian Vogt --- (In reply to Martin Gräßlin from comment #6) > (In reply to Martin Gräßlin from comment #5) > > > However, it crashes with a segfault after that, in a global destructor: > > > > meh, but a different bug. Have an idea

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 --- Comment #6 from Martin Gräßlin --- (In reply to Martin Gräßlin from comment #5) > > However, it crashes with a segfault after that, in a global destructor: > > meh, but a different bug. Have an idea for it ;-) And put into code: https://phabricato

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 --- Comment #5 from Martin Gräßlin --- > However, it crashes with a segfault after that, in a global destructor: meh, but a different bug. Have an idea for it ;-) -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-11 Thread Fabian Vogt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 --- Comment #4 from Fabian Vogt --- (In reply to Martin Gräßlin from comment #3) > Possible patch for the crash: https://phabricator.kde.org/D2135 - untested > as I don't have a VM setup for it (need to fix that). Looks like it's working: FATAL ERROR:

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 Martin Gräßlin changed: What|Removed |Added Flags||ReviewRequest+ --- Comment #3 from Martin Gräß

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 --- Comment #2 from Martin Gräßlin --- Overall I think the main problem here is that the DRM backend doesn't handle different formats properly yet. It only supports RGB32. Given the fbdev bug on the same hardware I assume that it's also an BGR/24 case.

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-10 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 --- Comment #1 from Martin Gräßlin --- Looks like the same general problem (just looked at the code, it calls map without verifying). Though in that case I don't think we can do anything useful except to terminate. If we cannot create a buffer to render

[kwin] [Bug 365242] KWin crashes in VM with cirrus

2016-07-08 Thread Fabian Vogt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365242 Fabian Vogt changed: What|Removed |Added Summary|KWin crashes with VM with |KWin crashes in VM with |cirrus