My App (under development, iOS 5.1) occasionally crashes with the following message:
Terminating app due to uncaught exception \'NSInternalInconsistencyExcepti
You've probably got some object recursing into itself during construction, probably in alloc or init.
alloc
init
You can also set an exception breakpoint for "All Exceptions" and see what gets caught...