Summary: | Crash on Alt+Tab | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Elias Probst <mail> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=336511 https://bugs.kde.org/show_bug.cgi?id=336808 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Elias Probst
2014-09-22 17:27:07 UTC
did you update Qt recently? What strikes me as odd is that Qt calls glXSwapBuffers with a null dpy. (In reply to Martin Gräßlin from comment #1) > did you update Qt recently? What strikes me as odd is that Qt calls > glXSwapBuffers with a null dpy. Yes, I'm on Qt 5.4.0 alpha, but all frameworks components + runtimes (incl. kwin) have been rebuilt after that. It's because of the screen setup alteration: https://bugreports.qt-project.org/browse/QTBUG-32681 It's also (likely) because of QWindow::screen() is 0x0 - this sounds familiar (there must be another bug around this, but I can't find it) @Thomas: This one? https://bugreports.qt-project.org/browse/QTBUG-39996 :-P kde bug #336511, yes. Thanks! |