[Mesa-dev] [Bug 61312] Assertion failure: freeing bad or corrupted memory in st_translate_mesa_program
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 7 06:44:09 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=61312
José Fonseca <jfonseca at vmware.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from José Fonseca <jfonseca at vmware.com> ---
This assertion happened because code in st_mesa_to_tgsi.c was mixing up
realloc() with FREE() for the same pointer, instead of using REALLOC()+FREE()
or realloc() + free() consistent, as the debugging helpers are only enabled
with the macros.
But this has been fixed since then.
It wasn't a single fix. The last one was
11070105f0b5ad20f12bb40a8dd0b357924bcfdd.
--
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/20141107/82ca7ca7/attachment.html>
More information about the mesa-dev
mailing list