https://bugs.kde.org/show_bug.cgi?id=438789
--- Comment #10 from Jiri Slaby <jirisl...@gmail.com> --- (In reply to Jiri Slaby from comment #9) > BTW I also applied the patch from bug 439208#c3, but kwin still crashes with > the very same backtrace. Just checked with the core file: > (gdb) l DrmConnector::DrmConnector > 25 if (m_conn) { > 26 for (int i = 0; i < m_conn->count_encoders; ++i) { > 27 m_encoders << m_conn->encoders[i]; > 28 } > 29 } else { > 30 qCWarning(KWIN_DRM) << "drmModeGetConnector failed!" << > strerror(errno); > 31 } > 32 } > 33 > 34 DrmConnector::~DrmConnector() = default; -- You are receiving this mail because: You are watching all bug changes.