XCode 4.3 ad hoc crashes iPad - runs in simulator, runs on iPad if loaded from Xcode - xcode4.3

I am working in Xcode 4.3.1, and developing for iOS 5.1. My app runs fine in the simulator; it runs fine on my iPad if I install it from Xcode. But when I install it from an ad hoc archive, it crashes when I try to open a particular view controller. I have two ways to go to this view - one is through a tab bar, and the other is through a button on certain pages. The view controller is opening a map view, but this has worked fine in the past. I have made a change to my map source (it was previously opening an online source, now it's opening a local source), but the crash appears to be happening before this code is called, so I don't think that change is the problem. I have tried every suggestion I can find on stack overflow and elsewhere - mostly related to build settings or schemes - but haven't had any luck.
IF this is a code problem, then it is in the different library that I am calling (a route-me library) - but based on the crash log, I don't even think I'm getting that far, it seems to be a framework problem.
But if it's NOT the framework.....I have integrated MapView into my project, and based on Analyzer, this is the code I think I should be changed based on other questions and answers I've seen here:
- (id)initWithView: (UIView*) view
{
LogMethod();
CLLocationCoordinate2D here;
here.latitude = kDefaultInitialLatitude;
here.longitude = kDefaultInitialLongitude;
return [self initWithView:view
tilesource:[[RMOpenStreetMapSource alloc] init]
centerLatLon:here
zoomLevel:kDefaultInitialZoomLevel
maxZoomLevel:kDefaultMaximumZoomLevel
minZoomLevel:kDefaultMinimumZoomLevel
backgroundImage:nil
screenScale:0];
}
I think I need to rewrite the line that begins "return", but I can't figure out how to get it right. The samples I have found are much simpler than the above. The Xcode analyzer tells me:
Method returns on Objective-C object with a +1 retain count
Object leaked: allocated object is not referenced later in this execution path and has a retain count of +1
I am an experienced Windows programmer - but I am new to Apple and Xcode.
Here is the symbolicated crash report:
base address 0 Incident Identifier:
1805810C-950E-41CE-9773-97C1798A3007 CrashReporter Key:
13ee73abe8e268a2ab7a84b973bc08df600dd98b Hardware Model: iPad2,1
Process: Waggoner [963] Path:
/var/mobile/Applications/AF402A1F-F483-4517-9482-177C928D3859/Waggoner.app/Waggoner
Identifier: Waggoner Version: ??? (???) Code Type:
ARM (Native) Parent Process: launchd [1]
Date/Time: 2012-04-12 21:08:25.611 -0700 OS Version: iPhone
OS 5.1 (9B176) Report Version: 104
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000,
0x00000000 Crashed Thread: 0
Last Exception Backtrace: 0 CoreFoundation
0x33e5088f exceptionPreprocess + 163 1 libobjc.A.dylib
0x32942259 objc_exception_throw + 33 2 CoreFoundation
0x33e5392f +[NSObject doesNotRecognizeSelector:] + 175 3
CoreFoundation 0x33e52915 __forwarding + 301 4
CoreFoundation 0x33dad650 _CF_forwarding_prep_0 + 48 5
Waggoner 0x0003d0a5 0x26000 + 94373 6 Waggoner
0x0006241f 0x26000 + 246815 7 Waggoner
0x0005aeb3 0x26000 + 216755 8 Waggoner
0x0005bca5 0x26000 + 220325 9 Waggoner
0x0005c3cd 0x26000 + 222157 10 Waggoner
0x0005c055 0x26000 + 221269 11 Waggoner
0x00061693 0x26000 + 243347 12 Waggoner
0x000600c5 0x26000 + 237765 13 Waggoner
0x0002827f 0x26000 + 8831 14 UIKit
0x35aa6e33 -[UIViewController view] + 167 15 UIKit
0x35b067e5 -[UITabBarController
transitionFromViewController:toViewController:transition:shouldSetSelected:]
+ 93 16 UIKit 0x35b06783 -[UITabBarController transitionFromViewController:toViewController:] + 31 17 UIKit 0x35b060bd -[UITabBarController
_setSelectedViewController:] + 301 18 UIKit 0x35b05df1 -[UITabBarController setSelectedIndex:] + 241 19 Waggoner
0x00036a53 0x26000 + 68179 20 CoreFoundation
0x33daa3fd -[NSObject performSelector:withObject:withObject:] + 53 21
UIKit 0x35a88faf -[UIApplication
sendAction:to:from:forEvent:] + 63 22 UIKit
0x35a88f6b -[UIApplication sendAction:toTarget:fromSender:forEvent:]
+ 31 23 UIKit 0x35a88f49 -[UIControl sendAction:to:forEvent:] + 45 24 UIKit
0x35a88cb9 -[UIControl(Internal) _sendActionsForEvents:withEvent:] +
493 25 UIKit 0x35a895f1 -[UIControl
touchesEnded:withEvent:] + 477 26 UIKit
0x35a87ad3 -[UIWindow _sendTouchesForEvent:] + 319 27 UIKit
0x35a874c1 -[UIWindow sendEvent:] + 381 28 UIKit
0x35a6d83d -[UIApplication sendEvent:] + 357 29 UIKit
0x35a6d0e3 _UIApplicationHandleEvent + 5827 30 GraphicsServices
0x3332522b PurpleEventCallback + 883 31 CoreFoundation
0x33e24523 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION
+ 39 32 CoreFoundation 0x33e244c5 __CFRunLoopDoSource1 + 141 33 CoreFoundation 0x33e23313 __CFRunLoopRun + 1371 34 CoreFoundation
0x33da64a5 CFRunLoopRunSpecific + 301 35 CoreFoundation
0x33da636d CFRunLoopRunInMode + 105 36 GraphicsServices
0x33324439 GSEventRunModal + 137 37 UIKit
0x35a9be7d UIApplicationMain + 1081 38 Waggoner
0x00027c9f 0x26000 + 7327 39 Waggoner
0x00027c80 0x26000 + 7296
Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0
Crashed: 0 libsystem_kernel.dylib 0x370ec32c __pthread_kill
+ 8 1 libsystem_c.dylib 0x33252208 pthread_kill + 48 2 libsystem_c.dylib 0x3324b298 abort + 88 3
libc++abi.dylib 0x30943f64 abort_message + 40 4
libc++abi.dylib 0x30941346 _ZL17default_terminatev + 18
5 libobjc.A.dylib 0x32942350 _objc_terminate + 140 6
libc++abi.dylib 0x309413be
_ZL19safe_handler_callerPFvvE + 70 7 libc++abi.dylib 0x3094144a std::terminate() + 14 8 libc++abi.dylib
0x3094281e __cxa_rethrow + 82 9 libobjc.A.dylib
0x329422a2 objc_exception_rethrow + 6 10 CoreFoundation
0x33da6506 CFRunLoopRunSpecific + 398 11 CoreFoundation
0x33da6366 CFRunLoopRunInMode + 98 12 GraphicsServices
0x33324432 GSEventRunModal + 130 13 UIKit
0x35a9be76 UIApplicationMain + 1074 14 Waggoner
0x00027c98 0x26000 + 7320 15 Waggoner
0x00027c78 0x26000 + 7288
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager Thread
1: 0 libsystem_kernel.dylib 0x370dc3a8 kevent + 24 1
libdispatch.dylib 0x324a0f04 _dispatch_mgr_invoke + 708 2
libdispatch.dylib 0x324a0c22 _dispatch_mgr_thread + 30
Thread 2 name: WebThread Thread 2: 0 libsystem_kernel.dylib
0x370dc004 mach_msg_trap + 20 1 libsystem_kernel.dylib
0x370dc1fa mach_msg + 50 2 CoreFoundation
0x33e243ec __CFRunLoopServiceMachPort + 120 3 CoreFoundation
0x33e23124 __CFRunLoopRun + 876 4 CoreFoundation
0x33da649e CFRunLoopRunSpecific + 294 5 CoreFoundation
0x33da6366 CFRunLoopRunInMode + 98 6 WebCore
0x376180f0 _ZL12RunWebThreadPv + 396 7 libsystem_c.dylib
0x3321372e _pthread_start + 314 8 libsystem_c.dylib
0x332135e8 thread_start + 0
Thread 3: 0 libsystem_kernel.dylib 0x370eccd4
__workq_kernreturn + 8 1 libsystem_c.dylib 0x3320df36 _pthread_wqthread + 610 2 libsystem_c.dylib 0x3320dcc8 start_wqthread + 0
Thread 4: 0 libsystem_kernel.dylib 0x370eccd4
__workq_kernreturn + 8 1 libsystem_c.dylib 0x3320df36 _pthread_wqthread + 610 2 libsystem_c.dylib 0x3320dcc8 start_wqthread + 0
Thread 5 name: Dispatch queue: com.apple.locationd.registration.xpcq
Thread 5: 0 libsystem_kernel.dylib 0x370dc06c
semaphore_timedwait_trap + 8 1 libdispatch.dylib
0x324a1182 _dispatch_semaphore_wait_slow + 122 2 libdispatch.dylib
0x324a11f4 dispatch_semaphore_wait$VARIANT$mp + 32 3 CoreLocation
0x33351db0 CLClientInvokeCallback(CLClient*, CLClientEvent,
__CFDictionary const*) + 340 4 CoreLocation 0x33354530 ___CLClientCreateConnection_block_invoke_0 + 320 5
CoreLocation 0x33387eea
__setDefaultMessageHandler_onQueue_block_invoke_0 + 46 6 CoreLocation 0x333856ca
CLConnection::handleMessage(CLConnectionMessage*) + 42 7
CoreLocation 0x333864d8
__setEventHandler_block_invoke_0 + 360 8 libxpc.dylib 0x338b58c2 __XPC_CONNECTION_EVENT_HANDLER_CALLOUT + 30 9
libxpc.dylib 0x338aed5c _xpc_connection_recv_message
+ 500 10 libxpc.dylib 0x338aeb18 _xpc_connection_wakeup_recv + 160 11 libxpc.dylib 0x338ae9b8 _xpc_connection_wakeup2 + 1264 12 libxpc.dylib
0x338ae3f6 _xpc_connection_wakeup + 62 13 libdispatch.dylib
0x324a22da _dispatch_source_invoke + 510 14 libdispatch.dylib
0x3249fb7a _dispatch_queue_invoke$VARIANT$mp + 46 15
libdispatch.dylib 0x3249fc9e _dispatch_queue_drain + 162
16 libdispatch.dylib 0x3249fb6e
_dispatch_queue_invoke$VARIANT$mp + 34 17 libdispatch.dylib 0x3249fc9e _dispatch_queue_drain + 162 18 libdispatch.dylib
0x3249fb6e _dispatch_queue_invoke$VARIANT$mp + 34 19
libdispatch.dylib 0x3249fc9e _dispatch_queue_drain + 162
20 libdispatch.dylib 0x3249fb6e
_dispatch_queue_invoke$VARIANT$mp + 34 21 libdispatch.dylib 0x324a07e0 _dispatch_worker_thread2 + 204 22 libsystem_c.dylib
0x3320ddf4 _pthread_wqthread + 288 23 libsystem_c.dylib
0x3320dcc8 start_wqthread + 0
Thread 6 name: com.apple.NSURLConnectionLoader Thread 6: 0
libsystem_kernel.dylib 0x370dc004 mach_msg_trap + 20 1
libsystem_kernel.dylib 0x370dc1fa mach_msg + 50 2
CoreFoundation 0x33e243ec CFRunLoopServiceMachPort +
120 3 CoreFoundation 0x33e23124 __CFRunLoopRun + 876
4 CoreFoundation 0x33da649e CFRunLoopRunSpecific +
294 5 CoreFoundation 0x33da6366 CFRunLoopRunInMode +
98 6 Foundation 0x32d3dbb2
+[NSURLConnection(Loader) _resourceLoadLoop:] + 302 7 Foundation 0x32d3da7a -[NSThread main] + 66 8 Foundation
0x32dd158a _NSThread_main + 1042 9 libsystem_c.dylib
0x3321372e _pthread_start + 314 10 libsystem_c.dylib
0x332135e8 thread_start + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
r4: 0x00000006 r5: 0x3efcfd98 r6: 0x00000002 r7: 0x2fe24a78
r8: 0x00153670 r9: 0x00000000 r10: 0x00000000 r11: 0x000ad13c
ip: 0x00000148 sp: 0x2fe24a6c lr: 0x3325220f pc: 0x370ec32c cpsr: 0x000f0010
Binary Images: 0x26000 - 0x9afff +Waggoner armv7
<685c2b1700e8372e9c25bfde5c69628e>
/var/mobile/Applications/AF402A1F-F483-4517-9482-177C928D3859/Waggoner.app/Waggoner
0x2fe25000 - 0x2fe46fff dyld armv7
<4a817f3e0def30d5ae2032157d889c1d> /usr/lib/dyld 0x306b4000 -
0x306c0fff CoreVideo armv7 <364fa32d513f3c11b50970120545f1a8>
/System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x30817000 -
0x3085cfff GeoServices armv7
/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x3086b000 - 0x3093bfff WebKit armv7
<6ff2796c2f933050ac6ecdee9fc6a216>
/System/Library/PrivateFrameworks/WebKit.framework/WebKit 0x3093c000 -
0x3093cfff vecLib armv7
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x3093d000 - 0x30944fff libc++abi.dylib armv7
/usr/lib/libc++abi.dylib 0x30961000
- 0x30967fff liblockdown.dylib armv7 <9e45ce468a6f31e5b8263f2c224aa800> /usr/lib/liblockdown.dylib
0x30968000 - 0x3097bfff DataDetectorsCore armv7
<3f4596cbe1b13fdcb427d87de21df3f6>
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x3097c000 - 0x30adbfff libmecabra.dylib armv7
<06a0a1ee488030169bdfab11fc8d2c5c> /usr/lib/libmecabra.dylib
0x30b8a000 - 0x30b8efff libAccessibility.dylib armv7
<9a17d07b5a3b38cfafdf16f78c99b572> /usr/lib/libAccessibility.dylib
0x30c5d000 - 0x30c73fff libmis.dylib armv7
<258bc92be5823b239b4412dd42cb4807> /usr/lib/libmis.dylib 0x30c74000 -
0x30d1efff libBLAS.dylib armv7
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x30d8d000 - 0x30d8efff CoreSurface armv7
<7850befd26b630f183ee326aaadd7b34>
/System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x30d8f000 - 0x30da1fff DataDetectorsUI armv7
<50ea319aaeb7307e92719980dd4b2953>
/System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x30da3000 - 0x30de7fff MobileCoreServices armv7
<757226927a873d5492be721908077b48>
/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x30e1f000 - 0x30e3cfff libsystem_info.dylib armv7
<50863bcbf478323e96a8e5b1a83ea6f9>
/usr/lib/system/libsystem_info.dylib 0x30f23000 - 0x30f2ffff
libz.1.dylib armv7 <36ce86a3dc8c344596c8c325615f374b>
/usr/lib/libz.1.dylib 0x313bf000 - 0x313cefff SpringBoardServices
armv7
/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x314f5000 - 0x314f6fff libdyld.dylib armv7
<977b0ad6f2f433108b4a0324a57cd2ab> /usr/lib/system/libdyld.dylib
0x31500000 - 0x31523fff Bom armv7
/System/Library/PrivateFrameworks/Bom.framework/Bom 0x31621000 -
0x31645fff PrintKit armv7 <08509c7bc915358b953de6f5cbef5c56>
/System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x3164b000 - 0x31689fff IOKit armv7
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x3168c000
- 0x316b1fff OpenCL armv7 /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL 0x31b5d000 -
0x31baefff CoreText armv7 <5bfac4ee88d03d5b87a1f105abb7756c>
/System/Library/Frameworks/CoreText.framework/CoreText 0x31baf000 -
0x31bbafff AccountSettings armv7 <373e59421d983c93931cfbad87b1ae35>
/System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x31bf9000 - 0x31bfdfff IOSurface armv7
<6ae77a40f8e93f28bc466ca93f5675d4>
/System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x31c4b000 - 0x31c5ffff PersistentConnection armv7
<65682d21486836a3aa3e17b9461e7b3a>
/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x31c60000 - 0x31cb8fff CoreAudio armv7
/System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x31d0e000 -
0x31d56fff CoreMedia armv7
/System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x31e9d000 -
0x31fc2fff JavaScriptCore armv7 <2ffc6c87b94434288366bd53765ee267>
/System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x31fc3000 - 0x31ff8fff SystemConfiguration armv7
<4464a4e3bb3f32f7abaa35ebf31fda49>
/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x31ffe000 - 0x32041fff libcommonCrypto.dylib armv7
<95b49daf4cf038b6bea8010bba3a1e26>
/usr/lib/system/libcommonCrypto.dylib 0x32042000 - 0x32044fff
MobileInstallation armv7 <215d93dbb0f63cbf828f9126eb7b5349>
/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x32081000 - 0x320c1fff libGLImage.dylib armv7
<40448706190031f6b0d9636cc11ee81d>
/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x320c2000 - 0x321b0fff libiconv.2.dylib armv7
<2cfefe2ad1d335dd9549562910e7a2e2> /usr/lib/libiconv.2.dylib
0x321b1000 - 0x321ecfff libCGFreetype.A.dylib armv7
<55941c96cf1f3b048e72a148c4496c16>
/System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x321ed000 - 0x321f9fff libCRFSuite.dylib armv7
/usr/lib/libCRFSuite.dylib
0x32243000 - 0x32258fff libresolv.9.dylib armv7
<66f7557fa4b43979b186e00271839fdb> /usr/lib/libresolv.9.dylib
0x3249d000 - 0x324b3fff libdispatch.dylib armv7
<9ecfaef4110a3bf9a92d12f0fe8d1d78> /usr/lib/system/libdispatch.dylib
0x32646000 - 0x32647fff DataMigration armv7
/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x32648000 - 0x3267ffff Security armv7
/System/Library/Frameworks/Security.framework/Security 0x326e0000 -
0x326e6fff MobileKeyBag armv7
/System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x32740000 - 0x32742fff libCoreVMClient.dylib armv7
/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x32743000 - 0x32743fff Accelerate armv7
<55b24cf91a8b3532bde6733c96f14c08>
/System/Library/Frameworks/Accelerate.framework/Accelerate 0x32744000
- 0x32835fff QuartzCore armv7 /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x328e4000
- 0x328eafff liblaunch.dylib armv7 /usr/lib/system/liblaunch.dylib
0x32939000 - 0x329fffff libobjc.A.dylib armv7
<90014d1bc583366d85622e43097df416> /usr/lib/libobjc.A.dylib 0x32c61000
- 0x32c61fff libCVMSPluginSupport.dylib armv7
/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x32c62000 - 0x32cdbfff ProofReader armv7
<6db611d8df6530d480f97a40bc519f70>
/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x32d2d000 - 0x32eabfff Foundation armv7
/System/Library/Frameworks/Foundation.framework/Foundation 0x3301e000
- 0x33021fff NetworkStatistics armv7 <7848d8ebad99367cb4f7f4e3fe88e5d6>
/System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x33022000 - 0x33023fff libsystem_blocks.dylib armv7
<9fdc27af7350323bbc7d98e14e027907>
/usr/lib/system/libsystem_blocks.dylib 0x33025000 - 0x3305dfff
VideoToolbox armv7 <9f25f38d1cd13a1daff99cfde8884410>
/System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x330a4000 - 0x330eefff ManagedConfiguration armv7
<5e0a131bbfec305ea01f9e01f486da63>
/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x330ef000 - 0x330f3fff libGFXShared.dylib armv7
<998fccc16cf735dbb62324202995e193>
/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33140000 - 0x33143fff libmacho.dylib armv7
/usr/lib/system/libmacho.dylib
0x331d7000 - 0x331e4fff libbsm.0.dylib armv7
<750a0de73a733019a77144b805d4d2f8> /usr/lib/libbsm.0.dylib 0x33205000
- 0x33291fff libsystem_c.dylib armv7 /usr/lib/system/libsystem_c.dylib
0x33297000 - 0x3329afff libcompiler_rt.dylib armv7
/usr/lib/system/libcompiler_rt.dylib 0x3329b000 - 0x332b4fff
libRIP.A.dylib armv7 <1828cddc5dd93c61afbefb59587d7f8a>
/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x332c0000 - 0x3330cfff CoreTelephony armv7
/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x33320000 - 0x3332afff GraphicsServices armv7
/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3332b000 - 0x33330fff libsystem_dnssd.dylib armv7
<27bb5462450732e380f5a2c170546e93>
/usr/lib/system/libsystem_dnssd.dylib 0x33331000 - 0x33340fff
GenerationalStorage armv7
/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x3334f000 - 0x3339dfff CoreLocation armv7
<44550ebedf23334d85441d9743b74e03>
/System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x333b7000 - 0x33496fff RawCamera armv7
<98fb7b5042b2314b86f4be8d2881bd04>
/System/Library/CoreServices/RawCamera.bundle/RawCamera 0x334a1000 -
0x334e0fff QuickLook armv7 <802b1092542a3017a0380632502610d4>
/System/Library/Frameworks/QuickLook.framework/QuickLook 0x33759000 -
0x3375dfff AggregateDictionary armv7
<3a3a33f3a05538988c6e2bb363dc46a8>
/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x33762000 - 0x33782fff libxslt.1.dylib armv7
<39348471007e39dab80af68b08390456> /usr/lib/libxslt.1.dylib 0x338ad000
- 0x338befff libxpc.dylib armv7 /usr/lib/system/libxpc.dylib 0x338bf000 - 0x338c6fff
AssetsLibraryServices armv7 <0703f561f9a038b6850d6e93bba7e5f4>
/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x3399f000 - 0x33a1efff libsqlite3.dylib armv7
/usr/lib/libsqlite3.dylib
0x33a4a000 - 0x33a50fff libnotify.dylib armv7
<9406297de3e43742887890662a87ab53> /usr/lib/system/libnotify.dylib
0x33b72000 - 0x33b88fff DictionaryServices armv7
<6ed2e967136f37d4a4b9b318d6c43b83>
/System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x33b89000 - 0x33b89fff liblangid.dylib armv7
<644ff4bcfbf337b5b5859e3f0fc0a9a8> /usr/lib/liblangid.dylib 0x33b91000
- 0x33bcdfff AppSupport armv7 <311eac85b2a433a884dacba77217b49e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x33d90000 - 0x33d93fff CaptiveNetwork armv7
/System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x33d97000 - 0x33eaefff CoreFoundation armv7
<6d450fe923d7387f8b01845e0edd713d>
/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x33ebf000 - 0x33ec0fff libremovefile.dylib armv7
<402f8956975d3b6fb86ab9b31a43242c> /usr/lib/system/libremovefile.dylib
0x33fa1000 - 0x34262fff libLAPACK.dylib armv7
<0e94e9a7e7a334649afaccae0f1215a2>
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x3427a000 - 0x3427efff IOMobileFramebuffer armv7
<42dbc26828e934acabb4f3b0a35d8250>
/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x3427f000 - 0x34289fff libvMisc.dylib armv7
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x3428a000 - 0x3428afff libunwind.dylib armv7
/usr/lib/system/libunwind.dylib
0x3428b000 - 0x342aafff libSystem.B.dylib armv7
<0c55744b6f7335eebba4ca2c3d10b43c> /usr/lib/libSystem.B.dylib
0x342c1000 - 0x34398fff CFNetwork armv7
<765a472c824830eea91b8f02d12867e4>
/System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x343ea000 -
0x343f4fff libbz2.1.0.dylib armv7 <40e4045fb79e382b8833707746cf28b1>
/usr/lib/libbz2.1.0.dylib 0x34485000 - 0x344d6fff libstdc++.6.dylib
armv7 /usr/lib/libstdc++.6.dylib
0x34a6e000 - 0x34a6ffff libsystem_sandbox.dylib armv7
<66e985f3eea03ef08afb7cf4c153f76e>
/usr/lib/system/libsystem_sandbox.dylib 0x34a70000 - 0x34a74fff
libcache.dylib armv7
/usr/lib/system/libcache.dylib 0x34b0b000 - 0x34b7bfff CoreImage
armv7 <86ac6f5a267637b6b7f8a831dfc7c64b>
/System/Library/Frameworks/CoreImage.framework/CoreImage 0x34cee000 -
0x34e94fff CoreData armv7
/System/Library/Frameworks/CoreData.framework/CoreData 0x3508a000 -
0x350d3fff AddressBook armv7
/System/Library/Frameworks/AddressBook.framework/AddressBook
0x351ed000 - 0x351f6fff libMobileGestalt.dylib armv7
<4a15e845dc6f3a4a980de66c1cc44c42> /usr/lib/libMobileGestalt.dylib
0x35238000 - 0x352e5fff libxml2.2.dylib armv7
<58d47f064e0232119f4b838ad659f9c1> /usr/lib/libxml2.2.dylib 0x35439000
- 0x3543ffff MobileIcons armv7 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x35a20000 - 0x35a69fff libc++.1.dylib armv7
<5b690e5dd5a43a7fb166ade9fe58a7a4> /usr/lib/libc++.1.dylib 0x35a6a000
- 0x35f0cfff UIKit armv7 /System/Library/Frameworks/UIKit.framework/UIKit 0x35f39000 -
0x35f41fff ProtocolBuffer armv7 <0e846afacf823d2b8c029cc3010a8253>
/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x35f94000 - 0x35f94fff libkeymgr.dylib armv7
/usr/lib/system/libkeymgr.dylib
0x35f95000 - 0x360dafff CoreGraphics armv7
<903545b89a7f311d95100ac7d1d44709>
/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x362a4000 - 0x362b3fff OpenGLES armv7
/System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x36398000 -
0x368dcfff FaceCoreLight armv7
/System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
0x368e4000 - 0x36ac8fff AudioToolbox armv7
/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x36c43000 - 0x36fb2fff TextInput armv7
<8d7f24642c7634cc8e3a6e65f1dcd98e>
/System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x36fb3000 - 0x36fb3fff libgcc_s.1.dylib armv7
/usr/lib/libgcc_s.1.dylib
0x36fb4000 - 0x36fc5fff DataAccessExpress armv7
/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x36fd2000 - 0x36fd5fff libsystem_network.dylib armv7
<356cb66612e836968ef24e6e5c3364cc>
/usr/lib/system/libsystem_network.dylib 0x36fd6000 - 0x37020fff
libvDSP.dylib armv7 <441b42aca07b3da39feab25f8349918f>
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x37021000 - 0x37029fff MobileWiFi armv7
/System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x37043000 - 0x37048fff libcopyfile.dylib armv7
<52e874396c393ed29099789ce702cfe2> /usr/lib/system/libcopyfile.dylib
0x370db000 - 0x370f1fff libsystem_kernel.dylib armv7
<7ac5560851ce3cb3981068092074b409>
/usr/lib/system/libsystem_kernel.dylib 0x370f2000 - 0x372affff
ImageIO armv7 <02e3578171fa3b6a969b244275fd2bab>
/System/Library/Frameworks/ImageIO.framework/ImageIO 0x3731a000 -
0x3731bfff libdnsinfo.dylib armv7 <9aede8d6579d3430ac39ae5f95cce498>
/usr/lib/system/libdnsinfo.dylib 0x373a4000 - 0x373bafff EAP8021X
armv7
/System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x373bb000 - 0x37504fff libicucore.A.dylib armv7
/usr/lib/libicucore.A.dylib
0x3756f000 - 0x37d2dfff WebCore armv7
<814351ff217e3425a8e532c2e2251f73>
/System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x37eac000
- 0x37eaffff CoreTime armv7 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x38178000 - 0x38250fff vImage armv7
/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage

This is a fairly common route-me problem; I just ran up against it again, and wasted more time on it, like you did.
You need to add this piece of code. I put it in initWithNibName in the view controller containing the MapView.
//let the linker know that you access RMMapView
[RMMapView class];
The point seems to be that the linker doesn't know you need most of the route-me code if you create your map view with IB, and for the release build the code that it thinks is unused gets aggressively pruned out of the linked libraries.
http://groups.google.com/group/route-me-map/browse_thread/thread/ad841852d30d2732/75e9af55134e6978?lnk=gst&q=doesNotRecognizeSelector#75e9af55134e6978

Related

objective c : my app crash randomly under iOS10 and Xcode 8

We have migrated an application from iOS8 to iOS10. and this crash sometimes. we don't have a realistic scenario to reproduce it all times. so it's difficult to identify the problem,... Can someone help me to fix this please ?
we are using restkit v0.27.2 for the web service
This is the stack trace from the iPad log:
Incident Identifier: NNNNNNNNNNNN-1F96-4638-B948-PPPPPPPPPPP
CrashReporter Key: 61e1682c9fdb6be981ff0e2a3082b2fda06dbe5a
Hardware Model: iPad6,12
Process: myApp [952]
Path: /private/var/containers/Bundle/Application/SSSSSSSSS-1F96-4638-B948-LLLLLLLLLLLLLLL/myApp.app/myApp
Identifier: be.myappTest.myApp
Version: 1 (1.0.0)
Code Type: ARM (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: be.myappTest.myApp [459]
Date/Time: 2017-09-06 15:35:49.1386 +0200
Launch Time: 2017-09-06 15:15:41.9749 +0200
OS Version: iPhone OS 10.3.2 (14F90)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x00000000edef03ea
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread: 0
Filtered syslog:
None found
Thread 0 Crashed:
0 libobjc.A.dylib 0x1b1c4dd6 objc_msgSend + 22
1 CoreData 0x1dec5f6b _PF_ManagedObject_WillChangeValueForKeyIndex + 395
2 CoreData 0x1dec5d1d _sharedIMPL_setvfk_core + 175
3 myApp 0x0006718f -[MyClassA initView] (MyClassA.m:119)
4 myApp 0x00066fd3 -[MyClassA viewWillAppear:] (MyClassA.m:110)
5 UIKit 0x2116c47d -[UIViewController _setViewAppearState:isAnimating:] + 393
6 UIKit 0x2116c2cf -[UIViewController __viewWillAppear:] + 141
7 UIKit 0x211ce47f -[UIViewController viewWillMoveToWindow:] + 453
8 UIKit 0x2115cda5 -[UIView(Hierarchy) _willMoveToWindow:withAncestorView:] + 561
9 UIKit 0x21150bb1 __85-[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:]_block_invoke + 77
10 UIKit 0x21150adb -[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:] + 417
11 UIKit 0x21150bd1 __85-[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:]_block_invoke + 109
12 UIKit 0x21150adb -[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:] + 417
13 UIKit 0x21150bd1 __85-[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:]_block_invoke + 109
14 UIKit 0x21150adb -[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:] + 417
15 UIKit 0x21150bd1 __85-[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:]_block_invoke + 109
16 UIKit 0x21150adb -[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:] + 417
17 UIKit 0x2115c19d -[UIView(Internal) _addSubview:positioned:relativeTo:] + 439
18 UIKit 0x2115bfd3 -[UIView(Hierarchy) addSubview:] + 731
19 myApp 0x00082b4b -[MyClassD addSubview:] (MyClassD.m:94)
20 myApp 0x0004fa21 __50-[MyClassB next:]_block_invoke (MyClassB.m:218)
21 myApp 0x000465ef __51-[MyClassC launch:failure:]_block_invoke (MyClassC.m:27)
22 myApp 0x000eda95 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke.229 (RKObjectRequestOperation.m:445)
23 libdispatch.dylib 0x1b5fd797 _dispatch_call_block_and_release + 11
24 libdispatch.dylib 0x1b5fd783 _dispatch_client_callout + 23
25 libdispatch.dylib 0x1b601d05 _dispatch_main_queue_callback_4CF + 903
26 CoreFoundation 0x1beebd69 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
27 CoreFoundation 0x1bee9e19 __CFRunLoopRun + 849
28 CoreFoundation 0x1be3d1af CFRunLoopRunSpecific + 471
29 CoreFoundation 0x1be3cfd1 CFRunLoopRunInMode + 105
30 GraphicsServices 0x1d5e7b41 GSEventRunModal + 81
31 UIKit 0x211b8e13 UIApplicationMain + 151
32 myApp 0x0004189f main (main.m:16)
33 libdyld.dylib 0x1b62a4eb start + 3
Thread 1 name: com.apple.uikit.eventfetch-thread
Thread 1:
0 libsystem_kernel.dylib 0x1b6e8900 mach_msg_trap + 20
1 CoreFoundation 0x1beebbe3 __CFRunLoopServiceMachPort + 145
2 CoreFoundation 0x1beea065 __CFRunLoopRun + 1437
3 CoreFoundation 0x1be3d1af CFRunLoopRunSpecific + 471
4 CoreFoundation 0x1be3cfd1 CFRunLoopRunInMode + 105
5 Foundation 0x1c791ab5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 259
6 Foundation 0x1c7ae72d -[NSRunLoop(NSRunLoop) runUntilDate:] + 87
7 UIKit 0x21aba939 -[UIEventFetcher threadMain] + 129
8 Foundation 0x1c8758ab __NSThread__start__ + 1123
9 libsystem_pthread.dylib 0x1b7b493b _pthread_body + 217
10 libsystem_pthread.dylib 0x1b7b485d _pthread_start + 235
11 libsystem_pthread.dylib 0x1b7b2468 thread_start + 8
Thread 2 name: GAIThread
Thread 2:
0 libsystem_kernel.dylib 0x1b6e8900 mach_msg_trap + 20
1 CoreFoundation 0x1beebbe3 __CFRunLoopServiceMachPort + 145
2 CoreFoundation 0x1beea065 __CFRunLoopRun + 1437
3 CoreFoundation 0x1be3d1af CFRunLoopRunSpecific + 471
4 CoreFoundation 0x1be3cfd1 CFRunLoopRunInMode + 105
5 Foundation 0x1c791ab5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 259
6 Foundation 0x1c7ded79 -[NSRunLoop(NSRunLoop) run] + 81
7 myApp 0x00176c89 +[GAI threadMain:] + 65
8 Foundation 0x1c8758ab __NSThread__start__ + 1123
9 libsystem_pthread.dylib 0x1b7b493b _pthread_body + 217
10 libsystem_pthread.dylib 0x1b7b485d _pthread_start + 235
11 libsystem_pthread.dylib 0x1b7b2468 thread_start + 8
Thread 3 name: com.twitter.crashlytics.ios.MachExceptionServer
Thread 3:
0 libsystem_kernel.dylib 0x1b6e9d4c write + 8
1 myApp 0x0014cd4b CLSMachExceptionServer + 211
2 libsystem_pthread.dylib 0x1b7b493b _pthread_body + 217
3 libsystem_pthread.dylib 0x1b7b485d _pthread_start + 235
4 libsystem_pthread.dylib 0x1b7b2468 thread_start + 8
Thread 4 name: com.apple.NSURLConnectionLoader
Thread 4:
0 libsystem_kernel.dylib 0x1b6e8900 mach_msg_trap + 20
1 CoreFoundation 0x1beebbe3 __CFRunLoopServiceMachPort + 145
2 CoreFoundation 0x1beea065 __CFRunLoopRun + 1437
3 CoreFoundation 0x1be3d1af CFRunLoopRunSpecific + 471
4 CoreFoundation 0x1be3cfd1 CFRunLoopRunInMode + 105
5 CFNetwork 0x1c51a393 +[NSURLConnection(Loader) _resourceLoadLoop:] + 403
6 Foundation 0x1c8758ab __NSThread__start__ + 1123
7 libsystem_pthread.dylib 0x1b7b493b _pthread_body + 217
8 libsystem_pthread.dylib 0x1b7b485d _pthread_start + 235
9 libsystem_pthread.dylib 0x1b7b2468 thread_start + 8
Thread 5 name: AFRKNetworking
Thread 5:
0 libsystem_kernel.dylib 0x1b6e8900 mach_msg_trap + 20
1 CoreFoundation 0x1beebbe3 __CFRunLoopServiceMachPort + 145
2 CoreFoundation 0x1beea065 __CFRunLoopRun + 1437
3 CoreFoundation 0x1be3d1af CFRunLoopRunSpecific + 471
4 CoreFoundation 0x1be3cfd1 CFRunLoopRunInMode + 105
5 Foundation 0x1c791ab5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 259
6 Foundation 0x1c7ded79 -[NSRunLoop(NSRunLoop) run] + 81
7 myApp 0x000e08ab +[AFRKURLConnectionOperation networkRequestThreadEntryPoint:] (AFRKURLConnectionOperation.m:190)
8 Foundation 0x1c8758ab __NSThread__start__ + 1123
9 libsystem_pthread.dylib 0x1b7b493b _pthread_body + 217
10 libsystem_pthread.dylib 0x1b7b485d _pthread_start + 235
11 libsystem_pthread.dylib 0x1b7b2468 thread_start + 8
Thread 6:
0 libsystem_kernel.dylib 0x1b6fe73c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1b7b245c start_wqthread + 8
Thread 7:
0 libsystem_pthread.dylib 0x1b7b2454 start_wqthread + 0
Thread 8:
0 libsystem_pthread.dylib 0x1b7b2454 start_wqthread + 0
Thread 9:
0 libsystem_pthread.dylib 0x1b7b2454 start_wqthread + 0
Thread 0 crashed with ARM Thread State (32-bit):
r0: 0x14fe7410 r1: 0x1e0ae2b2 r2: 0x00000001 r3: 0x00000001
r4: 0x00000001 r5: 0x00000000 r6: 0x004760a4 r7: 0x00476588
r8: 0x25d2bc55 r9: 0xedef03ea r10: 0x016c87c0 r11: 0x161cb400
ip: 0x00004232 sp: 0x00476080 lr: 0x1deb76e9 pc: 0x1b1c4dd6
cpsr: 0x20000030
Binary Images:
0x3c000 - 0x25bfff myApp armv7 <96e545676dde3ce5972911df306b17c4> /var/containers/Bundle/Application/SSSSSSSSS-1F96-4638-B948-LLLLLLLLLLLLLLL/myApp.app/myApp
0x30c000 - 0x337fff dyld armv7s <f0f6706c72713272afd9a5f6ec9b6071> /usr/lib/dyld
0x1b148000 - 0x1b149fff libSystem.B.dylib armv7s <ba46299563c036628b1112a3d581de26> /usr/lib/libSystem.B.dylib
0x1b14a000 - 0x1b195fff libc++.1.dylib armv7s <818c230dfc88357ab249302107b831f0> /usr/lib/libc++.1.dylib
0x1b196000 - 0x1b1affff libc++abi.dylib armv7s <33f0c699025730d4b0ad607272fe7ddb> /usr/lib/libc++abi.dylib
0x1b1b0000 - 0x1b586fff libobjc.A.dylib armv7s <233c8b2bca853098ac1d022d34bdcc3b> /usr/lib/libobjc.A.dylib
0x1b587000 - 0x1b58bfff libcache.dylib armv7s <f4d5d994daa132689d3520c20272e323> /usr/lib/system/libcache.dylib
0x1b58c000 - 0x1b594fff libcommonCrypto.dylib armv7s <2f049d3ffb4f3877a8bbe39768a9499d> /usr/lib/system/libcommonCrypto.dylib
0x1b595000 - 0x1b59dfff libcompiler_rt.dylib armv7s <b0a85cc0218b3fae90e7d9b8235cbfb6> /usr/lib/system/libcompiler_rt.dylib
0x1b59e000 - 0x1b5a4fff libcopyfile.dylib armv7s <b1e1c5714d5d3a1c90186be3f81fc242> /usr/lib/system/libcopyfile.dylib
0x1b5a5000 - 0x1b5fbfff libcorecrypto.dylib armv7s <4fbf71e0ff623025968dab336c251900> /usr/lib/system/libcorecrypto.dylib
0x1b5fc000 - 0x1b626fff libdispatch.dylib armv7s <9ab8ace00b9837ddad453d0129d1d5a5> /usr/lib/system/libdispatch.dylib
0x1b627000 - 0x1b62afff libdyld.dylib armv7s <60e884ce36b237e69d9eef4552b1f824> /usr/lib/system/libdyld.dylib
0x1b62b000 - 0x1b62bfff libkeymgr.dylib armv7s <6761b1b654d03573aec33ba022be5c94> /usr/lib/system/libkeymgr.dylib
0x1b62c000 - 0x1b62cfff liblaunch.dylib armv7s <839bfc6e0a2d361892f7d3a6068356df> /usr/lib/system/liblaunch.dylib
0x1b62d000 - 0x1b631fff libmacho.dylib armv7s <68bd5fa215ed3a70965933c295018f1d> /usr/lib/system/libmacho.dylib
0x1b632000 - 0x1b633fff libremovefile.dylib armv7s <3f35771a5a3f3263b9f2a5adc4dfb8a7> /usr/lib/system/libremovefile.dylib
0x1b634000 - 0x1b646fff libsystem_asl.dylib armv7s <1ea9794c06bb3502b1bc3b7d925645a9> /usr/lib/system/libsystem_asl.dylib
0x1b647000 - 0x1b647fff libsystem_blocks.dylib armv7s <b6b9673c843e3d2d8eadda86de4a3e5c> /usr/lib/system/libsystem_blocks.dylib
0x1b648000 - 0x1b6a8fff libsystem_c.dylib armv7s <95ded7c071803a65ab5ca3b6145c728c> /usr/lib/system/libsystem_c.dylib
0x1b6a9000 - 0x1b6acfff libsystem_configuration.dylib armv7s <a75984d7a2953e6dac099136a416a353> /usr/lib/system/libsystem_configuration.dylib
0x1b6ad000 - 0x1b6b1fff libsystem_containermanager.dylib armv7s <ba09ede257f638729d2e54e565b55f7a> /usr/lib/system/libsystem_containermanager.dylib
0x1b6b2000 - 0x1b6b3fff libsystem_coreservices.dylib armv7s <4c832d0f38b733d39d28b2cea9a2992b> /usr/lib/system/libsystem_coreservices.dylib
0x1b6b4000 - 0x1b6c6fff libsystem_coretls.dylib armv7s <b4fc98b040ad3b8f8152b31c4470797c> /usr/lib/system/libsystem_coretls.dylib
0x1b6c7000 - 0x1b6ccfff libsystem_dnssd.dylib armv7s <ae57924462d032b4b96eaadcf8104c95> /usr/lib/system/libsystem_dnssd.dylib
0x1b6cd000 - 0x1b6e7fff libsystem_info.dylib armv7s <30fbe279049d3a87abee2b409a89d5b0> /usr/lib/system/libsystem_info.dylib
0x1b6e8000 - 0x1b703fff libsystem_kernel.dylib armv7s <6b92f3110b5c3bc885fe467c2a31abcc> /usr/lib/system/libsystem_kernel.dylib
0x1b704000 - 0x1b733fff libsystem_m.dylib armv7s <3794730a531232d78ca193c6a902cd0e> /usr/lib/system/libsystem_m.dylib
0x1b734000 - 0x1b749fff libsystem_malloc.dylib armv7s <96aa1913594c3dfabac04e1152afaba4> /usr/lib/system/libsystem_malloc.dylib
0x1b74a000 - 0x1b799fff libsystem_network.dylib armv7s <865cebaa38e2313d98807e9a36330a30> /usr/lib/system/libsystem_network.dylib
0x1b79a000 - 0x1b7a2fff libsystem_networkextension.dylib armv7s <c6aeefd29e6f33abb0394339781b36a0> /usr/lib/system/libsystem_networkextension.dylib
0x1b7a3000 - 0x1b7aafff libsystem_notify.dylib armv7s <31ff4f97dee73f54ada5e457c248f88d> /usr/lib/system/libsystem_notify.dylib
0x1b7ab000 - 0x1b7b0fff libsystem_platform.dylib armv7s <44000c4ca0e23fe38c456ef3bc329eea> /usr/lib/system/libsystem_platform.dylib
0x1b7b1000 - 0x1b7b9fff libsystem_pthread.dylib armv7s <168117cfb548364289569c1f17089d14> /usr/lib/system/libsystem_pthread.dylib
0x1b7ba000 - 0x1b7bcfff libsystem_sandbox.dylib armv7s <70ece4905b003adf99b6736d593468b6> /usr/lib/system/libsystem_sandbox.dylib
0x1b7bd000 - 0x1b7c3fff libsystem_symptoms.dylib armv7s <950e0821a00730bb934c2c0123704751> /usr/lib/system/libsystem_symptoms.dylib
0x1b7c4000 - 0x1b7d4fff libsystem_trace.dylib armv7s <c16150d86d6a3160bd84bed2229ebbdc> /usr/lib/system/libsystem_trace.dylib
0x1b7d5000 - 0x1b7d5fff libunwind.dylib armv7s <1af55cb8d4fe3d4682905b05f4f72f8d> /usr/lib/system/libunwind.dylib
0x1b7d6000 - 0x1b7d6fff libvminterpose.dylib armv7s <c9e56af986da3a8994d370df9a1a14c6> /usr/lib/system/libvminterpose.dylib
0x1b7d7000 - 0x1b7f5fff libxpc.dylib armv7s <3c374372415c3e7b94102c9a31d225c2> /usr/lib/system/libxpc.dylib
0x1b7f6000 - 0x1b990fff libicucore.A.dylib armv7s <867a7d188c103933802e4ff1c169e941> /usr/lib/libicucore.A.dylib
0x1b991000 - 0x1b99dfff libz.1.dylib armv7s <cb8a08f915e53d54a9599507ba811c88> /usr/lib/libz.1.dylib
0x1be35000 - 0x1c16dfff CoreFoundation armv7s <acedaa6318293afa8cc249f6e92eb254> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1c16e000 - 0x1c17afff libbsm.0.dylib armv7s <6d6c994a7053373895912e21a42aa88c> /usr/lib/libbsm.0.dylib
0x1c17b000 - 0x1c17bfff libenergytrace.dylib armv7s <d19c13c5c5cd3931bdf756b539e84d68> /usr/lib/libenergytrace.dylib
0x1c17c000 - 0x1c1dffff IOKit armv7s <55413dcb50f831478a04caf3447ba5f6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1c1e0000 - 0x1c1fcfff libMobileGestalt.dylib armv7s <6b53cf3abfbd3018a2123c6dd4af58e5> /usr/lib/libMobileGestalt.dylib
0x1c1fd000 - 0x1c2affff libxml2.2.dylib armv7s <aa7041e7ce163ed688da0b0342e8353b> /usr/lib/libxml2.2.dylib
0x1c2b0000 - 0x1c32afff Security armv7s <01c74100672a3a6791023ddfce3ecbd4> /System/Library/Frameworks/Security.framework/Security
0x1c32b000 - 0x1c384fff SystemConfiguration armv7s <eb38914c3d193b7ea33814d6a1a587e7> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1c385000 - 0x1c45cfff libsqlite3.dylib armv7s <5b412ed381ed39439565bf1eb33f6088> /usr/lib/libsqlite3.dylib
0x1c45d000 - 0x1c72afff CFNetwork armv7s <2a81c595c1cc395abdf76a3cbec50d08> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1c72b000 - 0x1c735fff libbz2.1.0.dylib armv7s <79541f1e64383072b3dbbaac16c828e9> /usr/lib/libbz2.1.0.dylib
0x1c736000 - 0x1c74bfff liblzma.5.dylib armv7s <0b8324303764321fbc6c88138f58167e> /usr/lib/liblzma.5.dylib
0x1c74c000 - 0x1c761fff libCRFSuite.dylib armv7s <886fbdbb89ee30c981b159961118ca1e> /usr/lib/libCRFSuite.dylib
0x1c762000 - 0x1c783fff libarchive.2.dylib armv7s <219998deb9dd338eabb71bf270cb0cde> /usr/lib/libarchive.2.dylib
0x1c784000 - 0x1c785fff liblangid.dylib armv7s <73a31c367ad93c0080c4084ac26b6d57> /usr/lib/liblangid.dylib
0x1c786000 - 0x1ca15fff Foundation armv7s <e4a3c3cd0b243d0cb8ff73fc36c4b714> /System/Library/Frameworks/Foundation.framework/Foundation
0x1ca16000 - 0x1caf6fff libBLAS.dylib armv7s <911b0f985b703b6e975b120eb723aea1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1caf7000 - 0x1cdbdfff libLAPACK.dylib armv7s <9687d6b970bd312c826851e0902ef970> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1cdbe000 - 0x1d04cfff vImage armv7s <e52f9ee09f1f3610ae6da2cca23f2567> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1d04d000 - 0x1d05ffff libvMisc.dylib armv7s <4d0b7d86044032f995117c02fd7da6a8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d060000 - 0x1d072fff libLinearAlgebra.dylib armv7s <46b547093b323f7cb07b27ffc66bcf68> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d073000 - 0x1d087fff libSparseBLAS.dylib armv7s <a760461002263f5788bb1cc4ac96e5c2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d088000 - 0x1d10bfff libvDSP.dylib armv7s <26856a4a1ae533409076dccbe1873d32> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d10c000 - 0x1d10cfff vecLib armv7s <3625b8bc1cb938288b9794bc6ce4c424> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d10d000 - 0x1d10dfff Accelerate armv7s <09d82a9722f63dfe89dc7ac7d959b945> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d10e000 - 0x1d5ddfff CoreGraphics armv7s <5c9c30c498dd3d8a9bd99b2a90e5acf7> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1d5de000 - 0x1d5effff GraphicsServices armv7s <406bb820b2fd358d825d656249f1eded> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1d5f0000 - 0x1d633fff AppSupport armv7s <dd936fa482453459b35a0b0b07228692> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1d634000 - 0x1d744fff MobileCoreServices armv7s <4bb718d4f3773e7aa7e8e1d0026a44f4> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d745000 - 0x1d79efff BaseBoard armv7s <04954a0a26f437149769bb1f7155dcf6> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1d79f000 - 0x1d7acfff AssertionServices armv7s <43a7b7bbda8c3689b249e52dc462cca4> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1d7ad000 - 0x1d7d6fff BackBoardServices armv7s <2081a32ba62d3577b30ed7ccb1a906fc> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1d7db000 - 0x1d823fff FrontBoardServices armv7s <4c684ac3a2d030c598c2e2787340b6f0> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1d827000 - 0x1d853fff SpringBoardServices armv7s <a59a8dc5832f38e88692d0864b7b9165> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1d854000 - 0x1d869fff MobileKeyBag armv7s <49d15f7df862344c9c7f287d101962d8> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1d86a000 - 0x1d870fff IOSurface armv7s <67b80ebb8e8435138e7ed1d4d69317ce> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x1d871000 - 0x1d87bfff liblockdown.dylib armv7s <ee6b362698aa3db4a39e314143c74e98> /usr/lib/liblockdown.dylib
0x1d87c000 - 0x1d890fff CrashReporterSupport armv7s <b6caf1972de833c5a080cd43335eafa8> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1d891000 - 0x1d893fff IOSurfaceAccelerator armv7s <eefec1a8ba723ff69c5e52cc309e44dc> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d894000 - 0x1d8cbfff AppleJPEG armv7s <164a986737e432569a14f98550230d38> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d8cc000 - 0x1ddf7fff ImageIO armv7s <de200c2776b03a9baa6beba31b07f465> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1ddf8000 - 0x1ddfdfff TCC armv7s <3146268e30bd313b9f8d497af363cae9> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1ddfe000 - 0x1de02fff AggregateDictionary armv7s <f0d76ad8f1b530fc9929e16188312517> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1de03000 - 0x1de0dfff PowerLog armv7s <0626033ca8013d8d9fc57b9c559d30a5> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1de0e000 - 0x1de6afff libTelephonyUtilDynamic.dylib armv7s <e84e0346eaa13332886f6f8ed4906473> /usr/lib/libTelephonyUtilDynamic.dylib
0x1de6b000 - 0x1de7cfff CommonUtilities armv7s <a0ffc2a014333a48a3800cbfe7f6cec9> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1de7d000 - 0x1de8dfff libcompression.dylib armv7s <aa1e1032b7983b14a67182b2ed039e53> /usr/lib/libcompression.dylib
0x1de8e000 - 0x1e10cfff CoreData armv7s <27852371a15f3ad5aa79f4373cd6103c> /System/Library/Frameworks/CoreData.framework/CoreData
0x1e10d000 - 0x1e111fff libCoreVMClient.dylib armv7s <7c7fbb86aeca35cebfac0ec3d1965e9d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1e112000 - 0x1e116fff IOAccelerator armv7s <25c61a760c463d1b921aa185edd72fd2> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1e117000 - 0x1e117fff libCVMSPluginSupport.dylib armv7s <4bd30f4eafba3d11a8926c5e7fa278a9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1e118000 - 0x1e11afff libCoreFSCache.dylib armv7s <b213e1c3a04b374ba70f6f65510cade0> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1e11b000 - 0x1e156fff libGLImage.dylib armv7s <32b870e5fc25354080c13d2e244a0d89> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1e157000 - 0x1e15ffff libGFXShared.dylib armv7s <f93943bc87903d73b9f6c858ab4c4a75> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1e160000 - 0x1e167fff IOMobileFramebuffer armv7s <f10c67d19dc93905806b09ee1a82fd03> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1e168000 - 0x1e168fff libmetal_timestamp.dylib armv7s <7a27fe6d6eac3019b8aa2927bfdfcc0a> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x1e169000 - 0x1e1bffff Metal armv7s <f55994323cbd383d9c9ef7fde011fe23> /System/Library/Frameworks/Metal.framework/Metal
0x1e1c0000 - 0x1e1c8fff OpenGLES armv7s <dc60a7d691353916897fd2eb63f3424e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1e1c9000 - 0x1e1e4fff CoreVideo armv7s <11facca5b69f3f14b03ce69732290982> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1e1e5000 - 0x1e1e7fff OAuth armv7s <095fd453519730b9a9959b328a205ae8> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1e1e8000 - 0x1e21cfff Accounts armv7s <f7ccccc915c1320da50d0955717a8c94> /System/Library/Frameworks/Accounts.framework/Accounts
0x1e21d000 - 0x1e309fff libiconv.2.dylib armv7s <71b914507d48327f83f6078d189d45ec> /usr/lib/libiconv.2.dylib
0x1e30a000 - 0x1e455fff CoreAudio armv7s <bd3ea922b46d38939983383a6e469936> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1e456000 - 0x1e459fff UserFS armv7s <2fafff59896f3b3bbe65a96e556f8e8b> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1e45a000 - 0x1e537fff CoreMedia armv7s <07057a9157e53356b41f82e3aac1f8de> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1e538000 - 0x1e53dfff libcupolicy.dylib armv7s <36f3a761e7c0387bb9e36d95bc939a47> /usr/lib/libcupolicy.dylib
0x1e53e000 - 0x1e5b4fff CoreTelephony armv7s <f7ddb4809e2d3079a457777a4a72c765> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1e5b5000 - 0x1e6b1fff libFontParser.dylib armv7s <93c7009708f63e0cba6134c108b1560a> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1e6b2000 - 0x1e72dfff VideoToolbox armv7s <21d49e99aa5b34d89e58d76003fddf71> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1e72e000 - 0x1e72efff FontServices armv7s <9aba5d8858013185bc5906dc7fff63e5> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1e72f000 - 0x1e84bfff CoreText armv7s <aed4992a4a7d379da480e3302d4c64cf> /System/Library/Frameworks/CoreText.framework/CoreText
0x1e84c000 - 0x1e863fff ProtocolBuffer armv7s <7881f2f582483d6ea47478627de6a1db> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1e864000 - 0x1e88cfff PersistentConnection armv7s <379a474e12e63d79b62e60ff61c9fb1e> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1e88d000 - 0x1e892fff DataMigration armv7s <578b2897a9193445ac489effe6f76d32> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1e893000 - 0x1ecb6fff AudioToolbox armv7s <a175684c6f0b32b6b7e5fe02ea650b7b> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1ecb7000 - 0x1ee64fff QuartzCore armv7s <6fc564d06b643c2fa1098540c1de024a> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1ee65000 - 0x1ee6afff Netrb armv7s <45ab9318465630109e1fd036f6151980> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ee6b000 - 0x1ee78fff libcmph.dylib armv7s <3e6a586936e831139589163f9e791d78> /usr/lib/libcmph.dylib
0x1ee79000 - 0x1ee95fff libmis.dylib armv7s <e359fcc6079c39e7b8122879124ab1b5> /usr/lib/libmis.dylib
0x1ee96000 - 0x1ef64fff LanguageModeling armv7s <c63937acee1e31cd94d6c00549ac7a77> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1ef65000 - 0x1f03efff ManagedConfiguration armv7s <492fc1f43a9239fc89aa31e81cf6f118> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1f03f000 - 0x1f052fff libmarisa.dylib armv7s <efc9ee8486033767a66a23219b2ad723> /usr/lib/libmarisa.dylib
0x1f053000 - 0x1f0fafff ProofReader armv7s <6aebe575b2d23141a25d8bfa0e4202fc>
....
At first glance I would say that one of your object or class is registering an observer on a Core Data object; the observing class/object gets released from memory without first unregistering the observer on the core data object. When the core data object gets updated the notification gets sent to a released block of memory which causes the EXC_BAD_ACCESS/KERN_INVALID_ADDRESS.
To catch this, try to enable Zombies (see How to enable NSZombie in Xcode?). Zombies keeps deallocated objects in memory but marked them as "zombies" so if a process attempts to access them after they are "released" from memory, at least you can get details of which object it is.
Good luck!

EXC_BREAKPOINT (SIGTRAP) On Application Startup

I have an application that pulls in some RSS Feeds. I first load the app delegate which in turn loads a SplashScreenViewContoller which then figures out which feeds to pull in based on date.
This is all great. Everything has been working fine in the Simulator/iPad when running in Debug mode. I've now tried to create an Ad-Hoc app and the application crashes when I get to the SplashScreen.
I had an initial exception code error (Exception Codes: 0x8badf00d) that when Googling related to the launch time of the application but this has been resolved. This is the crash log dump of my latest problem.
Anyone have any ideas how I resolve this???
Incident Identifier: B4F5E7CE-963B-4CC0-BD6C-9FF3A8F37E83
CrashReporter Key: 3887854c6ae7a348803250fc0aa3c561e259f20e
Hardware Model: iPad2,2
Process: My App [8302]
Path: /var/mobile/Applications/29A2E76E-3C2F-41E6-8965-DE0B048FB15B/My App.app/My App
Identifier: My App
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2012-04-16 16:02:39.351 +0200
OS Version: iPhone OS 5.1 (9B176)
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x00000102, 0x6e085801
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 CoreFoundation 0x369dae4c CFHash + 8
1 CoreFoundation 0x36a56be0 __CFDictionaryStandardHashKey + 16
2 CoreFoundation 0x36aa90ac __CFBasicHashAddValue + 840
3 CoreFoundation 0x369dc1ac CFBasicHashSetValue + 3012
4 CoreFoundation 0x369db5b4 CFDictionarySetValue + 192
5 CoreFoundation 0x36a0eba6 -[CFXPreferencesSource setValue:forKey:] + 50
6 CoreFoundation 0x36a19242 -[CFXPreferencesPropertyListSource setValue:forKey:] + 86
7 CoreFoundation 0x36a19190 _CFXPreferencesSetValue + 128
8 CoreFoundation 0x36a19082 CFPreferencesSetAppValue + 30
9 Foundation 0x358eb456 -[NSUserDefaults(NSUserDefaults) setObject:forKey:] + 78
10 My App 0x0007741e +[MKStoreManager setObject:forKey:] (MKStoreManager.m:123)
11 My App 0x00079a38 -[MKStoreManager rememberPurchaseOfProduct:] (MKStoreManager.m:608)
12 My App 0x000796b0 -[MKStoreManager provideContent:forReceipt:] (MKStoreManager.m:584)
13 My App 0x0007a25e -[MKStoreObserver restoreTransaction:] (MKStoreObserver.m:94)
14 My App 0x00079f48 -[MKStoreObserver paymentQueue:updatedTransactions:] (MKStoreObserver.m:53)
15 StoreKit 0x37ce77a0 __NotifyObserverAboutChanges + 52
16 CoreFoundation 0x369e0af4 CFArrayApplyFunction + 32
17 StoreKit 0x37ce775c -[SKPaymentQueue _notifyObserversAboutChanges:] + 112
18 StoreKit 0x37ce7dee -[SKPaymentQueue _processUpdates:trimUnmatched:] + 1042
19 StoreKit 0x37ce7026 -[SKPaymentQueue _transactionsRefreshedNotification:] + 42
20 Foundation 0x359724f8 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_0 + 12
21 CoreFoundation 0x36a5d540 ___CFXNotificationPost_block_invoke_0 + 64
22 CoreFoundation 0x369e9090 _CFXNotificationPost + 1400
23 Foundation 0x358e63e4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 60
24 AppSupport 0x35017b9c -[CPDistributedNotificationCenter deliverNotification:userInfo:] + 56
25 AppSupport 0x35019104 _CPDNDeliverNotification + 284
26 AppSupport 0x35017994 _XDeliverNotification + 164
27 AppSupport 0x3500cb0a migHelperRecievePortCallout + 166
28 CoreFoundation 0x36a6551c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
29 CoreFoundation 0x36a654be __CFRunLoopDoSource1 + 134
30 CoreFoundation 0x36a6430c __CFRunLoopRun + 1364
31 CoreFoundation 0x369e749e CFRunLoopRunSpecific + 294
32 CoreFoundation 0x369e7366 CFRunLoopRunInMode + 98
33 GraphicsServices 0x30ac9432 GSEventRunModal + 130
34 UIKit 0x36d38e76 UIApplicationMain + 1074
35 My App 0x00041434 main (main.m:14)
36 My App 0x000413ec 0x40000 + 5100
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x3725f3a8 kevent + 24
1 libdispatch.dylib 0x3146df04 _dispatch_mgr_invoke + 708
2 libdispatch.dylib 0x3146dc22 _dispatch_mgr_thread + 30
Thread 2:
0 libsystem_kernel.dylib 0x3726fcd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3383ff36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x3383fcc8 start_wqthread + 0
Thread 3:
0 libsystem_kernel.dylib 0x3726fcd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3383ff36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x3383fcc8 start_wqthread + 0
Thread 4 name: WebThread
Thread 4:
0 libsystem_kernel.dylib 0x3725f004 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3725f1fa mach_msg + 50
2 CoreFoundation 0x36a653ec __CFRunLoopServiceMachPort + 120
3 CoreFoundation 0x36a64124 __CFRunLoopRun + 876
4 CoreFoundation 0x369e749e CFRunLoopRunSpecific + 294
5 CoreFoundation 0x369e7366 CFRunLoopRunInMode + 98
6 WebCore 0x301dd0f0 _ZL12RunWebThreadPv + 396
7 libsystem_c.dylib 0x3384572e _pthread_start + 314
8 libsystem_c.dylib 0x338455e8 thread_start + 0
Thread 5:
0 libsystem_kernel.dylib 0x3726f0d8 __psynch_mutexwait + 24
1 libsystem_c.dylib 0x33839674 pthread_mutex_lock + 376
2 CoreData 0x34ce3d52 -[_PFLock lock] + 18
3 CoreData 0x34cf31f2 -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 806
4 CoreData 0x34d5b280 -[NSManagedObjectContext save:] + 516
5 My App 0x00074472 -[SQCoreDataManager saveContext] (SQCoreDataManager.m:51)
6 My App 0x000535fa -[ContentManager renewArticlesFromWebURL:sectionName:sectionIndex:] (ContentManager.m:567)
7 My App 0x0005223a -[ContentManager main] (ContentManager.m:68)
8 Foundation 0x3598758a __NSThread__main__ + 1042
9 libsystem_c.dylib 0x3384572e _pthread_start + 314
10 libsystem_c.dylib 0x338455e8 thread_start + 0
Thread 6 name: com.apple.NSURLConnectionLoader
Thread 6:
0 libsystem_kernel.dylib 0x3725f004 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3725f1fa mach_msg + 50
2 CoreFoundation 0x36a653ec __CFRunLoopServiceMachPort + 120
3 CoreFoundation 0x36a64124 __CFRunLoopRun + 876
4 CoreFoundation 0x369e749e CFRunLoopRunSpecific + 294
5 CoreFoundation 0x369e7366 CFRunLoopRunInMode + 98
6 Foundation 0x358f3bb2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 302
7 Foundation 0x358f3a7a -[NSThread main] + 66
8 Foundation 0x3598758a __NSThread__main__ + 1042
9 libsystem_c.dylib 0x3384572e _pthread_start + 314
10 libsystem_c.dylib 0x338455e8 thread_start + 0
Thread 7:
0 libsystem_kernel.dylib 0x3726fcd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3383ff36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x3383fcc8 start_wqthread + 0
Thread 8:
0 libsystem_kernel.dylib 0x3726fcd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3383ff36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x3383fcc8 start_wqthread + 0
Thread 9 name: com.apple.CFSocket.private
Thread 9:
0 libsystem_kernel.dylib 0x3726f570 __select + 20
1 CoreFoundation 0x36a6963a __CFSocketManager + 726
2 libsystem_c.dylib 0x3384572e _pthread_start + 314
3 libsystem_c.dylib 0x338455e8 thread_start + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x36a56bd1 r3: 0x3f6ff9a8
r4: 0x00000000 r5: 0x00277f60 r6: 0x00277f60 r7: 0x2fe3d9dc
r8: 0x00000000 r9: 0x00000012 r10: 0x00277f60 r11: 0x00000001
ip: 0x369da6bd sp: 0x2fe3d9d8 lr: 0x36a56be7 pc: 0x369dae4c
cpsr: 0x600f0030
Binary Images:
0x40000 - 0xddfff +My App armv7 <69c465def4683635a36a369fa5fbb9cc> /var/mobile/Applications/29A2E76E-3C2F-41E6-8965-DE0B048FB15B/My App.app/My App
0x2fe3f000 - 0x2fe60fff dyld armv7 <4a817f3e0def30d5ae2032157d889c1d> /usr/lib/dyld
0x300a7000 - 0x300ecfff GeoServices armv7 <a26be2e76e8730ab91a16502aba376be> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x30132000 - 0x30133fff CoreSurface armv7 <7850befd26b630f183ee326aaadd7b34> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x30134000 - 0x308f2fff WebCore armv7 <814351ff217e3425a8e532c2e2251f73> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x30ac5000 - 0x30acffff GraphicsServices armv7 <e21a6e61bdd136b6805a9e3abe2e3d1f> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x30ad4000 - 0x30b11fff FTServices armv7 <28ed78e01a77388cb4c0f2f6ec33482c> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x30c03000 - 0x30c19fff libmis.dylib armv7 <258bc92be5823b239b4412dd42cb4807> /usr/lib/libmis.dylib
0x30c1a000 - 0x30c1afff libgcc_s.1.dylib armv7 <eb82984fa36c329387aa518aa5205f3d> /usr/lib/libgcc_s.1.dylib
0x30c1b000 - 0x30c33fff Notes armv7 <724966ed5cd4395cb70f9c996b123f53> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x30c34000 - 0x30c37fff CaptiveNetwork armv7 <f5cc4b97ce9432da9426f12621453325> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x30d9c000 - 0x30da0fff libcache.dylib armv7 <d6a7436ed8dc33d795c9b42baf864882> /usr/lib/system/libcache.dylib
0x30db9000 - 0x30e7ffff libobjc.A.dylib armv7 <90014d1bc583366d85622e43097df416> /usr/lib/libobjc.A.dylib
0x30e84000 - 0x30ebcfff VideoToolbox armv7 <9f25f38d1cd13a1daff99cfde8884410> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x30f1d000 - 0x3114afff MediaToolbox armv7 <ec9bc89489763c6c93f86c5c490b2d69> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x3114b000 - 0x3115cfff libxpc.dylib armv7 <ccf25b1e49ce3b2fa58d8c8546755505> /usr/lib/system/libxpc.dylib
0x3115d000 - 0x3115efff libdnsinfo.dylib armv7 <9aede8d6579d3430ac39ae5f95cce498> /usr/lib/system/libdnsinfo.dylib
0x3117f000 - 0x31180fff DataMigration armv7 <d77f0e8f39ee37f5a2ac713a3fd9e693> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x31239000 - 0x3123efff CrashReporterSupport armv7 <2bb524b3bb3c3eb2932ce13b655b7c7c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x31256000 - 0x3143afff AudioToolbox armv7 <c91e27850452330ea804db6408840fd2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x3144d000 - 0x31453fff liblockdown.dylib armv7 <9e45ce468a6f31e5b8263f2c224aa800> /usr/lib/liblockdown.dylib
0x3146a000 - 0x31480fff libdispatch.dylib armv7 <9ecfaef4110a3bf9a92d12f0fe8d1d78> /usr/lib/system/libdispatch.dylib
0x314c0000 - 0x314fcfff iCalendar armv7 <f2836083051132d3aa40ad82d7f73aea> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x31510000 - 0x31514fff AggregateDictionary armv7 <3a3a33f3a05538988c6e2bb363dc46a8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x31541000 - 0x31565fff PrintKit armv7 <08509c7bc915358b953de6f5cbef5c56> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x31566000 - 0x3163dfff CFNetwork armv7 <765a472c824830eea91b8f02d12867e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x31c39000 - 0x31c3afff libsystem_blocks.dylib armv7 <9fdc27af7350323bbc7d98e14e027907> /usr/lib/system/libsystem_blocks.dylib
0x31c3e000 - 0x31c88fff ManagedConfiguration armv7 <5e0a131bbfec305ea01f9e01f486da63> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x31d3b000 - 0x31d8cfff libstdc++.6.dylib armv7 <c352af5a742e3c7a8d4d7e5f6f454793> /usr/lib/libstdc++.6.dylib
0x31d8d000 - 0x31d95fff MobileWiFi armv7 <b76c3e9fb78234c392058250d4620e72> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x31e01000 - 0x31e10fff OpenGLES armv7 <e80acc691001301e96101bb89d940033> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x31e11000 - 0x31e14fff CoreTime armv7 <a398de5ba1e43a11b7008e9bb5a7f6fe> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x31e7e000 - 0x31ebdfff QuickLook armv7 <802b1092542a3017a0380632502610d4> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x31ee7000 - 0x31f35fff CoreLocation armv7 <44550ebedf23334d85441d9743b74e03> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x31f39000 - 0x31f69fff ContentIndex armv7 <7a64670bb2ff3ee39ddee1dc1c72f92d> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x31f84000 - 0x31f93fff SpringBoardServices armv7 <ca5b10014b473d2eaec5c48d89ee1b54> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x31f94000 - 0x31fadfff libRIP.A.dylib armv7 <1828cddc5dd93c61afbefb59587d7f8a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x31fae000 - 0x31faefff liblangid.dylib armv7 <644ff4bcfbf337b5b5859e3f0fc0a9a8> /usr/lib/liblangid.dylib
0x3201e000 - 0x32562fff FaceCoreLight armv7 <f326d88709683520b251dc53cb847c11> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
0x32607000 - 0x3263cfff SystemConfiguration armv7 <4464a4e3bb3f32f7abaa35ebf31fda49> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x32640000 - 0x32691fff CoreText armv7 <5bfac4ee88d03d5b87a1f105abb7756c> /System/Library/Frameworks/CoreText.framework/CoreText
0x32692000 - 0x32718fff CoreMotion armv7 <6a9355d5a8e238b5b8f193605d509e15> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x32af7000 - 0x32afbfff libGFXShared.dylib armv7 <998fccc16cf735dbb62324202995e193> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x32afc000 - 0x32afdfff libremovefile.dylib armv7 <402f8956975d3b6fb86ab9b31a43242c> /usr/lib/system/libremovefile.dylib
0x32b46000 - 0x32bfcfff AVFoundation armv7 <35cb7a0eb1dc3554a777c1cc11cb0415> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x32ec8000 - 0x32ed4fff CoreVideo armv7 <364fa32d513f3c11b50970120545f1a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x330f3000 - 0x33102fff MobileDeviceLink armv7 <70ac33720f513f0f97ea2279260678ca> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x33304000 - 0x333f2fff libiconv.2.dylib armv7 <2cfefe2ad1d335dd9549562910e7a2e2> /usr/lib/libiconv.2.dylib
0x333f3000 - 0x33409fff DictionaryServices armv7 <6ed2e967136f37d4a4b9b318d6c43b83> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x3340a000 - 0x3340afff libkeymgr.dylib armv7 <ebd2dddf55d83cf48a18913968775960> /usr/lib/system/libkeymgr.dylib
0x3340e000 - 0x33445fff Security armv7 <eea56f71fde83c2981f9281dc7823725> /System/Library/Frameworks/Security.framework/Security
0x33553000 - 0x33559fff liblaunch.dylib armv7 <aa2bcba6fc7a36a191958fef2e995475> /usr/lib/system/liblaunch.dylib
0x3355a000 - 0x3381bfff libLAPACK.dylib armv7 <0e94e9a7e7a334649afaccae0f1215a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x3381c000 - 0x33836fff CoreServicesInternal armv7 <cccdb5638b17398f8082542c1b3c8cf6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x33837000 - 0x338c3fff libsystem_c.dylib armv7 <f859ce1ad1773f0ba98d7c6e135b7697> /usr/lib/system/libsystem_c.dylib
0x339a6000 - 0x339a6fff libunwind.dylib armv7 <e0a73a57795f3e1698a52ebe6fc07005> /usr/lib/system/libunwind.dylib
0x33a13000 - 0x33a18fff libcopyfile.dylib armv7 <52e874396c393ed29099789ce702cfe2> /usr/lib/system/libcopyfile.dylib
0x33a19000 - 0x33a20fff MailServices armv7 <ab2388ce733e38b7a261273a401bbbf1> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x33ad7000 - 0x33b0cfff DataAccess armv7 <89fd0c22338b37538cf61803a0bca9e2> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x33b60000 - 0x33b61fff libdyld.dylib armv7 <977b0ad6f2f433108b4a0324a57cd2ab> /usr/lib/system/libdyld.dylib
0x33c66000 - 0x33d8bfff JavaScriptCore armv7 <2ffc6c87b94434288366bd53765ee267> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x33d8c000 - 0x33d91fff ApplePushService armv7 <f424c0340de637c08bbeb4f3bd8c6eaf> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x33de6000 - 0x33de8fff libCoreVMClient.dylib armv7 <d4d4aa3090c83e87bcb15ed00b93fd5c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x33e0d000 - 0x33e56fff libc++.1.dylib armv7 <5b690e5dd5a43a7fb166ade9fe58a7a4> /usr/lib/libc++.1.dylib
0x33e59000 - 0x33e62fff libMobileGestalt.dylib armv7 <4a15e845dc6f3a4a980de66c1cc44c42> /usr/lib/libMobileGestalt.dylib
0x33e63000 - 0x33eaffff CoreTelephony armv7 <e8eb52ca5fe33c7488a33efd222e7804> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x33f1b000 - 0x33f21fff MobileIcons armv7 <ed1b46f917903c9b9baaa2be4392dafe> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x3400d000 - 0x34030fff Bom armv7 <c3435ecd2e5839f89de51edad0e1bb00> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x34032000 - 0x340a2fff CoreImage armv7 <86ac6f5a267637b6b7f8a831dfc7c64b> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x340ae000 - 0x3426bfff ImageIO armv7 <02e3578171fa3b6a969b244275fd2bab> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x3429e000 - 0x3429efff vecLib armv7 <a2cfe25e77aa36bfb4a30b2d0d2dd465> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x343e0000 - 0x34420fff libGLImage.dylib armv7 <40448706190031f6b0d9636cc11ee81d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x3446e000 - 0x3447afff libCRFSuite.dylib armv7 <bdb2b4d1a78c39c1ba60d791207aed2a> /usr/lib/libCRFSuite.dylib
0x345cb000 - 0x345d0fff libsystem_dnssd.dylib armv7 <27bb5462450732e380f5a2c170546e93> /usr/lib/system/libsystem_dnssd.dylib
0x34605000 - 0x34649fff MobileCoreServices armv7 <757226927a873d5492be721908077b48> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x346c4000 - 0x34738fff MediaControlSender armv7 <87315c54b2293ab589950341ff91b45d> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x34751000 - 0x347aefff StoreServices armv7 <628fbbc73ed93730962c53bfbfde6794> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x347af000 - 0x34855fff AddressBookUI armv7 <da424fecc66e3628ab03378ae80b38fc> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x34894000 - 0x349ddfff libicucore.A.dylib armv7 <b70646b63f1f3b33896dd8cb91b8dab1> /usr/lib/libicucore.A.dylib
0x349de000 - 0x349e8fff libvMisc.dylib armv7 <e8248c797b9b363594bb652ddf7ce16d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x34a92000 - 0x34b2bfff EventKit armv7 <d67aa1508ee7306b8e2a45c76ffddff0> /System/Library/Frameworks/EventKit.framework/EventKit
0x34b3c000 - 0x34b41fff SyncedDefaults armv7 <99fe2106e10539ba8aedcacf52361d66> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
0x34b6a000 - 0x34bcdfff IMCore armv7 <6e26e99b9b5f3829a8486ffd8c64f0d2> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x34cdb000 - 0x34e81fff CoreData armv7 <b0215b6d4d143859a2b313ecade095ec> /System/Library/Frameworks/CoreData.framework/CoreData
0x34e83000 - 0x34e86fff libcompiler_rt.dylib armv7 <b2c05d8601c13be884097192dca4e187> /usr/lib/system/libcompiler_rt.dylib
0x34fcd000 - 0x35009fff IMFoundation armv7 <77bb4365a65b32a49523b03da0340dbc> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFoundation
0x3500a000 - 0x35046fff AppSupport armv7 <311eac85b2a433a884dacba77217b49e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x351a3000 - 0x351a7fff FTClientServices armv7 <21de970d7ebb3e7fb502a0a5451b0806> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x352f0000 - 0x352f4fff IOSurface armv7 <6ae77a40f8e93f28bc466ca93f5675d4> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x352f5000 - 0x3531efff AppleAccount armv7 <2ba44023410231fcb3f72f762ea3ce6e> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x35370000 - 0x35440fff WebKit armv7 <6ff2796c2f933050ac6ecdee9fc6a216> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x35649000 - 0x356f6fff libxml2.2.dylib armv7 <58d47f064e0232119f4b838ad659f9c1> /usr/lib/libxml2.2.dylib
0x356f7000 - 0x356fafff ActorKit armv7 <434c756a6b053f4ba3c954cfccddbf59> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x3570d000 - 0x35730fff MobileSync armv7 <e42604c550283f4aa517ae8f108b340f> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x3574a000 - 0x3577efff MIME armv7 <d30292ea8f7e360fa5f5d5b1b62b602d> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x357ca000 - 0x357d9fff GenerationalStorage armv7 <d84c3fd0e7bd36e78c256f2f4c5a4e91> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x357df000 - 0x357f4fff libresolv.9.dylib armv7 <66f7557fa4b43979b186e00271839fdb> /usr/lib/libresolv.9.dylib
0x3580b000 - 0x3580dfff MobileInstallation armv7 <215d93dbb0f63cbf828f9126eb7b5349> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x3584c000 - 0x35850fff libAccessibility.dylib armv7 <9a17d07b5a3b38cfafdf16f78c99b572> /usr/lib/libAccessibility.dylib
0x35851000 - 0x35855fff CertUI armv7 <f503892ef60e36108d28d8f9d6144d2a> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x35862000 - 0x35862fff libCVMSPluginSupport.dylib armv7 <a80aaa9989483ce3a496a061fd1e9e0a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x3586f000 - 0x358b2fff libcommonCrypto.dylib armv7 <95b49daf4cf038b6bea8010bba3a1e26> /usr/lib/system/libcommonCrypto.dylib
0x358b6000 - 0x358d6fff libxslt.1.dylib armv7 <39348471007e39dab80af68b08390456> /usr/lib/libxslt.1.dylib
0x358d9000 - 0x358ddfff IOMobileFramebuffer armv7 <42dbc26828e934acabb4f3b0a35d8250> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x358e3000 - 0x35a61fff Foundation armv7 <c40ddb073142315bb4ebb214343d0b7f> /System/Library/Frameworks/Foundation.framework/Foundation
0x35af0000 - 0x35b9efff Message armv7 <b8221d43401d315fb84398b7aa570fc1> /System/Library/PrivateFrameworks/Message.framework/Message
0x35ba9000 - 0x35bd5fff libtidy.A.dylib armv7 <3aacc5b650e037c086a8ff6657d154bf> /usr/lib/libtidy.A.dylib
0x36039000 - 0x36081fff CoreMedia armv7 <eb1f503312be3c93b07b2d0d25177000> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x361c7000 - 0x362b8fff QuartzCore armv7 <a2afbe6483683d05ad51b106f98776e2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x362bd000 - 0x362c4fff AssetsLibraryServices armv7 <0703f561f9a038b6850d6e93bba7e5f4> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x36319000 - 0x36336fff libsystem_info.dylib armv7 <50863bcbf478323e96a8e5b1a83ea6f9> /usr/lib/system/libsystem_info.dylib
0x36390000 - 0x36393fff NetworkStatistics armv7 <7848d8ebad99367cb4f7f4e3fe88e5d6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x36399000 - 0x363d4fff libCGFreetype.A.dylib armv7 <55941c96cf1f3b048e72a148c4496c16> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x363e6000 - 0x3644afff MessageUI armv7 <b74d79ea691a35ada276f063b7217a20> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x3644b000 - 0x36451fff MobileKeyBag armv7 <e1f06241ef0e3f0aae00f15df572077e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x3645a000 - 0x36465fff AccountSettings armv7 <373e59421d983c93931cfbad87b1ae35> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x3647e000 - 0x364c7fff AddressBook armv7 <b17a2962e9043e0385c3c2c652155f2b> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x365a8000 - 0x365c7fff libSystem.B.dylib armv7 <0c55744b6f7335eebba4ca2c3d10b43c> /usr/lib/libSystem.B.dylib
0x365de000 - 0x3661cfff IOKit armv7 <fcda71d29d6136dfbd84c1725f4998e5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x3661d000 - 0x36642fff OpenCL armv7 <ec915bfc3f7633dda61b5fc87459119b> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x36646000 - 0x3669efff CoreAudio armv7 <be335e8eb6f93594b028a6ddd503a183> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x3679b000 - 0x367a7fff libz.1.dylib armv7 <36ce86a3dc8c344596c8c325615f374b> /usr/lib/libz.1.dylib
0x367ed000 - 0x367f4fff libc++abi.dylib armv7 <bab4dcbfc5943d3fbb637342d35e8045> /usr/lib/libc++abi.dylib
0x367f6000 - 0x368a0fff libBLAS.dylib armv7 <bf822cc1a3243ae7b104cf73ca22d352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x368cc000 - 0x368cdfff libsystem_sandbox.dylib armv7 <66e985f3eea03ef08afb7cf4c153f76e> /usr/lib/system/libsystem_sandbox.dylib
0x368ce000 - 0x368dbfff libbsm.0.dylib armv7 <750a0de73a733019a77144b805d4d2f8> /usr/lib/libbsm.0.dylib
0x368dc000 - 0x369b4fff vImage armv7 <caf3648be2933384b6aa1ae7408ab4f0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x369b9000 - 0x369c3fff libbz2.1.0.dylib armv7 <40e4045fb79e382b8833707746cf28b1> /usr/lib/libbz2.1.0.dylib
0x369d8000 - 0x36aeffff CoreFoundation armv7 <6d450fe923d7387f8b01845e0edd713d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x36b21000 - 0x36b27fff libnotify.dylib armv7 <9406297de3e43742887890662a87ab53> /usr/lib/system/libnotify.dylib
0x36b2b000 - 0x36c70fff CoreGraphics armv7 <903545b89a7f311d95100ac7d1d44709> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x36d07000 - 0x371a9fff UIKit armv7 <d72bcc68e76a3a55a963590cdcffe8cd> /System/Library/Frameworks/UIKit.framework/UIKit
0x371aa000 - 0x371adfff libmacho.dylib armv7 <e52b77623bd031bc807e77029566c777> /usr/lib/system/libmacho.dylib
0x371d4000 - 0x371d8fff Marco armv7 <8dea3e558fe534ff868fc92e215ce53b> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x3725e000 - 0x37274fff libsystem_kernel.dylib armv7 <7ac5560851ce3cb3981068092074b409> /usr/lib/system/libsystem_kernel.dylib
0x37311000 - 0x3738afff ProofReader armv7 <6db611d8df6530d480f97a40bc519f70> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x37391000 - 0x37453fff Celestial armv7 <2a59586b0ae937c3b25fe526924aa885> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x37454000 - 0x37457fff libsystem_network.dylib armv7 <356cb66612e836968ef24e6e5c3364cc> /usr/lib/system/libsystem_network.dylib
0x37492000 - 0x374aafff iAd armv7 <9e9184ed0077317a97b879c3df950316> /System/Library/Frameworks/iAd.framework/iAd
0x3752d000 - 0x37543fff EAP8021X armv7 <fffe86a22bc434a6ae84f23bfecef9d6> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x3758f000 - 0x375a6fff WebBookmarks armv7 <bd20a05587783a8e9596eef1d3615ea7> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x376f8000 - 0x37777fff libsqlite3.dylib armv7 <bf01f5ed47b033d8bde30d735ff44416> /usr/lib/libsqlite3.dylib
0x37793000 - 0x377ddfff libvDSP.dylib armv7 <441b42aca07b3da39feab25f8349918f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x377de000 - 0x377effff DataAccessExpress armv7 <e6144ba265da3bb7b9a263aa1a29b054> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x37b89000 - 0x37b9dfff PersistentConnection armv7 <65682d21486836a3aa3e17b9461e7b3a> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x37b9e000 - 0x37b9efff Accelerate armv7 <55b24cf91a8b3532bde6733c96f14c08> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x37ce5000 - 0x37cecfff StoreKit armv7 <1bc0c05f99a8309d90476b42263e3487> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x37d07000 - 0x37d0ffff ProtocolBuffer armv7 <0e846afacf823d2b8c029cc3010a8253> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
How about adding some code? What I can see from your stack trace is that the last statement of yours (I guess) which is executed is:
+[MKStoreManager setObject:forKey:] (MKStoreManager.m:123)
I think you could set a breakpoint there and inspect which values are being passed over...

Help me understanding a stacktrace

I've built an iPhone app. It works fine on the simulator and on my 4 iOS devices that run several iOS4 versions, including an iPhone 4 running iOS 4.3.3
However when I submitted it to the appstore it got rejected because apparently it crashed upon launch on an iPhone 4 running iOS 4.3.3
They sent me the associated stacktrace. I symbolicated it but can't make sense out of it.
If you're a stacktrace genius and can give me a tip to point me in the right direction, I'd be very grateful!
Thanks!
THE STACKTRACE:
Incident Identifier: AE062B8C-6EF3-4DE5-8862-C2B6E5B4ED69
CrashReporter Key: 0ecc752f46ea3a89537660d343cedea406a74833
Hardware Model: iPhone3,1
Process: myapp [5016]
Path: /var/mobile/Applications/80837345-000A-4769-95AF-1F34D8C66809/myapp.app/myapp
Identifier: myapp
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-05-18 15:13:02.009 -0700
OS Version: iPhone OS 4.3.3 (8J2)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x3558fa1c __pthread_kill + 8
1 libsystem_c.dylib 0x356663b4 pthread_kill + 52
2 libsystem_c.dylib 0x3565ebf8 abort + 72
3 libstdc++.6.dylib 0x35628a64 __gnu_cxx::__verbose_terminate_handler() + 376
4 libobjc.A.dylib 0x3449d06c _objc_terminate + 104
5 libstdc++.6.dylib 0x35626e36 __cxxabiv1::__terminate(void (*)()) + 46
6 libstdc++.6.dylib 0x35626e8a std::terminate() + 10
7 libstdc++.6.dylib 0x35626f5a __cxa_throw + 78
8 libobjc.A.dylib 0x3449bc84 objc_exception_throw + 64
9 Foundation 0x34242924 __NSThreadPerformPerform + 648
10 CoreFoundation 0x30957a72 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 6
11 CoreFoundation 0x3095969c __CFRunLoopDoSources0 + 188
12 CoreFoundation 0x3095a4e4 __CFRunLoopRun + 224
13 CoreFoundation 0x308eaebc CFRunLoopRunSpecific + 224
14 CoreFoundation 0x308eadc4 CFRunLoopRunInMode + 52
15 GraphicsServices 0x30269418 GSEventRunModal + 108
16 GraphicsServices 0x302694c4 GSEventRun + 56
17 UIKit 0x30a10d62 -[UIApplication _run] + 398
18 UIKit 0x30a0e800 UIApplicationMain + 664
19 myapp 0x00002a02 main (main.m:14)
20 myapp 0x000029cc 0x1000 + 6604
Thread 1:
0 libsystem_kernel.dylib 0x355903ec __workq_kernreturn + 8
1 libsystem_c.dylib 0x356676d8 _pthread_wqthread + 592
2 libsystem_c.dylib 0x35667bbc start_wqthread + 0
Thread 2 name: Dispatch queue: com.apple.libdispatch-manager
Thread 2:
0 libsystem_kernel.dylib 0x35590fbc kevent + 24
1 libdispatch.dylib 0x35261032 _dispatch_mgr_invoke + 706
2 libdispatch.dylib 0x3526203a _dispatch_queue_invoke + 86
3 libdispatch.dylib 0x352615ea _dispatch_worker_thread2 + 186
4 libsystem_c.dylib 0x3566758a _pthread_wqthread + 258
5 libsystem_c.dylib 0x35667bbc start_wqthread + 0
Thread 3:
0 libsystem_kernel.dylib 0x355903ec __workq_kernreturn + 8
1 libsystem_c.dylib 0x356676d8 _pthread_wqthread + 592
2 libsystem_c.dylib 0x35667bbc start_wqthread + 0
Thread 4 name: WebThread
Thread 4:
0 libsystem_kernel.dylib 0x3558dc00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3558d758 mach_msg + 44
2 CoreFoundation 0x309582b8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x3095a562 __CFRunLoopRun + 350
4 CoreFoundation 0x308eaebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x308eadc4 CFRunLoopRunInMode + 52
6 WebCore 0x35f5327e RunWebThread(void*) + 382
7 libsystem_c.dylib 0x3566630a _pthread_start + 242
8 libsystem_c.dylib 0x35667bb4 thread_start + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
r4: 0x3f08048c r5: 0x00000006 r6: 0x0019896c r7: 0x2fdfe990
r8: 0x00000001 r9: 0x00000065 r10: 0x00000000 r11: 0x3e5338c8
ip: 0x00000148 sp: 0x2fdfe984 lr: 0x359b83bb pc: 0x358e1a1c
cpsr: 0x000f0010
Binary Images:
0x1000 - 0x28fff +myapp armv7 <b22474dac7eb34438cb7fc2be88c910b> /var/mobile/Applications/80837345-000A-4769-95AF-1F34D8C66809/myapp.app/myapp
0x2fe00000 - 0x2fe25fff dyld armv7 <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
0x30357000 - 0x30380fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x30381000 - 0x303b8fff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x303b9000 - 0x303bafff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x30406000 - 0x30416fff DataAccessExpress armv7 <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x30417000 - 0x30417fff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x30515000 - 0x305aafff ImageIO armv7 <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x305b7000 - 0x305c3fff GraphicsServices armv7 <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x30722000 - 0x30724fff libgcc_s.1.dylib armv7 <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x30725000 - 0x3083ffff libicucore.A.dylib armv7 <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x30844000 - 0x3085afff EAP8021X armv7 <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x309e8000 - 0x309effff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x309fc000 - 0x309fcfff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x30a39000 - 0x30a76fff CoreText armv7 <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x30c34000 - 0x30d19fff CoreFoundation armv7 <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x30d34000 - 0x310c1fff UIKit armv7 <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x310e2000 - 0x311cffff libiconv.2.dylib armv7 <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x311d0000 - 0x311d1fff libremovefile.dylib armv7 <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib
0x311d2000 - 0x311dcfff AccountSettings armv7 <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x311e2000 - 0x311ebfff CoreVideo armv7 <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x311ec000 - 0x3121ffff StoreServices armv7 <d526715648f435c3aac4c42953e76d20> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x3123c000 - 0x3123efff libAccessibility.dylib armv7 <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x3123f000 - 0x31290fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x312aa000 - 0x312b1fff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x312b2000 - 0x312f5fff ManagedConfiguration armv7 <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x312f6000 - 0x312fbfff liblaunch.dylib armv7 <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x31336000 - 0x31341fff libz.1.dylib armv7 <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x314b2000 - 0x314b2fff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x314b3000 - 0x314b4fff libsystem_blocks.dylib armv7 <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x314b5000 - 0x314d5fff PrintKit armv7 <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x314e2000 - 0x31524fff CoreAudio armv7 <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31af7000 - 0x31b2ffff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x31b70000 - 0x31bacfff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x33772000 - 0x33777fff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x33778000 - 0x33781fff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x3388b000 - 0x3388efff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x3388f000 - 0x338d5fff CoreTelephony armv7 <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x338d6000 - 0x338e2fff SpringBoardServices armv7 <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x339b7000 - 0x339b9fff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x339ba000 - 0x339bffff libcopyfile.dylib armv7 <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib
0x33aab000 - 0x33aaffff libGFXShared.dylib armv7 <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33ab2000 - 0x33abbfff ITSync armv7 <ba8b48d061903e4096774344448776d0> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x33be5000 - 0x33be9fff AssetsLibraryServices armv7 <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x33beb000 - 0x33c9cfff WebKit armv7 <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x33c9d000 - 0x33caafff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x33d83000 - 0x33d89fff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x34064000 - 0x34065fff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
0x340d2000 - 0x340d5fff libmacho.dylib armv7 <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
0x340d6000 - 0x340ebfff libresolv.9.dylib armv7 <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x342f2000 - 0x342f5fff IOSurface armv7 <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x343f6000 - 0x34455fff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x34505000 - 0x34624fff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x346f1000 - 0x347a0fff QuartzCore armv7 <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x347e9000 - 0x348adfff libobjc.A.dylib armv7 <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
0x34a93000 - 0x34ac6fff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x34ac7000 - 0x34acefff AggregateDictionary armv7 <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x34acf000 - 0x34ad0fff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x34ad1000 - 0x34bf2fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x34c33000 - 0x34f20fff libLAPACK.dylib armv7 <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x34f4c000 - 0x34f81fff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x34f82000 - 0x35041fff CFNetwork armv7 <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x35042000 - 0x3505bfff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x3517c000 - 0x352d0fff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x35371000 - 0x35372fff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x35377000 - 0x35420fff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x3544b000 - 0x35450fff libsystem_dnssd.dylib armv7 <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib
0x3553e000 - 0x3555bfff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x35595000 - 0x355a7fff PersistentConnection armv7 <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x355a8000 - 0x355acfff libcache.dylib armv7 <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib
0x355ad000 - 0x355bafff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x355eb000 - 0x3562afff libSystem.B.dylib armv7 <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
0x3562b000 - 0x3562bfff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x3562c000 - 0x356c9fff AddressBookUI armv7 <e354aeb3d96e30338e90cc3638ffe81b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x356ca000 - 0x35739fff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x3573a000 - 0x3578ffff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x358cc000 - 0x358cffff CaptiveNetwork armv7 <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x358d0000 - 0x358e7fff libsystem_kernel.dylib armv7 <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib
0x35936000 - 0x35980fff libstdc++.6.dylib armv7 <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
0x35981000 - 0x35983fff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35985000 - 0x35a06fff libsystem_c.dylib armv7 <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib
0x35a07000 - 0x35a3ffff libCGFreetype.A.dylib armv7 <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x35e6b000 - 0x35f6ffff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x35f70000 - 0x35f83fff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x35fcd000 - 0x35fecfff Bom armv7 <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x3629f000 - 0x368aafff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x3697f000 - 0x369aefff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x369b8000 - 0x369c6fff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x369d9000 - 0x369defff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x36ae1000 - 0x36ae1fff libsystem_sandbox.dylib armv7 <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
myapp
Generally SIGABRT (the signal that the operating system terminated your program with) means that there was a call to the abort() or terminate() function. This is the function used if there is an unhandled exception, so that's probably what your problem is. Also evidencing the case of an unhandled exception is the fact that the stack trace shows Thread 1 calling "objc_exception_throw."
I'm not exactly an iPhone development expert, so this might be wrong.
You need to symbolicate this crash log, which will convert 0x000029cc 0x1000 + 6604 from gibberish into lines of code, and allow you to see what part of your code is throwing an exception. In theory you can do this by dragging the crash log into XCode 4's Organizer window, but there are reports of a bug in XCode 4 that affects symbolication, so you may have to use one of these workarounds.

CoreData crash on mergeChangesFromContextDidSaveNotification: invalid Summary

first the background:
I have a singleton which does all my CoreData related stuff on it. It's getting called from multiple threads. For each thread I generate a new MOC using always the same StoreCoordinator. I have two fetchedResultsController which need to be updated as soon as the data changes on another thread. To merge the changes I call addControllerContextDidSave: like in the Books Demo App.
- (void)addControllerContextDidSave:(NSNotification*)saveNotification {
if (saveNotification) {
NSManagedObjectContext *fahrzeugeContext = [fetchedFahrzeuge managedObjectContext];
NSManagedObjectContext *accountContext = [fetchedAccount managedObjectContext];
// Merging changes causes the fetched results controller to update its results
#try {
if (fahrzeugeContext) [fahrzeugeContext mergeChangesFromContextDidSaveNotification:saveNotification];
if (accountContext) [accountContext mergeChangesFromContextDidSaveNotification:saveNotification];
}
#catch (NSException * e) {NSLog(#"Merge Notification Error: %#", e);}
}
}
In some really rare cases the App crashes with an EXC_BAD_ACCESS on line mergeChangesFromContextDidSaveNotification: saying the saveNotification has an invalid Summary. (even the try-catch block doesn't work)
It happens only on really, really rare situations (e.g. once a week) so I cannot test it properly.
What can cause that and more important how to fix it. Now I'm testing with if (saveNotification) {} but again it can take a while till it occur again.
.
EDIT: found an older device crash log:
Incident Identifier: 655DB451-81C1-41A6-942C-F54DD9F40FCC
CrashReporter Key: 2495494089df0a2b47c6283c14ad5f8e7895fbbe
Hardware Model: iPhone1,2
Process: MyApp [648]
Path: /var/mobile/Applications/43E12C67-7D7D-4F30-A7E3-D83DDE0FDCC1/MyApp.app/MyApp
Identifier: MyApp
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-02-25 13:33:30.232 +0100
OS Version: iPhone OS 4.2.1 (8C148)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000004
Crashed Thread: 8
Thread 0:
0 libSystem.B.dylib 0x35d5b4a0 swtch_pri + 8
1 libSystem.B.dylib 0x35de59c8 sched_yield + 8
2 UIKit 0x35a60c18 -[UITableView(_UITableViewPrivate) _smoothScroll:] + 20
3 UIKit 0x35a4a4a0 ScrollerHeartbeatCallback + 100
4 GraphicsServices 0x33e79a3c HeartbeatVBLCallback + 152
5 IOMobileFramebuffer 0x3027d864 IOMobileFramebufferVsyncNotifyFunc + 124
6 IOKit 0x307dc884 IODispatchCalloutFromCFMessage + 292
7 CoreFoundation 0x37537e30 __CFMachPortPerform + 212
8 CoreFoundation 0x3752f5c4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 22
9 CoreFoundation 0x3752f582 __CFRunLoopDoSource1 + 158
10 CoreFoundation 0x3752182e __CFRunLoopRun + 574
11 CoreFoundation 0x37521504 CFRunLoopRunSpecific + 220
12 CoreFoundation 0x37521412 CFRunLoopRunInMode + 54
13 GraphicsServices 0x33e76d1c GSEventRunModal + 188
14 UIKit 0x3591d574 -[UIApplication _run] + 580
15 UIKit 0x3591a550 UIApplicationMain + 964
16 MyApp 0x000177ae 0x1000 + 92078
17 MyApp 0x00002f68 0x1000 + 8040
Thread 1:
0 libSystem.B.dylib 0x35d8f974 kevent + 24
1 libSystem.B.dylib 0x35e5e2fc _dispatch_mgr_invoke + 88
2 libSystem.B.dylib 0x35e5dd68 _dispatch_queue_invoke + 96
3 libSystem.B.dylib 0x35e5d788 _dispatch_worker_thread2 + 120
4 libSystem.B.dylib 0x35de6970 _pthread_wqthread + 392
5 libSystem.B.dylib 0x35ddd2fc start_wqthread + 0
Thread 2:
0 libSystem.B.dylib 0x35d5b3b0 mach_msg_trap + 20
1 libSystem.B.dylib 0x35d5d894 mach_msg + 60
2 CoreFoundation 0x37521f7c __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x37521780 __CFRunLoopRun + 400
4 CoreFoundation 0x37521504 CFRunLoopRunSpecific + 220
5 CoreFoundation 0x37521412 CFRunLoopRunInMode + 54
6 WebCore 0x3318bd14 RunWebThread(void*) + 524
7 libSystem.B.dylib 0x35de5b44 _pthread_start + 364
8 libSystem.B.dylib 0x35dd77a4 thread_start + 0
Thread 3:
0 libSystem.B.dylib 0x35d5b3b0 mach_msg_trap + 20
1 libSystem.B.dylib 0x35d5d894 mach_msg + 60
2 CoreFoundation 0x37521f7c __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x37521780 __CFRunLoopRun + 400
4 CoreFoundation 0x37521504 CFRunLoopRunSpecific + 220
5 CoreFoundation 0x37521412 CFRunLoopRunInMode + 54
6 Foundation 0x3517ec4e +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 210
7 Foundation 0x3515cb8a -[NSThread main] + 42
8 Foundation 0x35155b90 __NSThread__main__ + 908
9 libSystem.B.dylib 0x35de5b44 _pthread_start + 364
10 libSystem.B.dylib 0x35dd77a4 thread_start + 0
Thread 4:
0 libSystem.B.dylib 0x35d848d8 select$DARWIN_EXTSN + 20
1 CoreFoundation 0x3755aa34 __CFSocketManager + 356
2 libSystem.B.dylib 0x35de5b44 _pthread_start + 364
3 libSystem.B.dylib 0x35dd77a4 thread_start + 0
Thread 5:
0 libSystem.B.dylib 0x35de72fc __workq_kernreturn + 8
1 libSystem.B.dylib 0x35de6b50 _pthread_wqthread + 872
2 libSystem.B.dylib 0x35ddd2fc start_wqthread + 0
Thread 6:
0 libSystem.B.dylib 0x35d5b3b0 mach_msg_trap + 20
1 libSystem.B.dylib 0x35d5d894 mach_msg + 60
2 CoreFoundation 0x37521f7c __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x37521780 __CFRunLoopRun + 400
4 CoreFoundation 0x37521504 CFRunLoopRunSpecific + 220
5 CoreFoundation 0x37521412 CFRunLoopRunInMode + 54
6 MapKit 0x3627ec44 TileCachePrivate::runCacheThread() + 412
7 MapKit 0x3627ea98 _runCacheThread(void*) + 4
8 libSystem.B.dylib 0x35de5b44 _pthread_start + 364
9 libSystem.B.dylib 0x35dd77a4 thread_start + 0
Thread 7:
0 libSystem.B.dylib 0x35de454c __semwait_signal + 24
1 libSystem.B.dylib 0x35d90f70 _pthread_cond_wait + 1140
2 libSystem.B.dylib 0x35d90910 pthread_cond_wait + 48
3 QuartzCore 0x33dd01fc CA::DispatchGroup::thread(void*) + 128
4 QuartzCore 0x33d86e30 thread_fun + 20
5 libSystem.B.dylib 0x35de5b44 _pthread_start + 364
6 libSystem.B.dylib 0x35dd77a4 thread_start + 0
Thread 8 Crashed:
0 CoreFoundation 0x374ffa7c ___CFBasicHashFindBucket_Linear + 120
1 CoreFoundation 0x374ff948 CFBasicHashAddValue + 352
2 CoreFoundation 0x3750410a CFSetAddValue + 90
3 CoreFoundation 0x3752be2a -[__NSCFSet addObject:] + 34
4 CoreData 0x34994b72 -[NSManagedObjectContext refreshObject:mergeChanges:] + 166
5 CoreData 0x349b3288 -[NSManagedObjectContext mergeChangesFromContextDidSaveNotification:] + 1800
6 MyApp 0x0001aa18 0x1000 + 104984
7 Foundation 0x351663ae _nsnote_callback + 150
8 CoreFoundation 0x3752096a __CFXNotificationPost_old + 390
9 CoreFoundation 0x3752060a _CFXNotificationPostNotification + 122
10 Foundation 0x3515569c -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
11 CoreData 0x349a0a68 -[NSManagedObjectContext(_NSInternalAdditions) _didSaveChanges] + 1772
12 CoreData 0x3499b87a -[NSManagedObjectContext save:] + 462
13 MyApp 0x00018e26 0x1000 + 97830
14 MyApp 0x0001a372 0x1000 + 103282
15 MyApp 0x00005344 0x1000 + 17220
16 Foundation 0x3515cb8a -[NSThread main] + 42
17 Foundation 0x35155b90 __NSThread__main__ + 908
18 libSystem.B.dylib 0x35de5b44 _pthread_start + 364
19 libSystem.B.dylib 0x35dd77a4 thread_start + 0
Thread 8 crashed with ARM Thread State:
r0: 0x00000001 r1: 0x0018be57 r2: 0x0020fdc8 r3: 0x00000001
r4: 0x00000002 r5: 0x001cde10 r6: 0x00000007 r7: 0x2ff780b8
r8: 0x00000001 r9: 0x2ff780e0 r10: 0x001ce3e0 r11: 0x00000000
ip: 0x3752be09 sp: 0x2ff78074 lr: 0x374ffa50 pc: 0x374ffa7c
cpsr: 0x20000010
Binary Images:
0x1000 - 0x40fff +MyApp armv6 <1515b6768d3049d6eef946a5e74e95ed> /var/mobile/Applications/43E12C67-7D7D-4F30-A7E3-D83DDE0FDCC1/GPS-Explorer.app/GPS-Explorer
0xe3000 - 0xe4fff dns.so armv6 <88b569311cca4a9593b2d670051860d1> /usr/lib/info/dns.so
0x2fe00000 - 0x2fe29fff dyld armv6 <617f6daf4103547c47a8407a2e0b90de> /usr/lib/dyld
0x30270000 - 0x3027bfff ITSync armv6 <a451205e89373cbdf0832688085e8f72> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x3027c000 - 0x3027efff IOMobileFramebuffer armv6 <f42bbbf67195a7b98d67ad021bba4784> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x3027f000 - 0x3038dfff CFNetwork armv6 <d6eeee83216ee9c553134f069f37cbc2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x303ef000 - 0x303f4fff CaptiveNetwork armv6 <f41df4b358b77b29ff85e0eaea88ee1d> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x303f5000 - 0x30444fff Security armv6 <cf625b4dc7ea928891313444ef64a7cb> /System/Library/Frameworks/Security.framework/Security
0x30445000 - 0x3055cfff libicucore.A.dylib armv6 <8968ff3f62d7780bb1bd75026a7628d0> /usr/lib/libicucore.A.dylib
0x3055d000 - 0x30561fff ApplePushService armv6 <0560b630d26e261e205fc58942e1885c> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x3059d000 - 0x305a8fff MobileWiFi armv6 <c7532e63e083a1dd2a0ef7352b85749d> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x305aa000 - 0x30612fff libvDSP.dylib armv6 <9d264733fc675943c082bd3b9b567b59> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x30613000 - 0x3064dfff MobileCoreServices armv6 <beb473ce80390554bb4af21554522286> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x3065c000 - 0x3066efff libbsm.0.dylib armv6 <51e7bb18da9afa44a33e54e42fbd0707> /usr/lib/libbsm.0.dylib
0x3066f000 - 0x306c6fff CoreMedia armv6 <cd5e9398c161f129146931e888e1c92e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x306f0000 - 0x306fefff libz.1.dylib armv6 <84592e96bae1a661374b0f9a5d03a3a0> /usr/lib/libz.1.dylib
0x306ff000 - 0x30729fff PrintKit armv6 <74f9710fa01a33b5bb04c4aeabd6be7d> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x307d7000 - 0x3082afff IOKit armv6 <20da5e822f21a8d0a7c5b3e149330efd> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x30831000 - 0x3083bfff AccountSettings armv6 <eca67ab04f724e1fa7c6406c88e75433> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x30999000 - 0x309c5fff DataAccess armv6 <8c045822d57a369835f5b40653a48838> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x309c6000 - 0x309f4fff MIME armv6 <fac8f55c508ff476e07894af7abdb761> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x30a04000 - 0x30aa3fff ProofReader armv6 <2734920b62f174c17aeeb15f371615ef> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x30ad6000 - 0x30b1afff AddressBook armv6 <1f30c3370dad27331a491ba4b190813c> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x30b3d000 - 0x30b9cfff CoreAudio armv6 <ccc4bace0d6eca79a32ed84d566f72e9> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x30ba6000 - 0x32ce3fff TextInput armv6 <3fa14e6e5749e0230becd6ea34a8da7a> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x32d7d000 - 0x32d89fff libkxld.dylib armv6 <f74f359de7bbe3ccdc37fa6f332aebf4> /usr/lib/system/libkxld.dylib
0x32d95000 - 0x32e5cfff libobjc.A.dylib armv6 <429841269f8bcecd4ba3264a8725dad6> /usr/lib/libobjc.A.dylib
0x32e5d000 - 0x32ecdfff libsqlite3.dylib armv6 <87b9bb47687902d9120d03d1da9eb9fc> /usr/lib/libsqlite3.dylib
0x32f0c000 - 0x32f1ffff libmis.dylib armv6 <dba9c086b49bd9540930ff27211570d6> /usr/lib/libmis.dylib
0x33055000 - 0x33061fff SpringBoardServices armv6 <fd0c472436b3306f5b56118c93c8a423> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x33062000 - 0x3306ffff MobileBluetooth armv6 <2b68516e1321011a4efbee2947d463c6> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x33070000 - 0x338bffff WebCore armv6 <aa3b6827f051da7a3494c9bee4ebe290> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x338c0000 - 0x338d4fff MobileDeviceLink armv6 <19d66078f8cf19be558713c13612c7a3> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x338d5000 - 0x33a1dfff libmecabra.dylib armv6 <fc962eeb4e6cfe4ad5ebee6fb4b1d5c1> /usr/lib/libmecabra.dylib
0x33a21000 - 0x33a6afff CoreLocation armv6 <a69399375024b2bfae8bb96e845f4fd0> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x33a6b000 - 0x33ab3fff iCalendar armv6 <fbb717874ea0ede24454a5def644ab69> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x33ab4000 - 0x33ab4fff Accelerate armv6 <cdde24a7ad004b2b2e600cd4f3ac5eb7> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x33b32000 - 0x33b72fff QuickLook armv6 <54400e0d48ec86c84e937e55790b9e54> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x33bbc000 - 0x33c0afff CoreText armv6 <16c9582fdffb598178287c6ce9fd6897> /System/Library/Frameworks/CoreText.framework/CoreText
0x33c16000 - 0x33d73fff libGLProgrammability.dylib armv6 <aec6b54ffd532bb607aab4acbab679b6> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x33d76000 - 0x33d79fff ActorKit armv6 <d3ec50b4a7f0257ef31baf37936dc275> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x33d85000 - 0x33e71fff QuartzCore armv6 <77cd91ff21fe6c58c309f2c82eb95ca5> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x33e72000 - 0x33e81fff GraphicsServices armv6 <af20aba0ec96e7b7c42bb55ac763c784> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x33ead000 - 0x33f6efff ImageIO armv6 <0c1b6f466667ff345f2399d8142a9d10> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x33f78000 - 0x33f79fff CoreSurface armv6 <5e290514380c626e9b0f9f9985b9dc7a> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x340ac000 - 0x340bffff Notes armv6 <acf9e548948ecb299270c8398ef297a1> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x34137000 - 0x34156fff EAP8021X armv6 <fa56845b5396c3ebb368c2368331643c> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x341ad000 - 0x341ebfff ContentIndex armv6 <7f3334380acc72292571803f0b490189> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x343a0000 - 0x343bffff Bom armv6 <f41bef81e23e2bff59155e5ce46762d3> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x343c0000 - 0x344bdfff JavaScriptCore armv6 <3547c92c1efc0522b087e7f10eba7728> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x344be000 - 0x34500fff ManagedConfiguration armv6 <397723a33c19c3487d304d69580acbfc> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x34954000 - 0x34a5cfff CoreData armv6 <6e3af4b4648ae695f8d4bc0bf5a9dba5> /System/Library/Frameworks/CoreData.framework/CoreData
0x34a6e000 - 0x34a72fff CertUI armv6 <57c499baf9d343a78fe1b43f0f3ef997> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x34b52000 - 0x34f1ffff libLAPACK.dylib armv6 <0eb734c91165416224b98c943ff6476b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x34f20000 - 0x35014fff libiconv.2.dylib armv6 <01916d6784f4de8f3746978faae9c5fa> /usr/lib/libiconv.2.dylib
0x35015000 - 0x35022fff CoreVideo armv6 <7b100fd5fdf98db1cd0f0649e7f6f316> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x35023000 - 0x3507dfff MessageUI armv6 <21bb9d93911f7015b79aef9dc6df55ef> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x35087000 - 0x35148fff AddressBookUI armv6 <fea72732451610277e22a667d35ad76d> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x35151000 - 0x35272fff Foundation armv6 <6bdeb19a1fcb93e2930dadb50416f881> /System/Library/Frameworks/Foundation.framework/Foundation
0x3529b000 - 0x352a6fff libbz2.1.0.dylib armv6 <6aa8a4ed0906a495d059ace9125f525d> /usr/lib/libbz2.1.0.dylib
0x352dc000 - 0x35342fff libBLAS.dylib armv6 <11a3677a08175a30df1b3d66d7e0951a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x35348000 - 0x353b0fff GMM armv6 <adcdfedd491ac237b385b6c2d7f684e3> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x35406000 - 0x35406fff vecLib armv6 <8f914b3e8a581d49fb21d2c0ff75be03> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x35407000 - 0x3540afff MobileInstallation armv6 <456ed7fe6dd9fcd8e78df425085b1452> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35541000 - 0x35547fff MBX2D armv6 <fad4955cab36e0179df6f8f27d365b8f> /System/Library/PrivateFrameworks/MBX2D.framework/MBX2D
0x35758000 - 0x35778fff AppleAccount armv6 <0ef3f6564414f3ef030031ae25b28bbd> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x35779000 - 0x3577bfff TextInput_de armv6 <e51cb663d64b8ced7dccfdbd3ad04591> /System/Library/TextInput/TextInput_de.bundle/TextInput_de
0x35815000 - 0x3581afff AssetsLibraryServices armv6 <224b3cf992a01814f91481244e3213eb> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x3581b000 - 0x35877fff libGLImage.dylib armv6 <7c1049f20c4e64591c09d3ac00c7d3ab> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x358bc000 - 0x358c3fff liblockdown.dylib armv6 <f470dea180ddf23886df75eb256d3888> /usr/lib/liblockdown.dylib
0x358cc000 - 0x358cffff libgcc_s.1.dylib armv6 <bed95ed187350ce27d22ed241ef892ea> /usr/lib/libgcc_s.1.dylib
0x358d3000 - 0x35d4ffff UIKit armv6 <14ec6c926b8bda71b73136f6e1a6ac1b> /System/Library/Frameworks/UIKit.framework/UIKit
0x35d5a000 - 0x35e98fff libSystem.B.dylib armv6 <70571c1e697e2ae7f7a9b1a499453bb6> /usr/lib/libSystem.B.dylib
0x35f7e000 - 0x35fc2fff VideoToolbox armv6 <101dbbcd34cc3231a8be3fd6392556aa> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x35fdb000 - 0x36162fff CoreGraphics armv6 <9a1d72fa9549d83abc1e735ba37a4dc2> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x36167000 - 0x36178fff DataAccessExpress armv6 <c112bd2791eb706526db25407ec117d4> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x36179000 - 0x36255fff WebKit armv6 <83da207070be989ba81dba3a83d5206a> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x36269000 - 0x36278fff OpenGLES armv6 <37eda5ddcff210dd321157da35a87a5e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x36279000 - 0x36362fff MapKit armv6 <d28b96a0107a7822fda677ed28901c0c> /System/Library/Frameworks/MapKit.framework/MapKit
0x363f3000 - 0x363f9fff MobileKeyBag armv6 <2d83bf6a43bab972d77a1a6e0f3b03d2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x363fa000 - 0x36483fff Message armv6 <9ed4944d998f99e69ba81afdda659bee> /System/Library/PrivateFrameworks/Message.framework/Message
0x36500000 - 0x36508fff ProtocolBuffer armv6 <8ed6e560e85eecfaf625219a8247aea4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x365db000 - 0x365f9fff libresolv.9.dylib armv6 <9c94634beea733e754dc115737b6e63c> /usr/lib/libresolv.9.dylib
0x36746000 - 0x3683cfff libxml2.2.dylib armv6 <9c44d05cc67f1ebabd795903e581724e> /usr/lib/libxml2.2.dylib
0x3683e000 - 0x36888fff libCGFreetype.A.dylib armv6 <cfc94cfa17958f2f94c9eff208a7dace> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x36889000 - 0x368b4fff MobileSync armv6 <b42cf746d993e6765d432edf47987835> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x368b5000 - 0x3692dfff EventKit armv6 <c1fb82d645d3bf1f2e0558cc884712e9> /System/Library/Frameworks/EventKit.framework/EventKit
0x3694c000 - 0x3694ffff libAccessibility.dylib armv6 <74e0f77cc276a9412be268c795fdcbca> /usr/lib/libAccessibility.dylib
0x36955000 - 0x36a1ffff Celestial armv6 <11172a6ee53bdf067548cd4496bc5fe0> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x36a20000 - 0x36a2cfff WebBookmarks armv6 <5d1eb10d851d0362e304d9d95f016df1> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x36a2d000 - 0x36a30fff CrashReporterSupport armv6 <00bc60f690e6328b64e7a7b718edf45a> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x36a31000 - 0x36a74fff CoreTelephony armv6 <cabbce0fa7630065dc7e7d3ca3bc616c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x36c1c000 - 0x36c26fff AggregateDictionary armv6 <f7429444c955e4f13c6761d20032ab52> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x36c2b000 - 0x36de1fff AudioToolbox armv6 <bb65e8ed531fe5923eb8ac00a7c0d87d> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x36de2000 - 0x36e16fff AppSupport armv6 <783e14db9585fd063c0c2a755cd121b6> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x36e17000 - 0x36e2dfff PersistentConnection armv6 <006723906b8ac250c1681a1821fbe94d> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x36e2e000 - 0x37140fff GeoServices armv6 <570238d025d41838cc888a0b3f28f4b2> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x37141000 - 0x37184fff SystemConfiguration armv6 <207f362e707871e74a292cfd1ea7893d> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x372aa000 - 0x37477fff MediaToolbox armv6 <21ceabd0e5de17ad4e883c85fcd34d51> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x37478000 - 0x3747dfff IOSurface armv6 <ffd66ca04dfe7d382d6961f0df3839ff> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x3748d000 - 0x374f8fff libstdc++.6.dylib armv6 <eccd1d7183e73587b2c0aa5755a19c39> /usr/lib/libstdc++.6.dylib
0x374f9000 - 0x375e4fff CoreFoundation armv6 <ab0eac0ddd5b4ae1bf8541116e3c0bd1> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x3760a000 - 0x3760bfff DataMigration armv6 <d2de7c0db77278484236669c2cdccabb> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x37731000 - 0x37736fff libGFXShared.dylib armv6 <bd1c480607cc286288db1ca1aec64180> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x377f6000 - 0x37817fff libRIP.A.dylib armv6 <22c6da37f3adf325f99c3a0494e04c02> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x37992000 - 0x37999fff libMobileGestalt.dylib armv6 <de9b417e7278742e90b30b1ad45f31fa> /usr/lib/libMobileGestalt.dylib
In some really rare cases the App
crashes with an EXC_BAD_ACCESS on line
mergeChangesFromContextDidSaveNotification:
saying the saveNotification has an
invalid Summary. (even the try-catch
block doesn't work)
EXC_BAD_ACCESS is a hard crash, not an exception, which is why the try-catch won't catch it.
Can you post the backtrace of the crash and the invalid summary message?
Overall, this sounds like a thread synchronization issue. It sounds like you have a relatively complex concurrency model and, more likely than not, there is a synchronization bug somewhere.
If you're using multiple ManagedObjectContext across threads you have to lock the context before any read/write operation to ManagedObjects from this context.
This is particularly important when implementing mergeContextFromDidSaveNotification because in this case the context is used simultaneously by 2 threads. You then have to lock the context before merge in the notified thread (usually the main thread) and before any change in the background thread.

How can I know why it crashes?

My application works perfectly in my personal iphone. I sent it to the appstore and they say it crashes while connected to a WiFi or 3G network. Does it make sense? DOnt know what to do.
This is the log
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000,
0x00000000 Crashed Thread: 0
Thread 0 Crashed: 0
libSystem.B.dylib
0x33bd52d4 0x33b5c000 + 496340 1
libSystem.B.dylib
0x33bd52c4 0x33b5c000 + 496324 2
libSystem.B.dylib
0x33bd52b6 0x33b5c000 + 496310 3
libSystem.B.dylib
0x33be9d72 0x33b5c000 + 580978 4
libstdc++.6.dylib
0x31bdba20 0x31b97000 + 281120 5
libobjc.A.dylib
0x3347c594 0x33476000 + 26004 6
libstdc++.6.dylib
0x31bd9df2 0x31b97000 + 273906 7
libstdc++.6.dylib
0x31bd9e46 0x31b97000 + 273990 8
libstdc++.6.dylib
0x31bd9f16 0x31b97000 + 274198 9
libobjc.A.dylib
0x3347b4c4 0x33476000 + 21700 10
CoreFoundation
0x33a50ef2 0x33a20000 + 200434 11
CoreFoundation
0x33a50d10 0x33a20000 + 199952 12
balonmano
0x000039c4 0x1000 + 10692 13
balonmano
0x0006522c 0x1000 + 410156 14
balonmano
0x000024dc 0x1000 + 5340 15
balonmano
0x0000720c 0x1000 + 25100 16
CoreFoundation
0x33a6bcfc 0x33a20000 + 310524 17
CoreFoundation
0x33a6bbce 0x33a20000 + 310222 18
balonmano
0x0005f93c 0x1000 + 387388 19
balonmano
0x0005c7c8 0x1000 + 374728 20
CoreFoundation
0x33a67fe6 0x33a20000 + 294886 21
balonmano
0x000b9a50 0x1000 + 756304 22
balonmano
0x000ba674 0x1000 + 759412 23
balonmano
0x000c5ba0 0x1000 + 805792 24 UIKit
0x3207b34e 0x32062000 + 103246 25
UIKit
0x3207acc8 0x32062000 + 101576 26
UIKit
0x32065fc0 0x32062000 + 16320 27
UIKit
0x32065900 0x32062000 + 14592 28
GraphicsServices
0x33b0eefc 0x33b0a000 + 20220 29
CoreFoundation
0x33a556f8 0x33a20000 + 218872 30
CoreFoundation
0x33a556bc 0x33a20000 + 218812 31
CoreFoundation
0x33a47f76 0x33a20000 + 163702 32
CoreFoundation
0x33a47c80 0x33a20000 + 162944 33
CoreFoundation
0x33a47b88 0x33a20000 + 162696 34
GraphicsServices
0x33b0e4a4 0x33b0a000 + 17572 35
GraphicsServices
0x33b0e550 0x33b0a000 + 17744 36
UIKit
0x32099322 0x32062000 + 226082 37
UIKit
0x32096e8c 0x32062000 + 216716 38
balonmano
0x0000242c 0x1000 + 5164 39
balonmano
0x00002398 0x1000 + 5016
Thread 1: 0 libSystem.B.dylib
0x33b89974 0x33b5c000 + 186740 1
libSystem.B.dylib
0x33c33704 0x33b5c000 + 882436 2
libSystem.B.dylib
0x33c33174 0x33b5c000 + 881012 3
libSystem.B.dylib
0x33c32b98 0x33b5c000 + 879512 4
libSystem.B.dylib
0x33bd724a 0x33b5c000 + 504394 5
libSystem.B.dylib
0x33bcf970 0x33b5c000 + 473456
Thread 2: 0 libSystem.B.dylib
0x33b5d268 0x33b5c000 + 4712 1
libSystem.B.dylib
0x33b5f354 0x33b5c000 + 13140 2
CoreFoundation
0x33a48648 0x33a20000 + 165448 3
CoreFoundation
0x33a47ed2 0x33a20000 + 163538 4
CoreFoundation
0x33a47c80 0x33a20000 + 162944 5
CoreFoundation
0x33a47b88 0x33a20000 + 162696 6
WebCore
0x304df124 0x30428000 + 749860 7
libSystem.B.dylib
0x33bd6886 0x33b5c000 + 501894 8
libSystem.B.dylib
0x33bcba88 0x33b5c000 + 457352
Thread 3: 0 libSystem.B.dylib
0x33bd79e0 0x33b5c000 + 506336 1
libSystem.B.dylib
0x33bd7364 0x33b5c000 + 504676 2
libSystem.B.dylib
0x33bcf970 0x33b5c000 + 473456
Thread 4: 0 libSystem.B.dylib
0x33bd79e0 0x33b5c000 + 506336 1
libSystem.B.dylib
0x33bd7364 0x33b5c000 + 504676 2
libSystem.B.dylib
0x33bcf970 0x33b5c000 + 473456
Thread 5: 0 libSystem.B.dylib
0x33b5d268 0x33b5c000 + 4712 1
libSystem.B.dylib
0x33b5f354 0x33b5c000 + 13140 2
AudioToolbox
0x31714b96 0x3164f000 + 809878 3
AudioToolbox
0x316501d2 0x3164f000 + 4562 4
libSystem.B.dylib
0x33bd6886 0x33b5c000 + 501894 5
libSystem.B.dylib
0x33bcba88 0x33b5c000 + 457352
Thread 6: 0 libSystem.B.dylib
0x33b5d268 0x33b5c000 + 4712 1
libSystem.B.dylib
0x33b5f354 0x33b5c000 + 13140 2
CoreFoundation
0x33a48648 0x33a20000 + 165448 3
CoreFoundation
0x33a47ed2 0x33a20000 + 163538 4
CoreFoundation
0x33a47c80 0x33a20000 + 162944 5
CoreFoundation
0x33a47b88 0x33a20000 + 162696 6
AudioToolbox
0x316504ba 0x3164f000 + 5306 7
AudioToolbox
0x31663306 0x3164f000 + 82694 8
AudioToolbox
0x316501d2 0x3164f000 + 4562 9
libSystem.B.dylib
0x33bd6886 0x33b5c000 + 501894 10
libSystem.B.dylib
0x33bcba88 0x33b5c000 + 457352
Thread 0 crashed with ARM Thread
State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x3eaf12e8
r4: 0x00000006 r5: 0x31bd9989 r6: 0x0024bedc r7: 0x2fdfdc08
r8: 0x3237db67 r9: 0x00000065 r10: 0x00000007 r11: 0x33479455
ip: 0x00000025 sp: 0x2fdfdc08 lr: 0x33bd52cb pc: 0x33bd52d4
cpsr: 0x000f0010
Binary Images:
0x1000 - 0xeefff +balonmano armv6
<9e8d6823acc4699f108a1766b1dc30e8>
/var/mobile/Applications/D7FD7DEB-63C6-4F24-BC83-60EFCDA2BA07/balonmano.app/balonmano
0x1f7000 - 0x1f8fff dns.so armv7
/usr/lib/info/dns.so 0x2fe00000 -
0x2fe27fff dyld armv7
<06e6959cebb4a72e66c833e26ae64d26>
/usr/lib/dyld 0x30005000 - 0x30006fff
CoreSurface armv7
/System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x30007000 - 0x300abfff
IMGSGX535GLDriver armv7
<03ce082398774b1c545d08b64081d82e>
/System/Library/Extensions/IMGSGX535GLDriver.bundle/IMGSGX535GLDriver
0x300bd000 - 0x301fafff MediaToolbox
armv7
/System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x301fc000 - 0x302e4fff
libGLProgrammability.dylib armv7
<1f478a71783cd7eb4ae9ef6f2dcea803>
/System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x303d1000 - 0x30426fff libvDSP.dylib
armv7
<9365fc6cae1bff737257e74faf3b1f26>
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x30428000 - 0x30a10fff WebCore armv7
/System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x30a28000 - 0x30ad5fff
JavaScriptCore armv7
<3f2df600942dc72aad312b3cc98ec479>
/System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x30c98000 - 0x30d57fff CFNetwork
armv7
<02fe0e30e54fffdcbbbd02e8cb812c3a>
/System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x30d58000 - 0x30d60fff libkxld.dylib
armv7
<854e82fe66feef01e54c7c8a209851ac>
/usr/lib/system/libkxld.dylib
0x30d61000 - 0x30e4afff GLEngine
armv7
<305ddfcddb54d00acd8e2ca9005496c8>
/System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x31266000 - 0x3129cfff CoreText
armv7
/System/Library/Frameworks/CoreText.framework/CoreText
0x313e7000 - 0x313e9fff
MobileInstallation armv7
<8e6b0d9f642be06729ffdaaee97053b0>
/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x31451000 - 0x31464fff libmis.dylib
armv7
<855aefc263c6c20e6cf8723ea36125a2>
/usr/lib/libmis.dylib 0x314ad000 -
0x314b8fff libz.1.dylib armv7
/usr/lib/libz.1.dylib 0x31633000 -
0x31634fff DataMigration armv7
/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x31635000 - 0x3164afff OpenAL armv7
<8ea22c729b71c6e7e19566b91a03afd2>
/System/Library/Frameworks/OpenAL.framework/OpenAL
0x3164f000 - 0x31788fff AudioToolbox
armv7
<657b327f2ceee9f22f9474f2f9bddbe6>
/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x317ce000 - 0x317d3fff
libMobileGestalt.dylib armv7
<5f73c7138ee1cb7103a98aec99f9ed88>
/usr/lib/libMobileGestalt.dylib
0x31947000 - 0x3194ffff MobileWiFi
armv7
/System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x31950000 - 0x31966fff EAP8021X
armv7
<36659ec2b9def7b5798a05327e369247>
/System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x319b5000 - 0x319bbfff
liblockdown.dylib armv7
<5bbd9b3f5cfece328f80c403a8805ce9>
/usr/lib/liblockdown.dylib 0x319d7000
- 0x319dafff ApplePushService armv7 <9d1eb7b11f0f146c941efbab2c055606>
/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x31a3f000 - 0x31a7cfff CoreMedia
armv7
<4ea4d349e886206d1ecf5bae870f3f04>
/System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x31a97000 - 0x31b2afff ImageIO armv7
<5b5a294d4250eff866fdbf891b1e8b34>
/System/Library/Frameworks/ImageIO.framework/ImageIO
0x31b40000 - 0x31b80fff CoreAudio
armv7
/System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31b81000 - 0x31b96fff
libresolv.9.dylib armv7
/usr/lib/libresolv.9.dylib 0x31b97000
- 0x31be1fff libstdc++.6.dylib armv7 <53a6e7239c3908fa8c2915b65ff3b056>
/usr/lib/libstdc++.6.dylib 0x31c9b000
- 0x31ca7fff SpringBoardServices armv7
<137b75e19b2450c234dec88d538798ff>
/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x31cb8000 - 0x31ceafff AppSupport
armv7
<47c8055ac99f187174ca373b702ffa68>
/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x31ceb000 - 0x31cf4fff CoreVideo
armv7
<2092d5deb6b234e04678b7c1878ccd81>
/System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x31d30000 - 0x31d37fff
AggregateDictionary armv7
<71372c95d4af7af787d0682a939e40ac>
/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x31f68000 - 0x31f88fff PrintKit
armv7
<02a9c6f4173a0673c4637a3b570345cd>
/System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x32059000 - 0x32061fff
MobileBluetooth armv7
<6d6c62f52219d27be50f1d7c39a68dc6>
/System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x32062000 - 0x323e3fff UIKit armv7
/System/Library/Frameworks/UIKit.framework/UIKit
0x32481000 - 0x32483fff
libAccessibility.dylib armv7
<3f0b58ea13d30f0cdb73f6ffe6d4e75c>
/usr/lib/libAccessibility.dylib
0x3256d000 - 0x3261cfff WebKit armv7
<644a1c6120578f896bed7121307aa2af>
/System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x3261e000 - 0x3262bfff
libbsm.0.dylib armv7
<0f4e595e6eb2170aceb729f32b5de8c2>
/usr/lib/libbsm.0.dylib 0x3262e000 -
0x32671fff ManagedConfiguration armv7
<27ac7f05482a8aa9977150f34f9be6eb>
/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x32ac8000 - 0x32acafff
libgcc_s.1.dylib armv7
/usr/lib/libgcc_s.1.dylib 0x32ad8000 -
0x32adffff libbz2.1.0.dylib armv7
<2989ea7a5cad2cfe91bd632b041d0ff4>
/usr/lib/libbz2.1.0.dylib 0x32b0a000 -
0x32b44fff IOKit armv7
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x32b45000 - 0x32b7cfff Security
armv7
/System/Library/Frameworks/Security.framework/Security
0x32bab000 - 0x32badfff
IOMobileFramebuffer armv7
<1040629f37795146c9dcac8ab1a868fc>
/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x32bae000 - 0x32e48fff
libLAPACK.dylib armv7
<2e77d87e96af938aacf0a6008e6fb89d>
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x32e8a000 - 0x32e8dfff
CaptiveNetwork armv7
/System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x32f24000 - 0x32f55fff VideoToolbox
armv7
/System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x32f67000 - 0x32f71fff
AccountSettings armv7
<19c79f81d5d55fe2e6b618fcdc28258e>
/System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x32f72000 - 0x32f7ffff OpenGLES
armv7
/System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x32fc8000 - 0x32ffbfff AddressBook
armv7
<7c87e0175c8649d6832419da8a1cfac1>
/System/Library/Frameworks/AddressBook.framework/AddressBook
0x32ffc000 - 0x32ffffff
libGFXShared.dylib armv7
<3a385ed495379116abbe50bc8cd5a612>
/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x331d0000 - 0x3323ffff ProofReader
armv7
/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x33393000 - 0x333defff libBLAS.dylib
armv7
<251c5ac7380802a16e30d827c027c637>
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x333df000 - 0x333e2fff IOSurface
armv7
/System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x33476000 - 0x33537fff
libobjc.A.dylib armv7
/usr/lib/libobjc.A.dylib 0x335e8000 -
0x335e8fff Accelerate armv7
<29dd5f17440bbb6e8e42e11b6fceda9a>
/System/Library/Frameworks/Accelerate.framework/Accelerate
0x33619000 - 0x33738fff Foundation
armv7
<81d36041f04318cb51db5aafed9ce504>
/System/Library/Frameworks/Foundation.framework/Foundation
0x33748000 - 0x33795fff
libsqlite3.dylib armv7
<55038e5c1d4d0dbdd94295e8cad7a9a4>
/usr/lib/libsqlite3.dylib 0x33797000 -
0x337b0fff libRIP.A.dylib armv7
/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x33980000 - 0x33980fff vecLib armv7
/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x33a20000 - 0x33b06fff
CoreFoundation armv7
<01441e01f5141a50ee723362e59ca400>
/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x33b0a000 - 0x33b16fff
GraphicsServices armv7
<0099670dccd99466653956bf918d667a>
/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x33b43000 - 0x33b48fff MobileKeyBag
armv7
/System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x33b5c000 - 0x33c6dfff
libSystem.B.dylib armv7
<138a43ab528bb428651e6aa7a2a7293c>
/usr/lib/libSystem.B.dylib 0x33c95000
- 0x33d36fff Celestial armv7
/System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x33d6b000 - 0x33d94fff
MobileCoreServices armv7
<54484a513761868149405df7fc29b5c0>
/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x33d95000 - 0x33d99fff
AssetsLibraryServices armv7
/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x340c9000 - 0x340f8fff
SystemConfiguration armv7
<3f982c11b5526fc39a92d585c60d8a90>
/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x340f9000 - 0x341a7fff QuartzCore
armv7
<83a8e5f0033369e437069c1e758fed83>
/System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x341c1000 - 0x342e1fff CoreGraphics
armv7
<2d7b40a7baca915ce78b1dd9a0d6433b>
/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x343c3000 - 0x3446cfff
libxml2.2.dylib armv7
/usr/lib/libxml2.2.dylib 0x3451f000 -
0x3460cfff libiconv.2.dylib armv7
/usr/lib/libiconv.2.dylib 0x34613000 -
0x34625fff PersistentConnection armv7
/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x3464e000 - 0x34764fff
libicucore.A.dylib armv7
/usr/lib/libicucore.A.dylib 0x34774000
- 0x347b3fff libGLImage.dylib armv7
/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x347d9000 - 0x34855fff AVFoundation
armv7
<4c7356c795e01bd5c21b00a409a07476>
/System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x34867000 - 0x34886fff Bom armv7
<0f5fd6057bad5e1677869500d636821f>
/System/Library/PrivateFrameworks/Bom.framework/Bom
0x34887000 - 0x348c9fff CoreTelephony
armv7
<96d3af505b9f2887e62c7e99c157733e>
/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x348ca000 - 0x348ccfff
CrashReporterSupport armv7
<30a5f1edcdb9ffe868a620199a4cbe12>
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
Thanks for your help.
You should symbolicate this crashlog to see what is happening in your application. Did you save your app binary and dSYMs?
To symbolicate crashlog, you can use my way. Add following line to ~/.bash_profile:
alias scall="find . -name '*.crash' -exec /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash {} \;"
Put your application binary, dSYM and crashlogs (each crashlog in one file with .crash suffix) and call scall. It will symbolicate all your crashlogs in current directory.
As in all debugging, the key is to isolate what is different between the application running on your iPhone and the environment in which Apple is running it.
The first thing, I would look at is that running an application in the development environment setup on your phone vs. what is the distribution environment.
Once you have a handle on that one, that will point you to where this problem is existing. It is also possible that you are hitting a difference in the version of the iOS on your system.