Sometimes when you have memory corruption issues, the malloc library happily informs you:Borkdoku(11062,0xcec0600) malloc: *** error for object 0xd109010: incorrect checksum for freed object - object was probably modified after being freed, break at szone_error to debugWhich is fine and dandy, but it lies. I've never gottenszone_error
to actually do anything. Try breaking onmalloc_printf
instead.