On Mon, Jan 28, 2008 at 05:06:55PM -0500, Kort, Eric wrote: > Unfortunately, when I attempt to recreate the error I am about to describe in > a tidy little function, I can't. But within the larger context of my image > processing routine, I am encountering the following strangeness:
> *** glibc detected *** perl: munmap_chunk(): invalid pointer: > 0x00007fff7f692410 *** As you seem to be on Linux, have you tried using valgrind on the offending program? The cause might actually be somewhere completely different, and often it is helpful in finding it. Nicholas Clark