https://bugs.freedesktop.org/show_bug.cgi?id=30629
--- Comment #2 from Brian Paul <bri...@vmware.com> 2010-10-06 08:00:42 PDT --- This error is reported when one of the indexes/elements specified by the glDraw[Range]Elements call points to a vertex attribute that's outside the bounds of the containing VBO. If nothing is done about this, it's possible for this to cause a segfault/crash. To learn more, set a breakpoint on _mesa_warning(). When it gets hit do this in gdb: (gdb) call _mesa_print_arrays(ctx) That will print information about all the enabled vertex arrays. Please post that info. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev