Hi
I'm using 'malloc_error _break' to break on double free error.
The stack trace does not lead me to a specific line or object (only to the assembly code).
What I can see is the object address:
...malloc: *** error for object 0xfa1340: double free
How can I find which object this address represents? (0xfa1340)
(I tried to find it in the "ObjectAlloc" tool - but could not).
thanks!