http://bugs.freedesktop.org/show_bug.cgi?id=12906
------- Comment #4 from [EMAIL PROTECTED] 2007-10-31 07:29 PST ------- Created an attachment (id=12273) --> (http://bugs.freedesktop.org/attachment.cgi?id=12273&action=view) experimental patch to context.c There's lots of places where we dereference ctx->Draw/ReadBuffer without checking if it's null. The assumption being that the rendering context is bound to a drawable. Let's put a test in _mesa_make_current() to see if it's being called with a context, but no drawable. Please apply this patch and get a stack trace if/when the assertion fails. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
