That would be easy to track in Objective-C, but in Java I thought it was impossible. The error I see is:
java(7198,0x124a13000) malloc: *** error for object 0x1003109c1: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug
How would I set a breakpoint of this type in Java? Or, how would I track an object? This memory address is NOT hashCode, right?
source share