Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (debugger)
Viewing all articles
Browse latest Browse all 22

How to debug malloc_error_break?

$
0
0

I'm getting the following error in iOS Simulator:

AppName(77210,0xb0103000) malloc: *** error for object 0x9c72b34: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
For a normal iOS app, in Xcode, you debug this by setting a symbolic breakpoint at malloc_error. How do I debug this with Titanium?

What I really need to know is what .js file & line of code caused this error.


Viewing all articles
Browse latest Browse all 22

Trending Articles