#777457 X: ../../glamor/glamor_vbo.c:70: glamor_get_vbo_space: Assertion `epoxy_glGetError() == 0' failed.

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
#777457#5
Date:
2015-02-08 11:38:47 UTC
From:
To:
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

#777457#10
Date:
2015-02-09 03:37:40 UTC
From:
To:
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.