#777457 X: ../../glamor/glamor_vbo.c:70: glamor_get_vbo_space: Assertion `epoxy_glGetError() == 0' failed. #777457
- Package:
- xserver-xorg-core
- Source:
- xorg-server
- Description:
- Xorg X server - core server
- Submitter:
- Christoph Egger
- Date:
- 2015-02-09 03:45:05 UTC
- Severity:
- important
Hi! Sometimes "randomly" my X session crashes. The only trace I was so far able to see is slim[1734]: X: ../../glamor/glamor_vbo.c:70: glamor_get_vbo_space: Assertion `epoxy_glGetError() == 0' failed. Christoph
You can find out what triggers the GL error state by installing the xserver-xorg-core-dbg package and attaching gdb to the Xorg process (preferably from another machine via ssh) and setting a breakpoint in _mesa_error. When the breakpoint triggers, get a backtrace with 'bt full'. Keep doing this until the assertion fails, then let's take a look at the backtrace of the last time _mesa_error was called before that.