Closed GoogleCodeExporter closed 9 years ago
This means there's memory corruption in your program somewhere -- perhaps heap
corruption, or stack overflow, or assigning to freed memory, or a double-free,
or ...
Try running with -ltcmalloc_debug to help nail down where the problem might be,
or
using another tool such as valgrind.
Original comment by csilv...@gmail.com
on 8 Apr 2010 at 1:07
Original issue reported on code.google.com by
llongi...@gmail.com
on 8 Apr 2010 at 12:38Attachments: