[Mesa-dev] [Bug 61312] Assertion failure: freeing bad or corrupted memory in st_translate_mesa_program

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61312

José Fonseca jfons...@vmware.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from José Fonseca jfons...@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.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 61312] Assertion failure: freeing bad or corrupted memory in st_translate_mesa_program

2013-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61312

--- Comment #1 from Keith Kriewall keith.kriew...@attachmate.com ---
Created attachment 75375
  -- https://bugs.freedesktop.org/attachment.cgi?id=75375action=edit
Trace of GL calls made by dinospin

In case it helps, I'm attaching a JOGL trace of the GL calls made by
'dinospin'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev