This would be simple to track down in Objective-C, but in Java I thought this kind of thing was impossible. The error I'm seeing 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 down the object in question? That memory address is NOT the hashCode, right?
You don't debug this kind of stuff in Java itself, because this seems either a bug in the JVM itself or some rogue native library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With