[Bug 103234] KWin crashed when Alt+Tab-ing through open windows
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 17 21:11:04 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103234
--- Comment #5 from Nicolai Hähnle <nhaehnle at gmail.com> ---
Thank you for the report!
Can you try with Mesa from git master?
The issue is that in Mesa 17.2.2 (which you have according to glxinfo),
si_state_draw.c:1305 corresponds to
1304 index_offset -= start_offset;
1305 } else if (sctx->b.chip_class <= CIK &&
1306 r600_resource(indexbuf)->TC_L2_dirty) {
and it's basically impossible to get a crash there, so I suspect the Gentoo
build actually applies some other patches.
Something random you could try is starting KWin with GALLIUM_THREAD=0.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20171017/eded8b8d/attachment-0001.html>
More information about the dri-devel
mailing list