Michel Dänzer changed bug 81680
What Removed Added
Assignee dri-devel@lists.freedesktop.org mesa-dev@lists.freedesktop.org
CC   deathsimple@vodafone.de
Component Drivers/Gallium/r600 Mesa core

Comment # 16 on bug 81680 from
Okay, looks like it's crashing in st_texture_release_all_sampler_views(),
specifically on this line of pipe_sampler_view_reference():

      old_view->context->sampler_view_destroy(old_view->context, old_view);

Maybe old_view->context is no longer a valid context.

(In reply to comment #14)
> I have some difficulties getting bt (don't know why):

That looks like a different crash. Or maybe this is actually part of the normal
operation of the JavaScript JIT; what happens if you run 'continue' when this
happens?


You are receiving this mail because: