Bug 370264 - KWin crash with "No provider of glFenceSync found"
Summary: KWin crash with "No provider of glFenceSync found"
Status: RESOLVED DUPLICATE of bug 369317
Alias: None
Product: kwin
Classification: Plasma
Component: effects-various (show other bugs)
Version: 5.8.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-07 21:35 UTC by Yury Zhuravlev
Modified: 2016-10-08 13:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Zhuravlev 2016-10-07 21:35:48 UTC
After upgrade to kwin 5.8 "graphic effects" has not worked. 
I pulled KWin from master and builded by hand. 
All problem in void GLVertexBuffer::endOfFrame() (kwinglutils) when we try call glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);

Everything started to work fine after KWIN_PERSISTENT_VBO=0 .

Currently I am using EGL on Intel Haswell (mesa, libdrm, xf86-video-intel from git)

PS We realy can use glFenceSync under EGL?

Reproducible: Always
Comment 1 Martin Flöser 2016-10-08 13:19:12 UTC
Looks like a duplicate.

*** This bug has been marked as a duplicate of bug 369317 ***