I'm getting lots of console outputs like this without my application crashing:
malloc: * error for object 0xc6a3970: pointer being freed was not allocated * set a breakpoint in malloc_error_break to debug
How can I find out which object or variable is affected?
I tried setting a symbolic breakpoint like this but it never halts: