_NSAutoreleaseNoPool Breaking but No Helpful Stack Trace

Posted by Matt Long on Stack Overflow See other posts from Stack Overflow or by Matt Long
Published on 2010-06-14T21:06:56Z Indexed on 2010/06/14 23:22 UTC
Read the original article Hit count: 192

I am getting the message:

* _NSAutoreleaseNoPool(): Object 0x3f43660 of class UICFFont autoreleased with no pool in place - just leaking

I have placed a break point using the symbol _NSAutoreleaseNoPool and the program does break, however, the stack trace does not show me any of my code only some UIView and Core Animation layer code.

alt text

Is there a better way to get to the bottom of the issue? There is apparently a thread that does not have an auto release pool, but I can't figure out where.

Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c