https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #3 from Chris Rankin <rankincj@xxxxxxxxxxxxxx> 2010-06-28 13:49:19 PDT --- In src/gallium/drivers/r300/r300_context.c static void r300_flush_cb(void *data) { struct r300_context* const cs_context_copy = data; cs_context_copy->context.flush(&cs_context_copy->context, 0, NULL); } The crash happens when the context.flush function pointer does not contain a valid value. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel