[Mesa-dev] [Bug 58210] vmwgfx freezes system when starting Xorg
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 3 06:49:12 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=58210
José Fonseca <jfonseca at vmware.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brianp at vmware.com,
| |jfonseca at vmware.com,
| |zackr at vmware.com
--- Comment #2 from José Fonseca <jfonseca at vmware.com> ---
(In reply to comment #1)
> Removing assert(svga_texture(texture)->key.cachable == 0); at
> svga_resource_texture.c:207 seems to fix this...
The assertion should only affect debug builds. Does Xorg only crash on debug
builds?
The fact the assertion fails means we're trying to share a resource which
wasn't created shareable by the state tracker...
We set svga_texture(texture)->key.cachable = 0 on the next line, so things
should still sort of work, bu I think this is the symptom of some other issue
with resource creation.
--
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/mesa-dev/attachments/20130303/fe5b4732/attachment.html>
More information about the mesa-dev
mailing list