Breakpoint pointing out "objc_autoreleaseNoPool"

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2012-04-04T01:49:03Z Indexed on 2012/06/22 21:16 UTC
Read the original article Hit count: 199

Filed under:
|
|
|

So I'm debugging an app in preperation for its app so release, and I enabled a universal breakpoint for "All Exceptions". Since then, everytime I run the app, the console prints:

Catchpoint 2 (throw)Pending breakpoint 1 - "objc_exception_throw" resolved

objc[11765]: Object 0x8f18ff0 of class __NSCFLocale autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug

objc[11765]: Object 0x8f190a0 of class __NSCFNumber autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug

objc[11765]: Object 0x8f1fef0 of class __NSCFLocale autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug

Literally printed 3 times. I have no idea what this means but it looks bad. Any advice would be appreciated.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about ios