show/hide this revision's text 7 Fixed typos and question title

Objective-C: How to find the cause of a malloc "double free" error?

Hello

Im

I'm programming an application for iPhone in Objective-C and Im I'm getting this error:

MyApp(2121,0xb0185000) malloc: *** error for object 0x1068310: double free
*** set a breakpoint in malloc_error_break to debug

It is happening when I release an NSAutoreleasePool and I cant can't figure out what object Im I'm releasing twice.

How do I set his breakpoint?

Is there a way to know what is this "object 0x1068310"?

thanks in advance

Gonso

show/hide this revision's text 6 edited tags
show/hide this revision's text 5 edited tags
show/hide this revision's text 4 edited tags
show/hide this revision's text 3 edited tags
show/hide this revision's text 2 edited tags
show/hide this revision's text 1