[Bug 81680] [r600g] Firefox crashes with hardware acceleration turned on
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 11 18:10:40 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=81680
Michel Dänzer <michel at daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|dri-devel at lists.freedesktop |mesa-dev at lists.freedesktop.
|.org |org
CC| |deathsimple at vodafone.de
Component|Drivers/Gallium/r600 |Mesa core
--- Comment #16 from Michel Dänzer <michel at daenzer.net> ---
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:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140812/aea3ee91/attachment.html>
More information about the dri-devel
mailing list