On Monday, June 02, 2014 07:44:15 PM Benjamin Bellec wrote:
[snip]
> The "canary error" on Google points to a previously closed bug from
> glsl-compiler :
> https://bugs.freedesktop.org/show_bug.cgi?id=58039

It's probably unrelated - failing the canary check basically just means you 
botched your memory management.  Or, more specifically, you passed a non-
ralloc'd pointer to a ralloc function.

I suppose it might be more ctx/mem_ctx confusion.

Valgrind can usually track these problems down.

--Ken

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to