Symbolication problems in debugging an app - iphone

I'm stuck again with a significantly harder problem than the last time I came here with a crash report. Generally I have no problems whatsoever getting at least to the source of a crash and fixing it but this time I'm having a bit more trouble.
Here's the deal, this crash happens right at launch every time it occurs and it occurs sporadically. The problem is, it never happens in the debugger. If I run the copy that was installed during debugging my tapping the icon on the springboard while disconnected from Xcode, I can reproduce it nearly every time. My beta testers have flooded me with copies of this log but there isn't anything I can do because when it symbolicates, I just get a very vague result, pasted below. Does anyone have a means to get to the bottom of a crash that doesn't symbolicate and doesn't occur in the debugger? It definitely seems to be something related to CoreGraphics but I have no clue what class or line to inspect.
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000004
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 CoreGraphics 0x0002b730 color_space_state_equal + 36
1 CoreGraphics 0x00008e80 CGColorSpaceEqualToColorSpace + 36
2 CoreGraphics 0x0009a6cc CGImageCreateWithMaskAndMatte + 180
3 CoreGraphics 0x0009a758 CGImageCreateWithMask + 4
4 On Deck 0x00022b3e 0x1000 + 138046
5 UIKit 0x000159fe -[UIView(CALayerDelegate) drawLayer:inContext:] + 258
6 QuartzCore 0x00014fa6 -[CALayer drawInContext:] + 86
7 QuartzCore 0x00014d24 backing_callback(CGContext*, void*) + 32
8 QuartzCore 0x00014776 CABackingStoreUpdate + 1226
9 QuartzCore 0x00014178 -[CALayer _display] + 724
10 QuartzCore 0x00013e86 -[CALayer display] + 134
11 QuartzCore 0x00008706 CALayerDisplayIfNeeded + 178
12 QuartzCore 0x000081c6 CA::Context::commit_transaction(CA::Transaction*) + 214
13 QuartzCore 0x00007fd0 CA::Transaction::commit() + 184
14 QuartzCore 0x00013df8 CA::Transaction::flush() + 40
15 QuartzCore 0x00013dc6 +[CATransaction flush] + 22
16 UIKit 0x0004491c -[UIApplication _reportAppLaunchFinished] + 24
17 UIKit 0x0002fc1c -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 456
18 UIKit 0x000047d0 -[UIApplication handleEvent:withNewEvent:] + 1108
19 UIKit 0x0000420e -[UIApplication sendEvent:] + 38
20 On Deck 0x000b574a 0x1000 + 739146
21 UIKit 0x00003c4c _UIApplicationHandleEvent + 5084
22 GraphicsServices 0x318b6e70 0x318b2000 + 20080
23 CoreFoundation 0x00075a90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
24 CoreFoundation 0x00077838 __CFRunLoopDoSource1 + 160
25 CoreFoundation 0x00078606 __CFRunLoopRun + 514
26 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
27 CoreFoundation 0x00008dc4 CFRunLoopRunInMode + 52
28 UIKit 0x0002ed42 -[UIApplication _run] + 366
29 UIKit 0x0002c800 UIApplicationMain + 664
30 On Deck 0x00002478 0x1000 + 5240
31 On Deck 0x000023a4 0x1000 + 5028
Thread 1 name: Dispatch queue: com.apple.mobileipod.background_load
Thread 1:
0 libsqlite3.dylib 0x00016dc8 sqlite3_extended_errcode + 16868
1 libsqlite3.dylib 0x00017380 sqlite3_extended_errcode + 18332
2 libsqlite3.dylib 0x0002a0f8 sqlite3_column_bytes16 + 4328
3 libsqlite3.dylib 0x000439e0 sqlite3_open16 + 36576
4 libsqlite3.dylib 0x00002954 sqlite3_step + 56
5 MusicLibrary 0x316ce5e0 0x316c9000 + 21984
6 MusicLibrary 0x316ce5bc 0x316c9000 + 21948
7 MusicLibrary 0x3170891c 0x316c9000 + 260380
8 MusicLibrary 0x31704fb2 0x316c9000 + 245682
9 MusicLibrary 0x316cb802 0x316c9000 + 10242
10 MusicLibrary 0x316cb774 0x316c9000 + 10100
11 MusicLibrary 0x316d40b0 0x316c9000 + 45232
12 MusicLibrary 0x316d3fc2 0x316c9000 + 44994
13 MusicLibrary 0x316d9c46 0x316c9000 + 68678
14 MusicLibrary 0x316da7fe 0x316c9000 + 71678
15 MusicLibrary 0x316d3698 0x316c9000 + 42648
16 MediaPlayer 0x0008b9d0 __-[MPMediaLibraryDataProviderML3 _loadEntitiesUsingFetchRequest:entityQuery:writeBlock:]_block_invoke_1 + 160
17 MediaPlayer 0x000884d4 __-[MPMediaLibraryDataProviderML3 performTransactionWithBlock:]_block_invoke_1 + 8
18 MusicLibrary 0x317022da 0x316c9000 + 234202
19 MusicLibrary 0x317024a8 0x316c9000 + 234664
20 libdispatch.dylib 0x00007646 _dispatch_barrier_sync_f_invoke + 26
21 libdispatch.dylib 0x00007986 dispatch_barrier_sync_f$VARIANT$up + 70
22 libdispatch.dylib 0x00007a12 dispatch_sync_f$VARIANT$up + 22
23 libdispatch.dylib 0x00007ae8 dispatch_sync$VARIANT$up + 20
24 MusicLibrary 0x316cb82a 0x316c9000 + 10282
25 MusicLibrary 0x316d3532 0x316c9000 + 42290
26 MediaPlayer 0x0008b210 -[MPMediaLibraryDataProviderML3 performTransactionWithBlock:] + 76
27 MediaPlayer 0x0008acbc -[MPMediaLibraryDataProviderML3 _loadEntitiesUsingFetchRequest:entityQuery:writeBlock:] + 128
28 MediaPlayer 0x00089b5a __-[MPMediaLibraryDataProviderML3 loadItemsUsingFetchRequest:]_block_invoke_1 + 58
29 MediaPlayer 0x0008c45a -[MPMediaLibraryDataProviderML3 _performBackgroundTaskWithBlock:] + 142
30 MediaPlayer 0x00089b04 -[MPMediaLibraryDataProviderML3 loadItemsUsingFetchRequest:] + 48
31 MediaPlayer 0x00082d9e __-[MPMediaEntityStreamArray _onQueueStartLoadingEntities]_block_invoke_1 + 26
32 libdispatch.dylib 0x0000b8e0 _dispatch_call_block_and_release + 4
33 libdispatch.dylib 0x00006626 _dispatch_worker_thread2 + 246
34 libsystem_c.dylib 0x0003458a _pthread_wqthread + 258
35 libsystem_c.dylib 0x00034bbc start_wqthread + 0
Thread 2 name: Dispatch queue: com.apple.libdispatch-manager
Thread 2:
0 libsystem_kernel.dylib 0x00012fbc kevent + 24
1 libdispatch.dylib 0x00006032 _dispatch_mgr_invoke + 706
2 libdispatch.dylib 0x0000703a _dispatch_queue_invoke + 86
3 libdispatch.dylib 0x000065ea _dispatch_worker_thread2 + 186
4 libsystem_c.dylib 0x0003458a _pthread_wqthread + 258
5 libsystem_c.dylib 0x00034bbc start_wqthread + 0
Thread 3 name: Dispatch queue: com.apple.root.default-priority
Thread 3:
0 libsystem_kernel.dylib 0x0000fc50 semaphore_wait_trap + 8
1 libsystem_kernel.dylib 0x0000ff6e semaphore_wait + 2
2 libdispatch.dylib 0x000084b2 _dispatch_semaphore_wait_slow + 62
3 libdispatch.dylib 0x0000857e dispatch_semaphore_wait$VARIANT$up + 34
4 MediaPlayer 0x00088468 -[MPMediaEntityStreamArray count] + 128
5 On Deck 0x00023f5a 0x1000 + 143194
6 CoreFoundation 0x000a179c __invoking___ + 60
7 CoreFoundation 0x00019436 -[NSInvocation invoke] + 102
8 Foundation 0x0007d438 -[NSInvocationOperation main] + 72
9 Foundation 0x00016d14 -[__NSOperationInternal start] + 652
10 Foundation 0x00016a78 -[NSOperation start] + 16
11 Foundation 0x0007cec4 ____startOperations_block_invoke_2 + 40
12 libdispatch.dylib 0x0000b8e0 _dispatch_call_block_and_release + 4
13 libdispatch.dylib 0x00006626 _dispatch_worker_thread2 + 246
14 libsystem_c.dylib 0x0003458a _pthread_wqthread + 258
15 libsystem_c.dylib 0x00034bbc start_wqthread + 0
Thread 4 name: WebThread
Thread 4:
0 libsystem_kernel.dylib 0x0000fc00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x0000f758 mach_msg + 44
2 CoreFoundation 0x000762b8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x00078562 __CFRunLoopRun + 350
4 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x00008dc4 CFRunLoopRunInMode + 52
6 WebCore 0x0000627e RunWebThread(void*) + 382
7 libsystem_c.dylib 0x0003330a _pthread_start + 242
8 libsystem_c.dylib 0x00034bb4 thread_start + 0
Thread 5 name: com.apple.coremedia.player.async
Thread 5:
0 libsystem_kernel.dylib 0x00011d18 __semwait_signal + 24
1 libsystem_c.dylib 0x0005a860 _pthread_cond_wait + 756
2 libsystem_c.dylib 0x00001eb2 pthread_cond_wait + 26
3 CoreMedia 0x32d7a8f4 0x32d78000 + 10484
4 CoreMedia 0x32d7a83a 0x32d78000 + 10298
5 MediaToolbox 0x00003a64 fpa_AsyncMovieControlThread + 48
6 CoreMedia 0x32d984dc 0x32d78000 + 132316
7 libsystem_c.dylib 0x0003330a _pthread_start + 242
8 libsystem_c.dylib 0x00034bb4 thread_start + 0
Thread 6:
0 libsystem_kernel.dylib 0x000123ec __workq_kernreturn + 8
1 libsystem_c.dylib 0x000346d8 _pthread_wqthread + 592
2 libsystem_c.dylib 0x00034bbc start_wqthread + 0
Thread 0 crashed with ARM Thread State:
r0: 0x002697e0 r1: 0x002aa860 r2: 0x00000000 r3: 0x00000000
r4: 0x00255880 r5: 0x00251cd0 r6: 0x00000000 r7: 0x2fdfcca8
r8: 0x002aa8a0 r9: 0x002fc0a0 r10: 0x33b4319c r11: 0x0026d1b0
ip: 0x3fe5c2e8 sp: 0x2fdfcca8 lr: 0x32a06e87 pc: 0x32a29730
cpsr: 0x60000030
Binary Images:
0x1000 - 0xe5fff +On Deck armv7 <fcdc25df229038b698dc1669dbff7924> /var/mobile/Applications/263C5EAC-E18C-4894-9DF2-1722DE47EDC7/On Deck.app/On Deck
0x2fe00000 - 0x2fe25fff dyld armv7 <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
0x31014000 - 0x31019fff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x3102c000 - 0x3105ffff QuickLook armv7 <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x3106b000 - 0x3106efff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x31071000 - 0x31135fff libobjc.A.dylib armv7 <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
0x31139000 - 0x3113cfff IOSurface armv7 <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x3113d000 - 0x31245fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
0x31282000 - 0x312a2fff MobileSync armv7 <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x312a3000 - 0x312a6fff ActorKit armv7 <f7aa6cdd654231988aafcf448978f450> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x312a7000 - 0x312acfff liblaunch.dylib armv7 <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x312db000 - 0x3130efff StoreServices armv7 <d526715648f435c3aac4c42953e76d20> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x3132b000 - 0x3143dfff MediaPlayer armv7 <da848c0745a637af81d7edd962a09324> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x314e5000 - 0x3151cfff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x31547000 - 0x31570fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x31600000 - 0x31603fff CertUI armv7 <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x3165c000 - 0x316a6fff libstdc++.6.dylib armv7 <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
0x316ab000 - 0x316c8fff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x316c9000 - 0x3178ffff MusicLibrary armv7 <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x31790000 - 0x317befff DataAccess armv7 <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x317bf000 - 0x317c9fff AccountSettings armv7 <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x317ca000 - 0x317d9fff MobileDeviceLink armv7 <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x317da000 - 0x31883fff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x318ac000 - 0x318b1fff libsystem_dnssd.dylib armv7 <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib
0x318b2000 - 0x318befff GraphicsServices armv7 <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x318bf000 - 0x318c5fff ProtocolBuffer armv7 <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x318cc000 - 0x318cdfff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
0x318d7000 - 0x319f1fff libicucore.A.dylib armv7 <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x319f2000 - 0x31a0bfff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x31a0c000 - 0x31abbfff QuartzCore armv7 <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x31ac7000 - 0x31acafff libmacho.dylib armv7 <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
0x31acb000 - 0x31ad0fff libcopyfile.dylib armv7 <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib
0x31ad1000 - 0x31adafff CoreVideo armv7 <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x31adb000 - 0x31b1dfff CoreAudio armv7 <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31be6000 - 0x31c14fff MIME armv7 <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x31c78000 - 0x31c7ffff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x31dc1000 - 0x31dc8fff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x31dcd000 - 0x31ebafff libiconv.2.dylib armv7 <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x31ebb000 - 0x31efefff ManagedConfiguration armv7 <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x323e5000 - 0x323e5fff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x324b2000 - 0x324b6fff libGFXShared.dylib armv7 <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x324b7000 - 0x324dbfff MediaControl armv7 <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl
0x32620000 - 0x32629fff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x32649000 - 0x32795fff MediaToolbox armv7 <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x327dc000 - 0x327dffff CaptiveNetwork armv7 <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x3282f000 - 0x328b3fff AVFoundation armv7 <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x328e7000 - 0x32935fff CoreMotion armv7 <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x32957000 - 0x32980fff ContentIndex armv7 <ecd71782cd833360872b943ecc65d203> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x32981000 - 0x32982fff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x3299e000 - 0x329fdfff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x329fe000 - 0x32b1ffff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x32b6f000 - 0x32b86fff libsystem_kernel.dylib armv7 <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib
0x32bd1000 - 0x32bf0fff Bom armv7 <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x32c68000 - 0x32cb6fff GMM armv7 <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x32cb7000 - 0x32cebfff VideoToolbox armv7 <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x32cf8000 - 0x32d30fff libCGFreetype.A.dylib armv7 <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x32d3f000 - 0x32d41fff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x32d42000 - 0x32d4ffff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x32d59000 - 0x32d5afff libsystem_blocks.dylib armv7 <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x32d6c000 - 0x32d72fff IAP armv7 <c0f4c99a1b493e489948f231ad9238e2> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x32d78000 - 0x32db8fff CoreMedia armv7 <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x32eb8000 - 0x32ebafff CrashReporterSupport armv7 <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x32ee3000 - 0x32ee5fff libgcc_s.1.dylib armv7 <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x32ee6000 - 0x32eeafff libcache.dylib armv7 <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib
0x32efe000 - 0x32efefff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x33281000 - 0x332c8fff MessageUI armv7 <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x332cb000 - 0x332cefff ArtworkCache armv7 <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
0x33355000 - 0x33356fff libremovefile.dylib armv7 <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib
0x33379000 - 0x33379fff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x3367d000 - 0x33680fff MediaRemote armv7 <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x33681000 - 0x336b4fff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x336df000 - 0x33734fff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x33751000 - 0x33855fff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x33857000 - 0x33be4fff UIKit armv7 <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x33ca4000 - 0x33d39fff ImageIO armv7 <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x33d3a000 - 0x33d4cfff PersistentConnection armv7 <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x33d4d000 - 0x33d7cfff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x33d7d000 - 0x33dbcfff libSystem.B.dylib armv7 <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
0x33dcd000 - 0x33dd2fff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x33dd3000 - 0x33e0bfff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x33e0d000 - 0x33e23fff EAP8021X armv7 <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x33e40000 - 0x33e48fff MobileBluetooth armv7 <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x33f7d000 - 0x33f8bfff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x33fd0000 - 0x33fdcfff SpringBoardServices armv7 <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x33fdd000 - 0x33fedfff WebBookmarks armv7 <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x33fee000 - 0x34034fff CoreTelephony armv7 <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x34037000 - 0x34037fff libsystem_sandbox.dylib armv7 <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
0x3403d000 - 0x340e3fff Celestial armv7 <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x340e8000 - 0x3412efff CoreLocation armv7 <c1924042951e3df98515c7bf36093c1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x34146000 - 0x34433fff libLAPACK.dylib armv7 <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x3444b000 - 0x3445afff Notes armv7 <d9c976ca976e3d029f69febd48f17601> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x3445b000 - 0x34462fff AggregateDictionary armv7 <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x34463000 - 0x34470fff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x34471000 - 0x34477fff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x34478000 - 0x34597fff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x361bb000 - 0x361bbfff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x362c2000 - 0x362e2fff PrintKit armv7 <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x362e3000 - 0x3636dfff Message armv7 <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message
0x36395000 - 0x36404fff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x36405000 - 0x364b6fff WebKit armv7 <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x364b9000 - 0x36556fff AddressBookUI armv7 <e354aeb3d96e30338e90cc3638ffe81b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x36557000 - 0x36562fff libz.1.dylib armv7 <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x3664a000 - 0x3664bfff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x3664c000 - 0x3664efff libAccessibility.dylib armv7 <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x36712000 - 0x367d1fff CFNetwork armv7 <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x367df000 - 0x367e1fff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x367e3000 - 0x3683cfff EventKit armv7 <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit
0x36845000 - 0x36882fff CoreText armv7 <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x36885000 - 0x369d9fff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x369da000 - 0x36a2bfff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x36ab9000 - 0x36b9efff CoreFoundation armv7 <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x36ba4000 - 0x36bb4fff DataAccessExpress armv7 <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x36bbe000 - 0x36bd3fff libresolv.9.dylib armv7 <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x36bdd000 - 0x36c12fff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x36c61000 - 0x36c74fff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x36c75000 - 0x36c77fff MailServices armv7 <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x36c7c000 - 0x36caffff iCalendar armv7 <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x36cc7000 - 0x36d48fff libsystem_c.dylib armv7 <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib
0x36d7d000 - 0x36d86fff ITSync armv7 <ba8b48d061903e4096774344448776d0> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x36d87000 - 0x36d8bfff AssetsLibraryServices armv7 <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x36d8c000 - 0x37397fff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x37450000 - 0x3748cfff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x3752f000 - 0x3754ffff AppleAccount armv7 <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x3756c000 - 0x37578fff HomeSharing armv7 <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x3757f000 - 0x37580fff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration

It seems like you are trying to symbolicate the crash log with a wrong symbolic file. None of the items on the stack that comes from your app are symbolicated.
Make sure you keep a copy of all the versions you have shippe. Otherwise it will be impossible to symbolicate them.

Some new symbols in iOS 7 related to new functionality might not be present in the DSYMs for frameworks like UIKit.
There is a bug in CGColorSpaceEqualToColorSpace that gets called when setting the stroke or fill color with the CGContextSet... methods. There an EXC_BAD_ACCESS occurring if the color is set like that on a background thread, e.g. for drawing a tile in CATiledLayer.
CGContextSetRGBStrokeColor(context, 0, 0, 1.0f, 1.0f);
The workaround I found is to use UIKit methods for setting the color, e.g.
[[UIColor blackColor] set]
I'm just about going to build a small sample to go with rdar://14684188

Related

Crash Log - Can't find crash

I am getting the following crash log from a tester running my application.
Incident Identifier: 6E2A5626-7366-4CDE-AEB2-0A9302FAED33
CrashReporter Key: b60265c86e67319d09e467ba61230f5d8cb62f41
Hardware Model: iPhone3,1
Process: MyApplication [12798]
Path: /var/mobile/Applications/364708D2-EC63-4AA5-AF06-F9A1658BAFE2/MyApplication.app/MyApplication
Identifier: MyApplication
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2012-05-06 11:53:47.852 +0200
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 0x354ee88f __exceptionPreprocess + 163
1 libobjc.A.dylib 0x36915259 objc_exception_throw + 33
2 CoreFoundation 0x3544623d -[__NSArrayI objectAtIndex:] + 165
3 MyApplication 0x00018ad9 -[iPhoneNewsViewController tableView:cellForRowAtIndexPath:] (iPhoneNewsViewController.m:458)
4 UIKit 0x3256d0a3 -[UITableView(UITableViewInternal) _createPreparedCellForGlobalRow:withIndexPath:] + 547
5 UIKit 0x3256c181 -[UITableView(_UITableViewPrivate) _updateVisibleCellsNow:] + 1077
6 UIKit 0x3256b90b -[UITableView layoutSubviews] + 207
7 UIKit 0x325100df -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 183
8 CoreFoundation 0x3544d1fb -[NSObject performSelector:withObject:] + 43
9 QuartzCore 0x36fd8aa5 -[CALayer layoutSublayers] + 217
10 QuartzCore 0x36fd86bd CA::Layer::layout_if_needed(CA::Transaction*) + 217
11 QuartzCore 0x36fdc843 CA::Context::commit_transaction(CA::Transaction*) + 227
12 QuartzCore 0x36fdc57f CA::Transaction::commit() + 315
13 QuartzCore 0x36fd44b9 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 57
14 CoreFoundation 0x354c2b1b __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 19
15 CoreFoundation 0x354c0d57 __CFRunLoopDoObservers + 259
16 CoreFoundation 0x354c10b1 __CFRunLoopRun + 761
17 CoreFoundation 0x354444a5 CFRunLoopRunSpecific + 301
18 CoreFoundation 0x3544436d CFRunLoopRunInMode + 105
19 GraphicsServices 0x36740439 GSEventRunModal + 137
20 UIKit 0x3253ae7d UIApplicationMain + 1081
21 MyApplication 0x00015d9b main (main.m:16)
22 MyApplication 0x00015d34 0x14000 + 7476
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x352e232c __pthread_kill + 8
1 libsystem_c.dylib 0x371de208 pthread_kill + 48
2 libsystem_c.dylib 0x371d7298 abort + 88
3 libc++abi.dylib 0x30ea3f64 abort_message + 40
4 libc++abi.dylib 0x30ea1346 _ZL17default_terminatev + 18
5 libobjc.A.dylib 0x36915350 _objc_terminate + 140
6 libc++abi.dylib 0x30ea13be _ZL19safe_handler_callerPFvvE + 70
7 libc++abi.dylib 0x30ea144a std::terminate() + 14
8 libc++abi.dylib 0x30ea281e __cxa_rethrow + 82
9 libobjc.A.dylib 0x369152a2 objc_exception_rethrow + 6
10 CoreFoundation 0x35444506 CFRunLoopRunSpecific + 398
11 CoreFoundation 0x35444366 CFRunLoopRunInMode + 98
12 GraphicsServices 0x36740432 GSEventRunModal + 130
13 UIKit 0x3253ae76 UIApplicationMain + 1074
14 MyApplication 0x00015d94 main (main.m:16)
15 MyApplication 0x00015d2c 0x14000 + 7468
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x352d23a8 kevent + 24
1 libdispatch.dylib 0x3151fea4 _dispatch_mgr_invoke + 708
2 libdispatch.dylib 0x3151fbc2 _dispatch_mgr_thread + 30
Thread 2:
0 libsystem_kernel.dylib 0x352e2cd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x37199f36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x37199cc8 start_wqthread + 0
Thread 3:
0 libsystem_kernel.dylib 0x352e2cd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x37199f36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x37199cc8 start_wqthread + 0
Thread 4 name: WebThread
Thread 4:
0 libsystem_kernel.dylib 0x352d2004 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x352d21fa mach_msg + 50
2 CoreFoundation 0x354c23ec __CFRunLoopServiceMachPort + 120
3 CoreFoundation 0x354c1124 __CFRunLoopRun + 876
4 CoreFoundation 0x3544449e CFRunLoopRunSpecific + 294
5 CoreFoundation 0x35444366 CFRunLoopRunInMode + 98
6 WebCore 0x372c70f0 _ZL12RunWebThreadPv + 396
7 libsystem_c.dylib 0x3719f72e _pthread_start + 314
8 libsystem_c.dylib 0x3719f5e8 thread_start + 0
Thread 5:
0 libsystem_kernel.dylib 0x352d2004 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x352d21fa mach_msg + 50
2 CoreFoundation 0x354c23ec __CFRunLoopServiceMachPort + 120
3 CoreFoundation 0x354c1124 __CFRunLoopRun + 876
4 CoreFoundation 0x3544449e CFRunLoopRunSpecific + 294
5 CoreFoundation 0x35444366 CFRunLoopRunInMode + 98
6 CFNetwork 0x33f20e14 CFURLConnectionSendSynchronousRequest + 340
7 Foundation 0x313104a6 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 242
8 Foundation 0x31365312 -[NSData(NSData) initWithContentsOfURL:options:error:] + 294
9 MyApplication 0x00017510 -[iPhoneNewsViewController getNewsFeed] (iPhoneNewsViewController.m:207)
10 Foundation 0x31310a7a -[NSThread main] + 66
11 Foundation 0x313a458a __NSThread__main__ + 1042
12 libsystem_c.dylib 0x3719f72e _pthread_start + 314
13 libsystem_c.dylib 0x3719f5e8 thread_start + 0
Thread 6 name: com.apple.NSURLConnectionLoader
Thread 6:
0 libsystem_kernel.dylib 0x352d2004 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x352d21fa mach_msg + 50
2 CoreFoundation 0x354c23ec __CFRunLoopServiceMachPort + 120
3 CoreFoundation 0x354c1124 __CFRunLoopRun + 876
4 CoreFoundation 0x3544449e CFRunLoopRunSpecific + 294
5 CoreFoundation 0x35444366 CFRunLoopRunInMode + 98
6 Foundation 0x31310bb2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 302
7 Foundation 0x31310a7a -[NSThread main] + 66
8 Foundation 0x313a458a __NSThread__main__ + 1042
9 libsystem_c.dylib 0x3719f72e _pthread_start + 314
10 libsystem_c.dylib 0x3719f5e8 thread_start + 0
Thread 7:
0 libsystem_kernel.dylib 0x352e2cd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x37199f36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x37199cc8 start_wqthread + 0
Thread 8:
0 libsystem_kernel.dylib 0x352e2cd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x37199f36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x37199cc8 start_wqthread + 0
Thread 9 name: com.apple.CFSocket.private
Thread 9:
0 libsystem_kernel.dylib 0x352e2570 __select + 20
1 CoreFoundation 0x354c663a __CFSocketManager + 726
2 libsystem_c.dylib 0x3719f72e _pthread_start + 314
3 libsystem_c.dylib 0x3719f5e8 thread_start + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
r4: 0x00000006 r5: 0x3fbead98 r6: 0x00000002 r7: 0x2fe12a68
r8: 0x328fb38b r9: 0x30ea4a4a r10: 0x00000000 r11: 0x328ec3e0
ip: 0x00000148 sp: 0x2fe12a5c lr: 0x371de20f pc: 0x352e232c
cpsr: 0x000f0010
Binary Images:
0x14000 - 0xabfff +MyApplication armv7 <1d6e8c75a32f3bb89eac5790a98d8eb4> /var/mobile/Applications/364708D2-EC63-4AA5-AF06-F9A1658BAFE2/MyApplication.app/MyApplication
0x2fe13000 - 0x2fe34fff dyld armv7 <4a817f3e0def30d5ae2032157d889c1d> /usr/lib/dyld
0x3075d000 - 0x30761fff IOMobileFramebuffer armv7 <42dbc26828e934acabb4f3b0a35d8250> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x30762000 - 0x30762fff liblangid.dylib armv7 <644ff4bcfbf337b5b5859e3f0fc0a9a8> /usr/lib/liblangid.dylib
0x307c2000 - 0x30d06fff FaceCoreLight armv7 <f326d88709683520b251dc53cb847c11> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
0x30d07000 - 0x30d86fff libsqlite3.dylib armv7 <bf01f5ed47b033d8bde30d735ff44416> /usr/lib/libsqlite3.dylib
0x30dae000 - 0x30e86fff vImage armv7 <caf3648be2933384b6aa1ae7408ab4f0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x30e9d000 - 0x30ea4fff libc++abi.dylib armv7 <bab4dcbfc5943d3fbb637342d35e8045> /usr/lib/libc++abi.dylib
0x30ea5000 - 0x30ef6fff CoreText armv7 <5bfac4ee88d03d5b87a1f105abb7756c> /System/Library/Frameworks/CoreText.framework/CoreText
0x30f88000 - 0x30f88fff libkeymgr.dylib armv7 <ebd2dddf55d83cf48a18913968775960> /usr/lib/system/libkeymgr.dylib
0x30f89000 - 0x30ff9fff CoreImage armv7 <86ac6f5a267637b6b7f8a831dfc7c64b> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x3106c000 - 0x31077fff AccountSettings armv7 <373e59421d983c93931cfbad87b1ae35> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x31078000 - 0x31078fff Accelerate armv7 <55b24cf91a8b3532bde6733c96f14c08> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x3109c000 - 0x310e5fff libc++.1.dylib armv7 <5b690e5dd5a43a7fb166ade9fe58a7a4> /usr/lib/libc++.1.dylib
0x310e6000 - 0x310e9fff libmacho.dylib armv7 <e52b77623bd031bc807e77029566c777> /usr/lib/system/libmacho.dylib
0x311aa000 - 0x311abfff DataMigration armv7 <d77f0e8f39ee37f5a2ac713a3fd9e693> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x311be000 - 0x311fefff libGLImage.dylib armv7 <40448706190031f6b0d9636cc11ee81d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x311ff000 - 0x31200fff libsystem_blocks.dylib armv7 <9fdc27af7350323bbc7d98e14e027907> /usr/lib/system/libsystem_blocks.dylib
0x31219000 - 0x31238fff libSystem.B.dylib armv7 <0c55744b6f7335eebba4ca2c3d10b43c> /usr/lib/libSystem.B.dylib
0x31239000 - 0x31271fff VideoToolbox armv7 <9f25f38d1cd13a1daff99cfde8884410> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x31300000 - 0x3147efff Foundation armv7 <c40ddb073142315bb4ebb214343d0b7f> /System/Library/Frameworks/Foundation.framework/Foundation
0x3148a000 - 0x3148bfff libdyld.dylib armv7 <977b0ad6f2f433108b4a0324a57cd2ab> /usr/lib/system/libdyld.dylib
0x3148c000 - 0x314a1fff libresolv.9.dylib armv7 <66f7557fa4b43979b186e00271839fdb> /usr/lib/libresolv.9.dylib
0x314a2000 - 0x314c7fff OpenCL armv7 <ec915bfc3f7633dda61b5fc87459119b> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x3150c000 - 0x31512fff MobileIcons armv7 <ed1b46f917903c9b9baaa2be4392dafe> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x31513000 - 0x31529fff libdispatch.dylib armv7 <9ecfaef4110a3bf9a92d12f0fe8d1d78> /usr/lib/system/libdispatch.dylib
0x3152a000 - 0x31534fff libbz2.1.0.dylib armv7 <40e4045fb79e382b8833707746cf28b1> /usr/lib/libbz2.1.0.dylib
0x31580000 - 0x31591fff DataAccessExpress armv7 <e6144ba265da3bb7b9a263aa1a29b054> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x31592000 - 0x31592fff vecLib armv7 <a2cfe25e77aa36bfb4a30b2d0d2dd465> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x3166a000 - 0x316a6fff AppSupport armv7 <311eac85b2a433a884dacba77217b49e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x31841000 - 0x31865fff PrintKit armv7 <08509c7bc915358b953de6f5cbef5c56> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x318c5000 - 0x318c9fff libGFXShared.dylib armv7 <998fccc16cf735dbb62324202995e193> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x3199f000 - 0x319ddfff IOKit armv7 <fcda71d29d6136dfbd84c1725f4998e5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x31a48000 - 0x31a49fff libdnsinfo.dylib armv7 <9aede8d6579d3430ac39ae5f95cce498> /usr/lib/system/libdnsinfo.dylib
0x31b47000 - 0x31b4efff AssetsLibraryServices armv7 <0703f561f9a038b6850d6e93bba7e5f4> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x31b4f000 - 0x31b50fff libremovefile.dylib armv7 <402f8956975d3b6fb86ab9b31a43242c> /usr/lib/system/libremovefile.dylib
0x31bb6000 - 0x31c00fff libvDSP.dylib armv7 <441b42aca07b3da39feab25f8349918f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x31e7c000 - 0x31fc1fff CoreGraphics armv7 <903545b89a7f311d95100ac7d1d44709> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x31fe7000 - 0x31ff6fff GenerationalStorage armv7 <d84c3fd0e7bd36e78c256f2f4c5a4e91> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x320fc000 - 0x32154fff CoreAudio armv7 <be335e8eb6f93594b028a6ddd503a183> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x32155000 - 0x32161fff libCRFSuite.dylib armv7 <bdb2b4d1a78c39c1ba60d791207aed2a> /usr/lib/libCRFSuite.dylib
0x32168000 - 0x3216efff liblaunch.dylib armv7 <aa2bcba6fc7a36a191958fef2e995475> /usr/lib/system/liblaunch.dylib
0x3216f000 - 0x32173fff IOSurface armv7 <6ae77a40f8e93f28bc466ca93f5675d4> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x3218a000 - 0x321adfff Bom armv7 <c3435ecd2e5839f89de51edad0e1bb00> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x3227b000 - 0x3227ffff AggregateDictionary armv7 <3a3a33f3a05538988c6e2bb363dc46a8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x32292000 - 0x3229ffff libbsm.0.dylib armv7 <750a0de73a733019a77144b805d4d2f8> /usr/lib/libbsm.0.dylib
0x32488000 - 0x32494fff libz.1.dylib armv7 <36ce86a3dc8c344596c8c325615f374b> /usr/lib/libz.1.dylib
0x324e1000 - 0x324f2fff libxpc.dylib armv7 <ccf25b1e49ce3b2fa58d8c8546755505> /usr/lib/system/libxpc.dylib
0x32505000 - 0x32508fff NetworkStatistics armv7 <7848d8ebad99367cb4f7f4e3fe88e5d6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x32509000 - 0x329abfff UIKit armv7 <d72bcc68e76a3a55a963590cdcffe8cd> /System/Library/Frameworks/UIKit.framework/UIKit
0x331d0000 - 0x331dffff OpenGLES armv7 <e80acc691001301e96101bb89d940033> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x331e0000 - 0x331eafff libvMisc.dylib armv7 <e8248c797b9b363594bb652ddf7ce16d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x33aba000 - 0x33abefff libcache.dylib armv7 <d6a7436ed8dc33d795c9b42baf864882> /usr/lib/system/libcache.dylib
0x33ac5000 - 0x33b95fff WebKit armv7 <6ff2796c2f933050ac6ecdee9fc6a216> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x33c71000 - 0x33cbdfff CoreTelephony armv7 <e8eb52ca5fe33c7488a33efd222e7804> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x33cdf000 - 0x33d27fff CoreMedia armv7 <eb1f503312be3c93b07b2d0d25177000> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x33dcc000 - 0x33ebafff libiconv.2.dylib armv7 <2cfefe2ad1d335dd9549562910e7a2e2> /usr/lib/libiconv.2.dylib
0x33ebb000 - 0x33f92fff CFNetwork armv7 <765a472c824830eea91b8f02d12867e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x34108000 - 0x3422dfff JavaScriptCore armv7 <2ffc6c87b94434288366bd53765ee267> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x342e0000 - 0x342ecfff CoreVideo armv7 <364fa32d513f3c11b50970120545f1a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x34454000 - 0x3446afff DictionaryServices armv7 <6ed2e967136f37d4a4b9b318d6c43b83> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x347ff000 - 0x34ac0fff libLAPACK.dylib armv7 <0e94e9a7e7a334649afaccae0f1215a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x34ac1000 - 0x34ad7fff libmis.dylib armv7 <258bc92be5823b239b4412dd42cb4807> /usr/lib/libmis.dylib
0x34af9000 - 0x34b4afff libstdc++.6.dylib armv7 <c352af5a742e3c7a8d4d7e5f6f454793> /usr/lib/libstdc++.6.dylib
0x34b4b000 - 0x34b82fff Security armv7 <eea56f71fde83c2981f9281dc7823725> /System/Library/Frameworks/Security.framework/Security
0x34c31000 - 0x34c6cfff libCGFreetype.A.dylib armv7 <55941c96cf1f3b048e72a148c4496c16> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x34c8c000 - 0x34c91fff libcopyfile.dylib armv7 <52e874396c393ed29099789ce702cfe2> /usr/lib/system/libcopyfile.dylib
0x34d6c000 - 0x34d72fff MobileKeyBag armv7 <e1f06241ef0e3f0aae00f15df572077e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x34e6b000 - 0x34eb5fff ManagedConfiguration armv7 <5e0a131bbfec305ea01f9e01f486da63> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x34ee3000 - 0x34eecfff libMobileGestalt.dylib armv7 <4a15e845dc6f3a4a980de66c1cc44c42> /usr/lib/libMobileGestalt.dylib
0x350e8000 - 0x350fcfff PersistentConnection armv7 <65682d21486836a3aa3e17b9461e7b3a> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x35140000 - 0x351b9fff ProofReader armv7 <6db611d8df6530d480f97a40bc519f70> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x352c7000 - 0x352cafff CaptiveNetwork armv7 <f5cc4b97ce9432da9426f12621453325> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x352d1000 - 0x352e7fff libsystem_kernel.dylib armv7 <7ac5560851ce3cb3981068092074b409> /usr/lib/system/libsystem_kernel.dylib
0x352e8000 - 0x353c7fff RawCamera armv7 <98fb7b5042b2314b86f4be8d2881bd04> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x35435000 - 0x3554cfff CoreFoundation armv7 <6d450fe923d7387f8b01845e0edd713d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x356d0000 - 0x35715fff GeoServices armv7 <a26be2e76e8730ab91a16502aba376be> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x35861000 - 0x35896fff SystemConfiguration armv7 <4464a4e3bb3f32f7abaa35ebf31fda49> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x35897000 - 0x359e0fff libicucore.A.dylib armv7 <b70646b63f1f3b33896dd8cb91b8dab1> /usr/lib/libicucore.A.dylib
0x359e8000 - 0x35a31fff AddressBook armv7 <b17a2962e9043e0385c3c2c652155f2b> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x35d37000 - 0x35d3dfff liblockdown.dylib armv7 <9e45ce468a6f31e5b8263f2c224aa800> /usr/lib/liblockdown.dylib
0x35d3e000 - 0x35efbfff ImageIO armv7 <02e3578171fa3b6a969b244275fd2bab> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x35f26000 - 0x35f28fff MobileInstallation armv7 <215d93dbb0f63cbf828f9126eb7b5349> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35ffe000 - 0x3604cfff CoreLocation armv7 <44550ebedf23334d85441d9743b74e03> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x36209000 - 0x3620cfff libsystem_network.dylib armv7 <356cb66612e836968ef24e6e5c3364cc> /usr/lib/system/libsystem_network.dylib
0x363c5000 - 0x365a9fff AudioToolbox armv7 <c91e27850452330ea804db6408840fd2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x365aa000 - 0x365aafff libunwind.dylib armv7 <e0a73a57795f3e1698a52ebe6fc07005> /usr/lib/system/libunwind.dylib
0x366e8000 - 0x366eefff libnotify.dylib armv7 <9406297de3e43742887890662a87ab53> /usr/lib/system/libnotify.dylib
0x36733000 - 0x3673bfff ProtocolBuffer armv7 <0e846afacf823d2b8c029cc3010a8253> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x3673c000 - 0x36746fff GraphicsServices armv7 <e21a6e61bdd136b6805a9e3abe2e3d1f> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3675c000 - 0x36772fff EAP8021X armv7 <fffe86a22bc434a6ae84f23bfecef9d6> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x36906000 - 0x3690afff libAccessibility.dylib armv7 <9a17d07b5a3b38cfafdf16f78c99b572> /usr/lib/libAccessibility.dylib
0x3690c000 - 0x369d2fff libobjc.A.dylib armv7 <90014d1bc583366d85622e43097df416> /usr/lib/libobjc.A.dylib
0x369d3000 - 0x369d3fff libgcc_s.1.dylib armv7 <eb82984fa36c329387aa518aa5205f3d> /usr/lib/libgcc_s.1.dylib
0x36b87000 - 0x36ba7fff libxslt.1.dylib armv7 <39348471007e39dab80af68b08390456> /usr/lib/libxslt.1.dylib
0x36d0b000 - 0x36d28fff libsystem_info.dylib armv7 <50863bcbf478323e96a8e5b1a83ea6f9> /usr/lib/system/libsystem_info.dylib
0x36d29000 - 0x36d38fff SpringBoardServices armv7 <ca5b10014b473d2eaec5c48d89ee1b54> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x36d79000 - 0x36d79fff libCVMSPluginSupport.dylib armv7 <a80aaa9989483ce3a496a061fd1e9e0a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x36ea7000 - 0x36ea8fff CoreSurface armv7 <7850befd26b630f183ee326aaadd7b34> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x36f96000 - 0x36f99fff libcompiler_rt.dylib armv7 <b2c05d8601c13be884097192dca4e187> /usr/lib/system/libcompiler_rt.dylib
0x36fd3000 - 0x370c4fff QuartzCore armv7 <a2afbe6483683d05ad51b106f98776e2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x37149000 - 0x3714afff libsystem_sandbox.dylib armv7 <66e985f3eea03ef08afb7cf4c153f76e> /usr/lib/system/libsystem_sandbox.dylib
0x37191000 - 0x3721dfff libsystem_c.dylib armv7 <f859ce1ad1773f0ba98d7c6e135b7697> /usr/lib/system/libsystem_c.dylib
0x3721e000 - 0x379dcfff WebCore armv7 <814351ff217e3425a8e532c2e2251f73> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x37d90000 - 0x37da9fff libRIP.A.dylib armv7 <1828cddc5dd93c61afbefb59587d7f8a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x37deb000 - 0x37e95fff libBLAS.dylib armv7 <bf822cc1a3243ae7b104cf73ca22d352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x37eac000 - 0x37eeffff libcommonCrypto.dylib armv7 <95b49daf4cf038b6bea8010bba3a1e26> /usr/lib/system/libcommonCrypto.dylib
0x37f1a000 - 0x37fc7fff libxml2.2.dylib armv7 <58d47f064e0232119f4b838ad659f9c1> /usr/lib/libxml2.2.dylib
0x38007000 - 0x3800ffff MobileWiFi armv7 <b76c3e9fb78234c392058250d4620e72> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x38012000 - 0x38017fff libsystem_dnssd.dylib armv7 <27bb5462450732e380f5a2c170546e93> /usr/lib/system/libsystem_dnssd.dylib
0x380bb000 - 0x380fffff MobileCoreServices armv7 <757226927a873d5492be721908077b48> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x3834e000 - 0x38350fff libCoreVMClient.dylib armv7 <d4d4aa3090c83e87bcb15ed00b93fd5c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x3836b000 - 0x3836efff CoreTime armv7 <a398de5ba1e43a11b7008e9bb5a7f6fe> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
I can't find what is wrong in the log, thread 0 is crashing but I can't work out why.
The application works fine for me, but my tester - using an ad-hoc build on the same iPhone (3,1) and same iOS version.
Your application is making a call into UIKit that forces a call to abort in libc. We really can't tell you much more about it until you symbolicate you crash log.
More info how that can be done is located here:
Symbolicating iPhone App Crash Reports
It looks like an error on line iPhoneNewsViewController.m:458. Looks like something wrong with NSArray's objectAtIndex: method. Probably, you're requesting an object from empty array or object with index out-of-bounds of the array.
you can drag and drop any crash reports into the Device Logs section of the Xcode Organiser and they will automatically by symbolicated for you. I think this works best if you built that version of the App using Build & Archive. it will tell you the line of file where the error occured,

iOS App Crashes when running by itself on device, does not crash when running through Xcode using debugger, or in simulator

I'm having an issue with my app that runs fine while running when I run using Xcode or the simulator. Stepping through the debugger isn't any help. I've looked at the crash logs and I can't figure out what the issue is (frankly I don't know how to read them unless one of my objects is explicitly listed). There's not much specific to my application, most of the objects listed are lower level items. Running it via Instruments looking for leaks doesn't turn up anything. It seems to be clean. I've added NSLogs all over the place to see if I can see any smoking gun, I'm not getting memory warnings, or anything.
The way I can replicate the problem is to schedule a local notification, let it fire then unlock the device and return to the app. When it returns, I post a notification. It does seem to happen more frequently when I unlock immediately after the notification appears, before it disappears again. I've been beating my head agains this for a few days and any help would be greatly appreciated.
Here's the most recent crash log, if the crash log helps you figure out what the issue is, can you please tell me how you know?:
Incident Identifier: 61F49DCD-F1AA-4329-B9E7-88D5CE03548D
CrashReporter Key: 59c846cb8589d246d69bd796ee338c7dfb12158a
Hardware Model: iPhone3,1
Process: myApp [179]
Path: /var/mobile/Applications/73AF6B85-2002-4230-90CC-B4AC3F075984/myApp.app/myApp
Identifier: myApp
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-06-04 23:48:11.849 -0400
OS Version: iPhone OS 4.3.3 (8J2)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x7001eae8
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libobjc.A.dylib 0x34499c96 objc_msgSend + 14
1 myApp 0x0001d014 0x1000 + 114708
2 myApp 0x0001cee4 0x1000 + 114404
3 Foundation 0x341c117c _nsnote_callback + 136
4 CoreFoundation 0x3094f208 __CFXNotificationPost_old + 396
5 CoreFoundation 0x308e9ee4 _CFXNotificationPostNotification + 112
6 Foundation 0x341be5cc -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
7 Foundation 0x341c01ba -[NSNotificationCenter postNotificationName:object:] + 18
8 myApp 0x00002e50 0x1000 + 7760
9 myApp 0x00002f0a 0x1000 + 7946
10 UIKit 0x30b392fa -[UIApplication _callApplicationResumeHandlersForURL:payload:] + 246
11 UIKit 0x30b3c684 -[UIApplication _handleApplicationResumeEvent:] + 744
12 UIKit 0x309e6e20 -[UIApplication handleEvent:withNewEvent:] + 2724
13 UIKit 0x309e620e -[UIApplication sendEvent:] + 38
14 UIKit 0x309e5c4c _UIApplicationHandleEvent + 5084
15 GraphicsServices 0x30269e70 PurpleEventCallback + 660
16 CoreFoundation 0x30957a90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
17 CoreFoundation 0x30959838 __CFRunLoopDoSource1 + 160
18 CoreFoundation 0x3095a606 __CFRunLoopRun + 514
19 CoreFoundation 0x308eaebc CFRunLoopRunSpecific + 224
20 CoreFoundation 0x308eadc4 CFRunLoopRunInMode + 52
21 GraphicsServices 0x30269418 GSEventRunModal + 108
22 GraphicsServices 0x302694c4 GSEventRun + 56
23 UIKit 0x30a10d62 -[UIApplication _run] + 398
24 UIKit 0x30a0e800 UIApplicationMain + 664
25 myApp 0x000021ea 0x1000 + 4586
26 myApp 0x00002188 0x1000 + 4488
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
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 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x3558dc5c semaphore_wait_signal_trap + 8
1 libsystem_kernel.dylib 0x3558df52 semaphore_wait_signal + 2
2 libsystem_c.dylib 0x35664734 pthread_mutex_lock + 256
3 WebCore 0x35f533ee _WebTryThreadLock(bool) + 150
4 WebCore 0x35f5332e WebRunLoopLock(__CFRunLoopObserver*, unsigned long, void*) + 14
5 CoreFoundation 0x30957a2e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 10
6 CoreFoundation 0x3095945e __CFRunLoopDoObservers + 406
7 CoreFoundation 0x3095a760 __CFRunLoopRun + 860
8 CoreFoundation 0x308eaebc CFRunLoopRunSpecific + 224
9 CoreFoundation 0x308eadc4 CFRunLoopRunInMode + 52
10 WebCore 0x35f5327e RunWebThread(void*) + 382
11 libsystem_c.dylib 0x3566630a _pthread_start + 242
12 libsystem_c.dylib 0x35667bb4 thread_start + 0
Thread 3:
0 libsystem_kernel.dylib 0x3558dc00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3558d758 mach_msg + 44
2 libsystem_kernel.dylib 0x3558a630 thread_policy + 116
3 libsystem_c.dylib 0x35665b3e pthread_setschedparam_internal + 62
4 libsystem_c.dylib 0x356673c6 pthread_setschedparam + 74
5 TextInput 0x318a15aa KB::kb_set_thread_priority(int) + 18
6 TextInput 0x318921b4 KB::BackgroundLoad(void*) + 84
7 libsystem_c.dylib 0x3566630a _pthread_start + 242
8 libsystem_c.dylib 0x35667bb4 thread_start + 0
Thread 4:
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 0 crashed with ARM Thread State:
r0: 0x7001eae8 r1: 0x312c7008 r2: 0x000269d8 r3: 0x0002bb94
r4: 0x00000001 r5: 0x00000001 r6: 0x00000002 r7: 0x2fdfe160
r8: 0x00000000 r9: 0x001fc0a0 r10: 0x00000001 r11: 0x00000001
ip: 0x3f3212f8 sp: 0x2fdfe124 lr: 0x0001d01b pc: 0x34a92c96
cpsr: 0x20000030
Binary Images:
0x1000 - 0x26fff +myApp armv7 <4a1f799472b13315b16261c09555ec39> /var/mobile/Applications/73AF6B85-2002-4230-90CC-B4AC3F075984/myApp.app/myApp
0xd6000 - 0xdafff AccessibilitySettingsLoader armv7 <977d3eb9b0a4389e85e0e8eb64806759> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x4ca000 - 0x504fff UIKit armv7 <5a81f85811d035d988a9dbd89a79fb7b> /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
0x2fe00000 - 0x2fe25fff dyld armv7 <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
0x305fe000 - 0x30627fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x30628000 - 0x3065ffff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x30660000 - 0x30661fff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x306be000 - 0x306befff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x307bc000 - 0x30851fff ImageIO armv7 <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x3085e000 - 0x3086afff GraphicsServices armv7 <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3097f000 - 0x309b3fff VideoToolbox armv7 <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x309c9000 - 0x309cbfff libgcc_s.1.dylib armv7 <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x309cc000 - 0x30ae6fff libicucore.A.dylib armv7 <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x30aeb000 - 0x30b01fff EAP8021X armv7 <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x30c8f000 - 0x30c96fff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x30c9a000 - 0x30ca2fff MobileBluetooth armv7 <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x30ca3000 - 0x30ca3fff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x30cd0000 - 0x30cdffff UIAccessibility armv7 <414b92afa9713ae092e8b6dd300d4c73> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x30ce0000 - 0x30d1dfff CoreText armv7 <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x30e28000 - 0x30e76fff CoreMotion armv7 <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x30e77000 - 0x30ed6fff CorePDF armv7 <f198f0d47ade34699ed5cb93226f46bb> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x30edb000 - 0x30fc0fff CoreFoundation armv7 <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x30fdb000 - 0x31368fff UIKit armv7 <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x31389000 - 0x31476fff libiconv.2.dylib armv7 <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x31477000 - 0x31478fff libremovefile.dylib armv7 <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib
0x31479000 - 0x31483fff AccountSettings armv7 <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x31489000 - 0x31492fff CoreVideo armv7 <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x314e3000 - 0x314e5fff libAccessibility.dylib armv7 <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x314e6000 - 0x31537fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x31551000 - 0x31558fff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x31559000 - 0x3159cfff ManagedConfiguration armv7 <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x3159d000 - 0x315a2fff liblaunch.dylib armv7 <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x315dd000 - 0x315e8fff libz.1.dylib armv7 <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x315e9000 - 0x31735fff MediaToolbox armv7 <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x31759000 - 0x31759fff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x3175a000 - 0x3175bfff libsystem_blocks.dylib armv7 <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x3175c000 - 0x3177cfff PrintKit armv7 <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x31789000 - 0x317cbfff CoreAudio armv7 <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31d56000 - 0x31d96fff CoreMedia armv7 <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x31d9e000 - 0x31dd6fff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x31e17000 - 0x31e53fff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x31e7e000 - 0x338ccfff TextInput armv7 <f242acc046073c1598195dd26fd8ad6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x33a19000 - 0x33a1efff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x33a1f000 - 0x33a28fff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x33b32000 - 0x33b35fff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x33b36000 - 0x33b7cfff CoreTelephony armv7 <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x33b7d000 - 0x33b89fff SpringBoardServices armv7 <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x33c5e000 - 0x33c60fff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x33c61000 - 0x33c66fff libcopyfile.dylib armv7 <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib
0x33d52000 - 0x33d56fff libGFXShared.dylib armv7 <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33db2000 - 0x33dc4fff VoiceServices armv7 <d219dd8a59c93390b3461a015e28b29c> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x33e8c000 - 0x33e90fff AssetsLibraryServices armv7 <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x33e92000 - 0x33f43fff WebKit armv7 <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x33f44000 - 0x33f51fff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x3402a000 - 0x34030fff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x34031000 - 0x34139fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
0x3430b000 - 0x3430cfff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
0x34376000 - 0x34378fff CrashReporterSupport armv7 <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x34379000 - 0x3437cfff libmacho.dylib armv7 <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
0x3437d000 - 0x34392fff libresolv.9.dylib armv7 <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x34599000 - 0x3459cfff IOSurface armv7 <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x3459d000 - 0x345ebfff GMM armv7 <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x3469d000 - 0x346fcfff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x346fd000 - 0x34781fff AVFoundation armv7 <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x347ac000 - 0x348cbfff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x34998000 - 0x34a47fff QuartzCore armv7 <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x34a48000 - 0x34a8efff CoreLocation armv7 <c1924042951e3df98515c7bf36093c1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x34a90000 - 0x34b54fff libobjc.A.dylib armv7 <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
0x34d3a000 - 0x34d6dfff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x34d6e000 - 0x34d75fff AggregateDictionary armv7 <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x34d76000 - 0x34d77fff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x34d78000 - 0x34e99fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x34ec7000 - 0x34ed3fff AXRuntime armv7 <6698f47f8d1732579ebd62fff9c35035> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x34eda000 - 0x351c7fff libLAPACK.dylib armv7 <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x351f3000 - 0x35228fff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x35229000 - 0x352e8fff CFNetwork armv7 <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x352e9000 - 0x35302fff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x35423000 - 0x35577fff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x35618000 - 0x35619fff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x3561e000 - 0x356c7fff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x356f2000 - 0x356f7fff libsystem_dnssd.dylib armv7 <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib
0x357e5000 - 0x35802fff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x35803000 - 0x3580dfff ExternalAccessory armv7 <eebb4bdbbefb37419b884ffa011e1dc5> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x3583c000 - 0x3584efff PersistentConnection armv7 <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x3584f000 - 0x35853fff libcache.dylib armv7 <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib
0x35854000 - 0x35861fff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x35892000 - 0x358d1fff libSystem.B.dylib armv7 <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
0x358d2000 - 0x358d2fff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x35971000 - 0x359e0fff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x359e1000 - 0x35a36fff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x35a3d000 - 0x35a43fff IAP armv7 <c0f4c99a1b493e489948f231ad9238e2> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x35a44000 - 0x35b70fff libmecabra.dylib armv7 <113de5f9858c32b8b158bfdc68042a97> /usr/lib/libmecabra.dylib
0x35b73000 - 0x35b76fff CaptiveNetwork armv7 <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x35b77000 - 0x35b8efff libsystem_kernel.dylib armv7 <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib
0x35bdd000 - 0x35c27fff libstdc++.6.dylib armv7 <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
0x35c28000 - 0x35c2afff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35c2c000 - 0x35cadfff libsystem_c.dylib armv7 <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib
0x35cae000 - 0x35ce6fff libCGFreetype.A.dylib armv7 <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x35ce9000 - 0x35d8ffff Celestial armv7 <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x36112000 - 0x36216fff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x36217000 - 0x3622afff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x36274000 - 0x36293fff Bom armv7 <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x36546000 - 0x36b51fff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x36b52000 - 0x36b58fff ProtocolBuffer armv7 <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x36c26000 - 0x36c55fff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x36c5f000 - 0x36c6dfff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x36c80000 - 0x36c85fff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x36d88000 - 0x36d88fff libsystem_sandbox.dylib armv7 <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
Have you checked whether your developer certificate has expired?
I've just come across similar problem and noticed that my certificate was expired yesterday! Re-requested the certificate and the app started again on my iPad. Sadly XCode doesn't present any error messages about it.
This is an old post, but the same thing happened to me when working with Xcode 11. I was able to fix it by including CoreGraphics.framework and other frameworks I was using in the list of "Frameworks, Libraries, and Embedded Content" for my app. I do not know why it would even run with the debugger connected...

Crash when popping to root view controller

a user reported the following crash in my iPad app.
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x33200a1c __pthread_kill + 8
1 libsystem_c.dylib 0x30e373b4 pthread_kill
2 libsystem_c.dylib 0x30e2fbf8 abort
3 libstdc++.6.dylib 0x3669da64 __gnu_cxx::__verbose_terminate_handler() + 376
4 libobjc.A.dylib 0x36f8d06c _objc_terminate
5 libstdc++.6.dylib 0x3669be36 __cxxabiv1::__terminate(void (*)()) + 46
6 libstdc++.6.dylib 0x3669be8a std::terminate() + 10
7 libstdc++.6.dylib 0x3669bf5a __cxa_throw + 78
8 libobjc.A.dylib 0x36f8bc84 objc_exception_throw
9 CoreFoundation 0x361a3206 __CFRunLoopDoTimer
10 CoreFoundation 0x361e2396 -[NSMutableArray removeObjectsInRange:]
11 UIKit 0x32a622f0 -[UINavigationController popToViewController:transition:]
12 UIKit 0x32a1dd94 -[UINavigationController popToRootViewControllerWithTransition:]
13 UIKit 0x32a1dd46 -[UINavigationController popToRootViewControllerAnimated:]
14 IW Select 0x0001e00e -[CustomTabBarController onButtonTouchDown:] + 154
So apparently in some cases when that button is pressed and it's trying to switch to the root view controller, something goes wrong in the [NSMutableArray removeObjectsInRange:] call. I can't figure out what could be the problem there, does anyone have experience with this? Since it's a crash report from a user, I can't see which exception was thrown.
Edit: here's the full report I got.
Incident Identifier: 105E1288-3904-4AB2-842C-95D2B6D2C0E6
Hardware Model: iPad1,1
Process: IW Select [2124]
Path: /var/mobile/Applications/5AB7092A-AF9D-4702-9712-F154BCB638E7/IW Select.app/IW Select
Identifier: IW Select
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-04-03 22:06:56.052 -0400
OS Version: iPhone OS 4.3.1 (8G4)
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 0x33200a1c __pthread_kill + 8
1 libsystem_c.dylib 0x30e373b4 pthread_kill
2 libsystem_c.dylib 0x30e2fbf8 abort
3 libstdc++.6.dylib 0x3669da64 __gnu_cxx::__verbose_terminate_handler() + 376
4 libobjc.A.dylib 0x36f8d06c _objc_terminate
5 libstdc++.6.dylib 0x3669be36 __cxxabiv1::__terminate(void (*)()) + 46
6 libstdc++.6.dylib 0x3669be8a std::terminate() + 10
7 libstdc++.6.dylib 0x3669bf5a __cxa_throw + 78
8 libobjc.A.dylib 0x36f8bc84 objc_exception_throw
9 CoreFoundation 0x361a3206 __CFRunLoopDoTimer
10 CoreFoundation 0x361e2396 -[NSMutableArray removeObjectsInRange:]
11 UIKit 0x32a622f0 -[UINavigationController popToViewController:transition:]
12 UIKit 0x32a1dd94 -[UINavigationController popToRootViewControllerWithTransition:]
13 UIKit 0x32a1dd46 -[UINavigationController popToRootViewControllerAnimated:]
14 IW Select 0x0001e00e -[CustomTabBarController onButtonTouchDown:] + 154
15 IW Select 0x0001d5f4 -[CustomTabBar onButtonTouchDown:] + 88
16 CoreFoundation 0x361a856a -[NSObject(NSObject) performSelector:withObject:withObject:]
17 UIKit 0x32941ec2 -[UIApplication sendAction:to:from:forEvent:]
18 UIKit 0x32941e62 -[UIApplication sendAction:toTarget:fromSender:forEvent:]
19 UIKit 0x32941e34 -[UIControl sendAction:to:forEvent:]
20 UIKit 0x32941b86 -[UIControl(Internal) _sendActionsForEvents:withEvent:]
21 UIKit 0x32941834 -[UIControl touchesBegan:withEvent:]
22 UIKit 0x32940baa -[UIWindow _sendTouchesForEvent:]
23 UIKit 0x32940568 -[UIWindow sendEvent:]
24 UIKit 0x3292930c -[UIApplication sendEvent:]
25 UIKit 0x32928c4c _UIApplicationHandleEvent
26 GraphicsServices 0x327ffe70 PurpleEventCallback
27 CoreFoundation 0x3620fa90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
28 CoreFoundation 0x36211838 __CFRunLoopDoSource1
29 CoreFoundation 0x36212606 __CFRunLoopRun
30 CoreFoundation 0x361a2ebc CFRunLoopRunSpecific
31 CoreFoundation 0x361a2dc4 CFRunLoopRunInMode
32 GraphicsServices 0x327ff418 GSEventRunModal
33 GraphicsServices 0x327ff4c4 GSEventRun
34 UIKit 0x32953d62 -[UIApplication _run]
35 UIKit 0x32951800 UIApplicationMain
36 IW Select 0x00002b60 main + 44
37 IW Select 0x00002b28 start + 32
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x33201fbc kevent + 24
1 libdispatch.dylib 0x35387094 _dispatch_mgr_invoke
2 libdispatch.dylib 0x3538804a _dispatch_queue_invoke
3 libdispatch.dylib 0x3538760a _dispatch_worker_thread2
4 libsystem_c.dylib 0x30e3858a _pthread_wqthread
5 libsystem_c.dylib 0x30e38bbc start_wqthread + 0
Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x331fec00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x331fe758 mach_msg
2 CoreFoundation 0x362102b8 __CFRunLoopServiceMachPort
3 CoreFoundation 0x36212562 __CFRunLoopRun
4 CoreFoundation 0x361a2ebc CFRunLoopRunSpecific
5 CoreFoundation 0x361a2dc4 CFRunLoopRunInMode
6 WebCore 0x31058292 RunWebThread
7 libsystem_c.dylib 0x30e3730a _pthread_start
8 libsystem_c.dylib 0x30e38bb4 thread_start + 0
Thread 3:
0 libsystem_kernel.dylib 0x331fec00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x331fe758 mach_msg
2 CoreFoundation 0x362102b8 __CFRunLoopServiceMachPort
3 CoreFoundation 0x36212562 __CFRunLoopRun
4 CoreFoundation 0x361a2ebc CFRunLoopRunSpecific
5 CoreFoundation 0x361a2dc4 CFRunLoopRunInMode
6 Foundation 0x35b4a7f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:]
7 Foundation 0x35b3d382 -[NSThread main]
8 Foundation 0x35baf5c6 __NSThread__main__
9 libsystem_c.dylib 0x30e3730a _pthread_start
10 libsystem_c.dylib 0x30e38bb4 thread_start + 0
Thread 4 name: com.apple.CFSocket.private
Thread 4:
0 libsystem_kernel.dylib 0x33200c60 __select + 20
1 CoreFoundation 0x362158f2 __CFSocketManager
2 libsystem_c.dylib 0x30e3730a _pthread_start
3 libsystem_c.dylib 0x30e38bb4 thread_start + 0
Thread 5:
0 libsystem_kernel.dylib 0x332013ec __workq_kernreturn + 8
1 libsystem_c.dylib 0x30e386d8 _pthread_wqthread
2 libsystem_c.dylib 0x30e38bbc start_wqthread + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
r4: 0x3eb4948c r5: 0x00000006 r6: 0x001bafbc r7: 0x2fdfdfa8
r8: 0x32c1f4e8 r9: 0x00000065 r10: 0x3f35b9f8 r11: 0x0017eea0
ip: 0x00000148 sp: 0x2fdfdf9c lr: 0x30e373bb pc: 0x33200a1c
cpsr: 0x080f0010
Binary Images:
0x1000 - 0x3bfff +IW Select armv7 <f5aa1f825f883a0565038f9f1902c658> /var/mobile/Applications/5AB7092A-AF9D-4702-9712-F154BCB638E7/IW Select.app/IW Select
0x2fe00000 - 0x2fe25fff dyld armv7 <8dbdf7bab30e355b81e7b2e333d5459b> /usr/lib/dyld
0x30ae7000 - 0x30aeafff ActorKit armv7 <f7aa6cdd654231988aafcf448978f450> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x30aeb000 - 0x30af5fff AccountSettings armv7 <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x30af7000 - 0x30b3efff MessageUI armv7 <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x30b3f000 - 0x30b3ffff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x30b60000 - 0x30b75fff libresolv.9.dylib armv7 <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x30b90000 - 0x30b93fff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x30b94000 - 0x30b95fff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x30b96000 - 0x30b9ffff CoreVideo armv7 <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x30c5d000 - 0x30cbbfff libBLAS.dylib armv7 <d3f7360687333cad987890c314ae0d6f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x30cbc000 - 0x30cfefff CoreAudio armv7 <d45e275525ef3c32b36e0f1020cad705> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x30d01000 - 0x30d2afff ContentIndex armv7 <f5a3613ec5b6392995d7ed0742f7419f> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x30d36000 - 0x30d36fff libCVMSPluginSupport.dylib armv7 <68322643de8030978c862de530055bd9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x30d37000 - 0x30df8fff RawCamera armv7 <4f817644f26c309abadc961569141496> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x30df9000 - 0x30dfafff libremovefile.dylib armv7 <5f077c4d204d3cd7b04452c42d41f763> /usr/lib/system/libremovefile.dylib
0x30dfb000 - 0x30dfdfff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x30e04000 - 0x30e85fff libsystem_c.dylib armv7 <caa1846ad2583d1b84c1a15c50c126a2> /usr/lib/system/libsystem_c.dylib
0x30f4f000 - 0x30f55fff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x30f88000 - 0x30fb6fff MIME armv7 <28e35d5e19893de6bc28463efec5222f> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x30fb7000 - 0x30fbcfff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x30fbd000 - 0x30fd6fff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x31052000 - 0x3165dfff WebCore armv7 <b25d7d87ebd235ecbceca611a063c73b> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x31694000 - 0x316a7fff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x316a8000 - 0x316affff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x316b0000 - 0x31997fff libLAPACK.dylib armv7 <652c97e211553d4e84968a61f62a0ac5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x31a92000 - 0x31ae7fff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x31b5f000 - 0x31bb8fff EventKit armv7 <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit
0x31bbf000 - 0x31bd5fff EAP8021X armv7 <9776dd6c96b531e9885bddacd2a8adb1> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x31c09000 - 0x31c09fff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x31c0a000 - 0x31c0cfff libAccessibility.dylib armv7 <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x31c0e000 - 0x31c2efff PrintKit armv7 <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x31c2f000 - 0x31c37fff MobileBluetooth armv7 <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x32032000 - 0x32041fff MobileDeviceLink armv7 <f258d39dc7d93faa9c9ff5cf81c5dcbd> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x3204a000 - 0x320d4fff Message armv7 <1e4680ca7d4936bf9f575269b67e4402> /System/Library/PrivateFrameworks/Message.framework/Message
0x3215b000 - 0x3219efff ManagedConfiguration armv7 <01a5c5442e173624bdbde3c1f4ad4665> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x3232d000 - 0x3232dfff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x323ee000 - 0x32421fff iCalendar armv7 <e52c54abaab734e8b0278f358217c4b5> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x32533000 - 0x325f2fff CFNetwork armv7 <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x32616000 - 0x32624fff DataDetectorsCore armv7 <e54fa5bf6f9333618401cdbaf665f227> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x32689000 - 0x3269bfff PersistentConnection armv7 <8de1cf029f8132a2946ccca351dbd4fb> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x326a3000 - 0x326ebfff CoreLocation armv7 <90a87c2cdf823e6892aff81a6dde3430> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x3274c000 - 0x3274ffff libgermantok.dylib armv7 <a58c5595d1ca3c2ebc77d486d46d8c4f> /usr/lib/libgermantok.dylib
0x32750000 - 0x32752fff libgcc_s.1.dylib armv7 <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x32760000 - 0x327a0fff CoreMedia armv7 <0fcb3d1136d033d3acd97519c4be3ac3> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x327fb000 - 0x32807fff GraphicsServices armv7 <c508734deb43352782433a290ff235bb> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x32808000 - 0x3280bfff IOSurface armv7 <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x3280c000 - 0x3280cfff liblangid.dylib armv7 <ffe9658cbc6e3464898da2d12f1a66d2> /usr/lib/liblangid.dylib
0x32925000 - 0x32cb2fff UIKit armv7 <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x32cb3000 - 0x32dfffff MediaToolbox armv7 <7b1ac06abad33dca99a29629b667f929> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x32ede000 - 0x32ee1fff CertUI armv7 <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x32ee2000 - 0x32f02fff AppleAccount armv7 <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x32f11000 - 0x33032fff CoreGraphics armv7 <54e27b8aa66c32b48ffeadadcc514331> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x33033000 - 0x3306bfff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x3309f000 - 0x330a2fff libmacho.dylib armv7 <0479a171c00d3f629d639713acb72b5b> /usr/lib/system/libmacho.dylib
0x33145000 - 0x331eefff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x331ef000 - 0x33206fff libsystem_kernel.dylib armv7 <29eb602b615b3c3b95722868100a2d1c> /usr/lib/system/libsystem_kernel.dylib
0x3326a000 - 0x3328afff MobileSync armv7 <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x333a4000 - 0x333c1fff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x333c2000 - 0x333c9fff AggregateDictionary armv7 <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x334d1000 - 0x335d9fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
0x3360b000 - 0x3360ffff libGFXShared.dylib armv7 <2c61a8f7e7bf32d890e957d768d769ce> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33610000 - 0x33617fff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x33618000 - 0x33619fff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x3361a000 - 0x33689fff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x336a3000 - 0x33752fff QuartzCore armv7 <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x33783000 - 0x33829fff Celestial armv7 <6a54406a081a3b5fa6b22754b013b629> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x33848000 - 0x33851fff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x3533c000 - 0x35349fff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x35371000 - 0x35380fff Notes armv7 <d9c976ca976e3d029f69febd48f17601> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x35381000 - 0x3538efff libdispatch.dylib armv7 <6c4eeb08757b365f8429ef6747f89ad3> /usr/lib/system/libdispatch.dylib
0x356a3000 - 0x356a4fff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x356a5000 - 0x356a9fff libcache.dylib armv7 <36e96d0a7dda330281a43172d0ada49a> /usr/lib/system/libcache.dylib
0x356aa000 - 0x356defff VideoToolbox armv7 <aec2e22a2055380e82d4d0279faad0a7> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x356ea000 - 0x35738fff GMM armv7 <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x35739000 - 0x357d6fff AddressBookUI armv7 <e354aeb3d96e30338e90cc3638ffe81b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x357d7000 - 0x3581dfff CoreTelephony armv7 <4319daea186b3a22b148ca78000f11ce> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x358e7000 - 0x359d4fff libiconv.2.dylib armv7 <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x35ad9000 - 0x35ae2fff ITSync armv7 <dc57c003aad83864827ccf95fc579563> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x35ae3000 - 0x35b1ffff libGLImage.dylib armv7 <79d00adb09de3da991ed21f48f27adb4> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x35b20000 - 0x35c3ffff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x35c65000 - 0x35c69fff AssetsLibraryServices armv7 <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x35cd9000 - 0x35dddfff JavaScriptCore armv7 <f63386018d703534b766514e4bbbd1d8> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x35dde000 - 0x35e8ffff WebKit armv7 <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x35e99000 - 0x35e9bfff CrashReporterSupport armv7 <c0617d2a41283cc2bff1a1d770c06f8b> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x36076000 - 0x36190fff libicucore.A.dylib armv7 <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x36197000 - 0x36199fff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x3619a000 - 0x3627ffff CoreFoundation armv7 <4f643539f91f330790f112ea7150b3a8> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x36280000 - 0x362affff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x362b0000 - 0x362effff libSystem.B.dylib armv7 <b5735b0f3dba32c087c5b58aa48ae592> /usr/lib/libSystem.B.dylib
0x3664b000 - 0x36658fff DataDetectorsUI armv7 <d454cde062983860a41694922eb5c042> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x36659000 - 0x366a3fff libstdc++.6.dylib armv7 <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
0x366bb000 - 0x36750fff ImageIO armv7 <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x3677d000 - 0x36788fff libz.1.dylib armv7 <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x3678e000 - 0x36793fff libcopyfile.dylib armv7 <a19b1caf96c73568b14a1660f147ae2f> /usr/lib/system/libcopyfile.dylib
0x367d1000 - 0x367d6fff libsystem_dnssd.dylib armv7 <1eaf25ddd98e3a249bca536671c5819d> /usr/lib/system/libsystem_dnssd.dylib
0x36837000 - 0x36839fff MailServices armv7 <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x3683a000 - 0x3686ffff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x368f3000 - 0x368f8fff liblaunch.dylib armv7 <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x3691f000 - 0x36926fff WebUI armv7 <74070ad76277301fba6d3a5eb5f214b1> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x36930000 - 0x3695efff DataAccess armv7 <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x36a5f000 - 0x36a5ffff libsystem_sandbox.dylib armv7 <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
0x36a70000 - 0x36a76fff ProtocolBuffer armv7 <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x36a7b000 - 0x36a80fff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x36bd9000 - 0x36c0cfff QuickLook armv7 <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x36d2c000 - 0x36d4bfff Bom armv7 <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x36d4c000 - 0x36d9afff CoreMotion armv7 <8660c1394c5c39089407c07fd7fd8b52> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x36d9b000 - 0x36dcefff StoreServices armv7 <a74659288dea34bca7a7911c19cf2c28> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x36dfb000 - 0x36e0bfff DataAccessExpress armv7 <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x36e50000 - 0x36ea1fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x36ecc000 - 0x36ef5fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x36f26000 - 0x36f27fff libsystem_blocks.dylib armv7 <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x36f28000 - 0x36f60fff libCGFreetype.A.dylib armv7 <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x36f63000 - 0x36f73fff WebBookmarks armv7 <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x36f74000 - 0x36f77fff CaptiveNetwork armv7 <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x36f78000 - 0x36f84fff SpringBoardServices armv7 <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x36f87000 - 0x3704bfff libobjc.A.dylib armv7 <f855251d90a53bdbb5d5a39fdbde6d9b> /usr/lib/libobjc.A.dylib
0x3704c000 - 0x3707ffff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x37081000 - 0x3708ffff OpenGLES armv7 <f02d1c50f0f33991adb1a2caed02eb77> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x37093000 - 0x370cafff Security armv7 <163414ba17df347ca76088015010e2c4> /System/Library/Frameworks/Security.framework/Security
0x370d1000 - 0x37225fff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x37226000 - 0x37263fff CoreText armv7 <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x3726c000 - 0x3726dfff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
Edit 2:
Here's the [CustomTarBarController onButtonTouchDown:] method:
- (void)onButtonTouchDown:(NSUInteger)i {
self.selectedIndex = i;
for (UINavigationController *_controller in self.viewControllers) {
[_controller popToRootViewControllerAnimated:YES];
}
}
Try using popToRootViewControllerAnimated: without animation. I remember that once I've got crashes that have been caused by several animations at once; for example, with code like this:
[self.modalView dismissModalViewControllerAnimated:YES];
[self.navigationController popToTootViewControllerAnimated:YES];
In my case I just set YES in second line to NO, and it helped.
why are you using a for statement? Comment it out and see if that works for you.
- (void)onButtonTouchDown:(NSUInteger)i {
self.selectedIndex = i;
[self.navigationController popToRootViewControllerAnimated:YES];
}

how to resolve "failed to resume in time" on iOS

Incident Identifier: A664D7F0-B508-4D77-8052-3D15B7612921
CrashReporter Key: cc6fa311f4d178cd2a1c946ced641fab87e0181d
Hardware Model: iPhone2,1
Process: iPORTALs [4155]
Path: /var/mobile/Applications/EFCD0F88-675F-47E2-AFA9-9EC4D918881F/iPORTALs.app/iPORTALs
Identifier: iPORTALs
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-01-24 18:58:22.908 +0700
OS Version: iPhone OS 4.1 (8B117)
Report Version: 104
Exception Type: 00000020
Exception Codes: 0x8badf00d
Highlighted Thread: 0
Application Specific Information:
iPORTALs failed to resume in time
Elapsed total CPU time (seconds): 0.730 (user 0.430, system 0.300), 7% CPU
Elapsed application CPU time (seconds): 0.000, 0% CPU
Thread 0:
0 libSystem.B.dylib 0x00000c98 mach_msg_trap + 20
1 libSystem.B.dylib 0x00002d64 mach_msg + 44
2 AppSupport 0x0001009e CPDMMessage + 158
3 AppSupport 0x0000f3e4 -[CPDistributedMessagingCenter _sendMessage:userInfoData:oolKey:oolData:makeServer:receiveReply:nonBlocking:error:] + 848
4 AppSupport 0x0000ed76 -[CPDistributedMessagingCenter _sendMessage:userInfo:receiveReply:error:toTarget:selector:context:nonBlocking:] + 618
5 AppSupport 0x0000deba -[CPDistributedMessagingCenter _sendMessage:userInfo:receiveReply:error:toTarget:selector:context:] + 58
6 AppSupport 0x0000e08e -[CPDistributedMessagingCenter sendMessageName:userInfo:] + 34
7 iAd 0x00012bcc -[ADSession sendMessageName:userInfo:] + 100
8 iAd 0x00013e46 -[ADSession bannerFrameDidChange:orientation:hidden:] + 158
9 iAd 0x00007aa2 -[ADBannerView _propagateFrame] + 374
10 iAd 0x000070bc -[ADBannerView sessionDidOpen:withWindowContextId:] + 204
11 iAd 0x00013114 -[ADSession sessionDidOpenMesssage:userInfo:] + 328
12 CoreFoundation 0x0004b42c __invoking___ + 60
13 CoreFoundation 0x0004b2fe -[NSInvocation invoke] + 102
14 iAd 0x0001849a -[ADMessageProxy forwardInvocation:] + 74
15 CoreFoundation 0x00049216 ___forwarding___ + 570
16 CoreFoundation 0x00048f88 _CF_forwarding_prep_0 + 40
17 iAd 0x00017a92 -[ADDistributedMessagingCenter messagePort:receivedMessage:withData:] + 130
18 iAd 0x00017f4a ADMessagePortCallBack + 34
19 CoreFoundation 0x000609ce __CFMessagePortPerform + 242
20 CoreFoundation 0x00034cdc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
21 CoreFoundation 0x00034ca0 __CFRunLoopDoSource1 + 160
22 CoreFoundation 0x00027566 __CFRunLoopRun + 514
23 CoreFoundation 0x00027270 CFRunLoopRunSpecific + 224
24 CoreFoundation 0x00027178 CFRunLoopRunInMode + 52
25 GraphicsServices 0x000045ec GSEventRunModal + 108
26 GraphicsServices 0x00004698 GSEventRun + 56
27 UIKit 0x0000411c -[UIApplication _run] + 396
28 UIKit 0x00002128 UIApplicationMain + 664
29 iPORTALs 0x000020fa main (main.m:14)
30 iPORTALs 0x00002070 start + 44
Thread 1:
0 libSystem.B.dylib 0x0002d330 kevent + 24
1 libSystem.B.dylib 0x000d6b6c _dispatch_mgr_invoke + 88
2 libSystem.B.dylib 0x000d65bc _dispatch_queue_invoke + 96
3 libSystem.B.dylib 0x000d675c _dispatch_worker_thread2 + 120
4 libSystem.B.dylib 0x0007a67a _pthread_wqthread + 258
5 libSystem.B.dylib 0x00073190 start_wqthread + 0
Thread 2:
0 libSystem.B.dylib 0x00000c98 mach_msg_trap + 20
1 libSystem.B.dylib 0x00002d64 mach_msg + 44
2 CoreFoundation 0x00027c38 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x000274c2 __CFRunLoopRun + 350
4 CoreFoundation 0x00027270 CFRunLoopRunSpecific + 224
5 CoreFoundation 0x00027178 CFRunLoopRunInMode + 52
6 WebCore 0x000024e2 RunWebThread(void*) + 362
7 libSystem.B.dylib 0x0007a27e _pthread_start + 242
8 libSystem.B.dylib 0x0006f2a8 thread_start + 0
Thread 3:
0 libSystem.B.dylib 0x00000c98 mach_msg_trap + 20
1 libSystem.B.dylib 0x00002d64 mach_msg + 44
2 CoreFoundation 0x00027c38 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x000274c2 __CFRunLoopRun + 350
4 CoreFoundation 0x00027270 CFRunLoopRunSpecific + 224
5 CoreFoundation 0x00027178 CFRunLoopRunInMode + 52
6 Foundation 0x0002d686 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206
7 Foundation 0x0000b222 -[NSThread main] + 38
8 Foundation 0x000042d6 __NSThread__main__ + 966
9 libSystem.B.dylib 0x0007a27e _pthread_start + 242
10 libSystem.B.dylib 0x0006f2a8 thread_start + 0
Thread 4:
0 libSystem.B.dylib 0x000791d4 __semwait_signal + 24
1 libSystem.B.dylib 0x0002e1a2 _pthread_cond_wait + 742
2 libSystem.B.dylib 0x0002dd8e pthread_cond_wait + 26
3 CoreMedia 0x00002334 WaitOnCondition + 4
4 CoreMedia 0x0000227a FigSemaphoreWaitRelative + 66
5 MediaToolbox 0x00003930 fpa_AsyncMovieControlThread + 48
6 CoreMedia 0x0001db6e figThreadMain + 166
7 libSystem.B.dylib 0x0007a27e _pthread_start + 242
8 libSystem.B.dylib 0x0006f2a8 thread_start + 0
Thread 5:
0 libSystem.B.dylib 0x00025060 select$DARWIN_EXTSN + 20
1 CoreFoundation 0x0005edfc __CFSocketManager + 540
2 libSystem.B.dylib 0x0007a27e _pthread_start + 242
3 libSystem.B.dylib 0x0006f2a8 thread_start + 0
Unknown thread crashed with unknown flavor: 5, state_count: 1
Binary Images:
0x1000 - 0x88fff +iPORTALs armv6 <b2d850c13a4042203cb09265c62bc253> /var/mobile/Applications/EFCD0F88-675F-47E2-AFA9-9EC4D918881F/iPORTALs.app/iPORTALs
0x1f9000 - 0x1fafff dns.so armv7 <240b8d3f07b4fcb234de598f8e67de1a> /usr/lib/info/dns.so
0x2fe00000 - 0x2fe26fff dyld armv7 <a11905c8ef7906bf4b8910fc551f9dbb> /usr/lib/dyld
0x30025000 - 0x30055fff AppSupport armv7 <20908678e860c23207574337097b94f1> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x30056000 - 0x30063fff OpenGLES armv7 <6bdd1b930c09cfec7c6c7629551c0cbd> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x3006c000 - 0x3007ffff libmis.dylib armv7 <e47fe2a55644ffd53fab6547ef59ffab> /usr/lib/libmis.dylib
0x300a2000 - 0x300a4fff MediaRemote armv7 <68af5b03a2845069af1c63f322b6340d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x300a5000 - 0x301c0fff CoreGraphics armv7 <6dcc299d5ca75f73afbc98a1b4bd2c7a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x301f5000 - 0x3021efff MobileCoreServices armv7 <fe6ab911eb680b758f415e20afec8e00> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x30267000 - 0x30273fff GraphicsServices armv7 <7075593b53fcd90c8d2aa40ba9ff4397> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3028a000 - 0x30323fff MediaPlayer armv7 <3f29fbbfe5abb8969cda45e0efe42af5> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x30324000 - 0x30379fff libvDSP.dylib armv7 <ec6199ca9490baba91f9bc644063bef1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x3037a000 - 0x3043cfff CFNetwork armv7 <0860d900e5328f349290feaaa3eb6e9a> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x3044f000 - 0x3053bfff MusicLibrary armv7 <6e60d6565924f03d819e330080fc0dfe> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x30548000 - 0x30551fff CoreVideo armv7 <d47b741a05fdbed287a454e834aeede2> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x3056c000 - 0x305b7fff GMM armv7 <140d9a6633393f644c3aa852fe7e7e42> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x305d2000 - 0x305d4fff IOMobileFramebuffer armv7 <ef3a36680985b4db12a778d62f37961f> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x3069b000 - 0x30744fff QuartzCore armv7 <1628da07ea69b89c0b6a5a7d2dc42a24> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x30778000 - 0x3077efff liblockdown.dylib armv7 <e89050debe57ae71a3f0ed2bc9c46145> /usr/lib/liblockdown.dylib
0x307d9000 - 0x307e0fff libbz2.1.0.dylib armv7 <0011bd5af0230fcaf63005f7eefa11dd> /usr/lib/libbz2.1.0.dylib
0x30885000 - 0x309b5fff AudioToolbox armv7 <9420239a007f28f7aa2163b05053d110> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x309b6000 - 0x309b9fff libGFXShared.dylib armv7 <0d33b320dcac6cb6a594171f3f8c3b04> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x309ba000 - 0x309c0fff IAP armv7 <e0bde1a923179f4eaea83b8e8ca602d7> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x309ca000 - 0x309e9fff Bom armv7 <f49558f211241498f37af577051611b3> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x309f2000 - 0x309f4fff MobileInstallation armv7 <8b23f794f02c2f7572a8fe6532630161> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x30bed000 - 0x30c05fff libRIP.A.dylib armv7 <6d9b86e946a18416f1a50586beabd716> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x30c06000 - 0x30c09fff CertUI armv7 <4d350d880f67fad89bc143e7159c1ac0> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x30c23000 - 0x30cc3fff Celestial armv7 <aa0773c3d8e022e5a0b307b1db79232a> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x30d3b000 - 0x30da9fff AVFoundation armv7 <05feb4f546c261049ccc8d6a5ccf8790> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x30dfa000 - 0x30e99fff JavaScriptCore armv7 <28583b202a5108a6e93c9990a2f1d576> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x30e9a000 - 0x30ed4fff IOKit armv7 <6810c1b44dd12227780dc88c76b692e4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x30f39000 - 0x30fcafff AddressBookUI armv7 <99283bc397692fbf3c296b0c1a298aed> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x30fe6000 - 0x30febfff MobileKeyBag armv7 <dabd32c6bac583a6809c2b04c5907acf> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x30ffd000 - 0x31030fff CoreLocation armv7 <e4fb7d0e9675955039ed7a452c3dc935> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x310a7000 - 0x310e9fff ManagedConfiguration armv7 <75ae0cfae42b263eb4de427a1b991f9a> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x311f8000 - 0x3131efff MediaToolbox armv7 <ed7b56f98da764e4639611ae6327417b> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x31325000 - 0x31563fff ProtocolBuffer armv7 <ef4a9b7fdccb3317b5b620ae59a70490> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x31564000 - 0x31565fff CoreSurface armv7 <586f25579330ac060decd2df4cc05bd8> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x31573000 - 0x31573fff vecLib armv7 <e1d93756e63104d2861a277e8a70df44> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x31574000 - 0x315a4fff VideoToolbox armv7 <fbd7776498c593443b467d5dc31d2615> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x315b1000 - 0x315fcfff libBLAS.dylib armv7 <9e5eadf1538d47142a4257d2fa5bbdd5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x31600000 - 0x31615fff libresolv.9.dylib armv7 <1ed920d5a995cd94e71c41631d7c551e> /usr/lib/libresolv.9.dylib
0x31a18000 - 0x31a43fff DataAccess armv7 <7320fc47e54348166062dcfcc4c17439> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x31a44000 - 0x31a47fff ArtworkCache armv7 <1f8c5b5641eba117423f385dda0dffa3> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
0x31a5d000 - 0x31acbfff ProofReader armv7 <184b846e1f602485068db7a9c943595f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x31acc000 - 0x32d0cfff UIKit armv7 <3f1f8f7555dcf93cc4ce2146286bd3f6> /System/Library/Frameworks/UIKit.framework/UIKit
0x32da1000 - 0x32da9fff libkxld.dylib armv7 <e86dd3313cbef5a3a0fb8598f6b0ab18> /usr/lib/system/libkxld.dylib
0x32dc1000 - 0x32dd0fff MobileDeviceLink armv7 <17fc35fddaa84a39ca7f260b9f220e4b> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x32e3c000 - 0x32e48fff SpringBoardServices armv7 <b715ca60b9e99b3b2b4f8270c478c138> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x32e49000 - 0x32ef2fff libxml2.2.dylib armv7 <1d74fa3a5cec309857503a51cb2df667> /usr/lib/libxml2.2.dylib
0x32f3a000 - 0x32f90fff EventKit armv7 <f560f34fe9f784df16c7451a7c3d5a76> /System/Library/Frameworks/EventKit.framework/EventKit
0x32fd1000 - 0x330defff libSystem.B.dylib armv7 <0792bef82e8cde31cb32d06e80262288> /usr/lib/libSystem.B.dylib
0x330df000 - 0x330e7fff libgcc_s.1.dylib armv7 <6fb15d72d3ee5444d901dc9ef974a3b3> /usr/lib/libgcc_s.1.dylib
0x33225000 - 0x33236fff PersistentConnection armv7 <23a6206a542a6b02dd4c5103af3f9da2> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x33237000 - 0x3323afff ApplePushService armv7 <ee70c20a69f16dd4d43e4489903047bb> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x33249000 - 0x33368fff Foundation armv7 <5cffb5458e87beccdb75770cea676753> /System/Library/Frameworks/Foundation.framework/Foundation
0x333be000 - 0x33445fff Message armv7 <0811df7f3cfa8b9c241cd3bdf06de209> /System/Library/PrivateFrameworks/Message.framework/Message
0x337d2000 - 0x337d5fff IOSurface armv7 <83927fd3641791e5bcdadcca0edd196b> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x337d6000 - 0x337f5fff MobileSync armv7 <3dfdf772f29393bcca4fa113b46cee52> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x33821000 - 0x3384afff ContentIndex armv7 <1b790132dfce754bee3775628f26c8eb> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x3384b000 - 0x3394ffff CoreData armv7 <36b5f42fcdceea61bedb2838f8279714> /System/Library/Frameworks/CoreData.framework/CoreData
0x3395a000 - 0x33970fff RawCamera armv7 <bef0590943338e945db7e7cbf274c624> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x33971000 - 0x33a31fff libobjc.A.dylib armv7 <49029949741e10f21b178b0a4b2df979> /usr/lib/libobjc.A.dylib
0x33a32000 - 0x33a3dfff libz.1.dylib armv7 <19a78978d5908bedc6496470fe542936> /usr/lib/libz.1.dylib
0x33a3e000 - 0x33a6dfff CoreText armv7 <0855144a7f9eeade285f2e7c030f7478> /System/Library/Frameworks/CoreText.framework/CoreText
0x33aa2000 - 0x33aabfff ITSync armv7 <6de2eeb0276458257e6c972f7195a787> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x33c6a000 - 0x33c98fff libCGFreetype.A.dylib armv7 <41663f59614034ba151e9b4f86e1e141> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x33c99000 - 0x33cd0fff Security armv7 <4770002d4b443c186dc1e3ddaa1787c8> /System/Library/Frameworks/Security.framework/Security
0x33d9e000 - 0x33de8fff libstdc++.6.dylib armv7 <7b2a8cf02f12c636c6db7f5e1906f9f0> /usr/lib/libstdc++.6.dylib
0x33de9000 - 0x33e23fff CoreMedia armv7 <c85a11d97cb8820e325db898b0740f2e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x33f1e000 - 0x33f60fff MessageUI armv7 <f531fb1f0d3cc0922d643597f5ef23a4> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x33fc0000 - 0x33fc3fff ActorKit armv7 <bc4365d27ab1fcdf780d64c4d180e417> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x33fc6000 - 0x33fc7fff DataMigration armv7 <c2889c5e6185ac7ef67fe4147344d410> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x3401c000 - 0x34024fff MobileBluetooth armv7 <a19586adf6b24dabd61f3f56a350a042> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x34099000 - 0x340c8fff SystemConfiguration armv7 <b79a5a4f0506ce17bedeef7799e81687> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x3426c000 - 0x3427afff Notes armv7 <22108af89c58bf3bf01c7109915dad9c> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x3427e000 - 0x34325fff WebKit armv7 <a8bfa45e5c19efcf95e184e658d61a18> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x34327000 - 0x34330fff AccountSettings armv7 <aba19b26f9a5e950bd9861c93e265a3a> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x34334000 - 0x34337fff libMobileGestalt.dylib armv7 <eb847a9560239a5cdd1f19fc6195ecb8> /usr/lib/libMobileGestalt.dylib
0x3437b000 - 0x3438bfff DataAccessExpress armv7 <51e935a31a31072ec7a10b7b80adc85e> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x3438c000 - 0x343ccfff CoreAudio armv7 <96e6c0b793449c9e08a507693c956aad> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x3440b000 - 0x344defff CoreFoundation armv7 <adb562d8b5eaadbb874e255a09d0e04b> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x344df000 - 0x34522fff CoreTelephony armv7 <deafb4c98c723215e43f07c3bf6d77e9> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x3452b000 - 0x34538fff libbsm.0.dylib armv7 <df1574298fea28ad799e1549425b44a4> /usr/lib/libbsm.0.dylib
0x34557000 - 0x3455afff CaptiveNetwork armv7 <6c367af97f27bcdac9362897e0bae546> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x34609000 - 0x3460bfff CrashReporterSupport armv7 <2b26c74e98505a26da656eeb781b16cd> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x34610000 - 0x34643fff AddressBook armv7 <59286907142fc76ead3dab9fa3baff5c> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x346cd000 - 0x346f0fff iAd armv7 <bb2ef32385f825542b79935a3dc2c98d> /System/Library/Frameworks/iAd.framework/iAd
0x346f1000 - 0x34730fff libGLImage.dylib armv7 <f261ea6e5f00e4ba4fda02bb4d7712b4> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x34738000 - 0x34738fff Accelerate armv7 <0601858b149ba0586210ad15b0d41c1e> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x34758000 - 0x3475afff libAccessibility.dylib armv7 <ee5bb3b14b91bcf192f0d18e9f31c40a> /usr/lib/libAccessibility.dylib
0x3475d000 - 0x349f7fff libLAPACK.dylib armv7 <795a79616d24a733fae53d9df6c46998> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x34aa9000 - 0x34ab0fff MobileWiFi armv7 <e8c579a3faa687bfb52ba68fbe7b17be> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x34ab8000 - 0x34b49fff ImageIO armv7 <3f421780e67f0219e416287d3e684b54> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x34b4b000 - 0x34b4ffff AssetsLibraryServices armv7 <0c10a998f46151b69a9060b5879973cc> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x34b50000 - 0x350a2fff WebCore armv7 <4d60fdc638b6218c26d3c143af5e829c> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x350a5000 - 0x350aefff WebBookmarks armv7 <527d15dc1e27c410c7474f306769a0a3> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x350c1000 - 0x35106fff libsqlite3.dylib armv7 <7de3ef8f02a0af58ef9f58348d5dbc50> /usr/lib/libsqlite3.dylib
0x35143000 - 0x3525cfff libicucore.A.dylib armv7 <71ef015f1994cf85658df91a50a37815> /usr/lib/libicucore.A.dylib
0x35288000 - 0x352b6fff MIME armv7 <0cbbaadc15780476e4fcdcdf14bbe4ba> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x353d9000 - 0x3540cfff iCalendar armv7 <4e036eca5114ea49caf2a80ca52e9d0f> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x35426000 - 0x35455fff QuickLook armv7 <0e54a89bb297491e416dbc51a542fdd6> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x35456000 - 0x3546cfff EAP8021X armv7 <419b97910c4b517f38697a3121775bc7> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x3546d000 - 0x35555fff libGLProgrammability.dylib armv7 <ef656cb58e56a36789ee17d4d925e9ba> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
If you don't complete your startup code within approximately 5 seconds, iOS will assume your code has locked up, and will force it to exit.
I guess you may be loading too many resources on startup, or have some bug causing an infinite loop.
Make the large process done while app launch in a thread or timer.

How to diagnose EXC_CRASH?

A tester sent this crash file:
Not sure what an EXC_CRASH is.
UPDATE:
I can randomly replicate it on device (never in simulator) when rotating my phone. Here is my rotation code:
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
if (interfaceOrientation == UIInterfaceOrientationLandscapeLeft ||interfaceOrientation == UIInterfaceOrientationLandscapeRight) {
imageScrollView.frame = CGRectMake(0,0,480,300); //self.view.bounds;
imageView.frame = CGRectMake(0,0,480,300); //self.view.bounds;
}
else {
imageScrollView.frame = CGRectMake(0,0,320,460);
imageView.frame = CGRectMake(0,0,320,460);
}
//return (interfaceOrientation == UIInterfaceOrientationPortrait);
if (enableLandscapeOrientation) {
[[self navigationController] setNavigationBarHidden:UIInterfaceOrientationIsLandscape(interfaceOrientation) animated:YES];
return YES;
}
else {
return NO;
}
}
Symbolicated Crash Log:
Incident Identifier: EC78AFBF-B73D-4490-B7E3-D6A7CDA5D449
CrashReporter Key: 1657e021ecba3a19c5ed9f0cff62947a426a2bc2
Hardware Model: iPhone3,1
Process: StockTwits [1565]
Path: /var/mobile/Applications/915A215F-EA55-4B98-901B-67E4C856B59E/StockTwits.app/StockTwits
Identifier: StockTwits
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2010-08-21 16:04:06.293 -0700
OS Version: iPhone OS 4.0.2 (8A400)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread: 0
Thread 0 Crashed:
0 libSystem.B.dylib 0x000791d0 __kill + 8
1 libSystem.B.dylib 0x000791c0 kill + 4
2 libSystem.B.dylib 0x000791b2 raise + 10
3 libSystem.B.dylib 0x0008d6fa abort + 50
4 libstdc++.6.dylib 0x00044a20 __gnu_cxx::__verbose_terminate_handler() + 376
5 libobjc.A.dylib 0x000059ec _objc_terminate + 104
6 libstdc++.6.dylib 0x00042df2 __cxxabiv1::__terminate(void (*)()) + 46
7 libstdc++.6.dylib 0x00042e46 std::terminate() + 10
8 libstdc++.6.dylib 0x00042f16 __cxa_throw + 78
9 libobjc.A.dylib 0x000048cc objc_exception_throw + 64
10 CoreFoundation 0x0009fa70 -[NSObject(NSObject) doesNotRecognizeSelector:] + 96
11 CoreFoundation 0x0009ef0e ___forwarding___ + 502
12 CoreFoundation 0x00031678 _CF_forwarding_prep_0 + 40
13 UIKit 0x00148194 -[UISearchDisplayController windowWillAnimateRotation:] + 92
14 Foundation 0x00018fb0 _nsnote_callback + 136
15 CoreFoundation 0x00069e6c __CFXNotificationPost_old + 396
16 CoreFoundation 0x0001a374 _CFXNotificationPostNotification + 112
17 Foundation 0x000040bc -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
18 UIKit 0x000ed5d0 -[UIWindow _setRotatableClient:toOrientation:duration:force:] + 3108
19 UIKit 0x000eee6c -[UIWindow _setRotatableViewOrientation:duration:force:] + 44
20 UIKit 0x0007763c -[UIWindow _updateToInterfaceOrientation:duration:force:] + 68
21 UIKit 0x000775b6 -[UIWindow _updateInterfaceOrientationFromDeviceOrientation:] + 106
22 UIKit 0x00077506 -[UIWindow _handleDeviceOrientationChange:] + 82
23 Foundation 0x00018fb0 _nsnote_callback + 136
24 CoreFoundation 0x00069e6c __CFXNotificationPost_old + 396
25 CoreFoundation 0x0001a374 _CFXNotificationPostNotification + 112
26 Foundation 0x000040bc -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
27 UIKit 0x00040582 -[UIDevice setOrientation:animated:] + 138
28 UIKit 0x0005d670 -[UIApplication handleEvent:withNewEvent:] + 2732
29 UIKit 0x0005ca56 -[UIApplication sendEvent:] + 38
30 UIKit 0x0005c500 _UIApplicationHandleEvent + 5016
31 GraphicsServices 0x00004140 PurpleEventCallback + 660
32 CoreFoundation 0x00071aa4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
33 CoreFoundation 0x00073848 __CFRunLoopDoSource1 + 160
34 CoreFoundation 0x00074626 __CFRunLoopRun + 514
35 CoreFoundation 0x0001d8e4 CFRunLoopRunSpecific + 224
36 CoreFoundation 0x0001d7ec CFRunLoopRunInMode + 52
37 GraphicsServices 0x000036e8 GSEventRunModal + 108
38 GraphicsServices 0x00003794 GSEventRun + 56
39 UIKit 0x000062a0 -[UIApplication _run] + 396
40 UIKit 0x00004e10 UIApplicationMain + 664
41 StockTwits 0x00002d58 0x1000 + 7512
42 StockTwits 0x00002d28 0x1000 + 7464
Thread 1:
0 libSystem.B.dylib 0x0002dc4c kevent + 24
1 libSystem.B.dylib 0x000d6e44 _dispatch_mgr_invoke + 88
2 libSystem.B.dylib 0x000d6894 _dispatch_queue_invoke + 96
3 libSystem.B.dylib 0x000d6a34 _dispatch_worker_thread2 + 120
4 libSystem.B.dylib 0x0007ad82 _pthread_wqthread + 258
5 libSystem.B.dylib 0x00073fcc start_wqthread + 0
Thread 2:
0 libSystem.B.dylib 0x00001658 mach_msg_trap + 20
1 libSystem.B.dylib 0x00003724 mach_msg + 44
2 CoreFoundation 0x000722c8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x00074582 __CFRunLoopRun + 350
4 CoreFoundation 0x0001d8e4 CFRunLoopRunSpecific + 224
5 CoreFoundation 0x0001d7ec CFRunLoopRunInMode + 52
6 WebCore 0x00003056 RunWebThread(void*) + 362
7 libSystem.B.dylib 0x0007a986 _pthread_start + 242
8 libSystem.B.dylib 0x000700e4 thread_start + 0
Thread 3:
0 libSystem.B.dylib 0x00001658 mach_msg_trap + 20
1 libSystem.B.dylib 0x00003724 mach_msg + 44
2 CoreFoundation 0x000722c8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x00074582 __CFRunLoopRun + 350
4 CoreFoundation 0x0001d8e4 CFRunLoopRunSpecific + 224
5 CoreFoundation 0x0001d7ec CFRunLoopRunInMode + 52
6 Foundation 0x0003b71e +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206
7 Foundation 0x0000bc96 -[NSThread main] + 38
8 Foundation 0x000909da __NSThread__main__ + 966
9 libSystem.B.dylib 0x0007a986 _pthread_start + 242
10 libSystem.B.dylib 0x000700e4 thread_start + 0
Thread 4:
0 libSystem.B.dylib 0x00025a20 select$DARWIN_EXTSN + 20
1 CoreFoundation 0x00077e70 __CFSocketManager + 540
2 libSystem.B.dylib 0x0007a986 _pthread_start + 242
3 libSystem.B.dylib 0x000700e4 thread_start + 0
Thread 5:
0 libSystem.B.dylib 0x0007b85c __workq_kernreturn + 8
1 libSystem.B.dylib 0x0007ae98 _pthread_wqthread + 536
2 libSystem.B.dylib 0x00073fcc start_wqthread + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x3e90724c
r4: 0x00000006 r5: 0x09ad4aec r6: 0x2fffda84 r7: 0x2fffda94
r8: 0x00000000 r9: 0x00000065 r10: 0x088ca2d0 r11: 0x00000000
ip: 0x00000025 sp: 0x2fffda94 lr: 0x352741c7 pc: 0x352741d0
cpsr: 0x080f0010
Binary Images:
0x1000 - 0x40fff +StockTwits armv7 <7316bae7933ce5f735f322059a3c72db> /var/mobile/Applications/915A215F-EA55-4B98-901B-67E4C856B59E/StockTwits.app/StockTwits
0x5ee000 - 0x5effff dns.so armv7 <240b8d3f07b4fcb234de598f8e67de1a> /usr/lib/info/dns.so
0x2fe00000 - 0x2fe26fff dyld armv7 <193570c1391880df7da870149117e49e> /usr/lib/dyld
0x30095000 - 0x300b4fff MobileSync armv7 <be1b235840ae625d49f684c39ab083da> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x30135000 - 0x30686fff WebCore armv7 <859bdd351085819fb4da07d12b41543f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x30707000 - 0x30715fff Notes armv7 <56a4dfe587cf5b965edbd6c390ccbf24> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x30ac5000 - 0x30adafff libresolv.9.dylib armv7 <1ed920d5a995cd94e71c41631d7c551e> /usr/lib/libresolv.9.dylib
0x30adc000 - 0x30bc4fff libGLProgrammability.dylib armv7 <9bcf5fe3e7abc344425e581ff2896579> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x30bc5000 - 0x30bfffff IMAVCore armv7 <2bd608c3f68c2e9cd73212007eaf248d> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x30ca5000 - 0x30d4bfff WebKit armv7 <a1d04572b3214188f60f2d1961ac1fe8> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x30eb4000 - 0x30f76fff CFNetwork armv7 <9fdd61632fd1b48d65daba561528946f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x30f77000 - 0x30f7ffff MobileBluetooth armv7 <0bd0c65f4350b5d81f81449fae029a04> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x30f80000 - 0x31007fff Message armv7 <32383927596c6b8c0837a5cd4b2bc0d4> /System/Library/PrivateFrameworks/Message.framework/Message
0x31014000 - 0x310a3fff AddressBookUI armv7 <7748fd02215f7d77eae9191cba201b97> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x310a5000 - 0x310a7fff CrashReporterSupport armv7 <c668de69901cce316252204135b4ce7f> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x310a8000 - 0x3113ffff MediaPlayer armv7 <2c4b66a2002c1b3222f70c71d8844455> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x31140000 - 0x31193fff EventKit armv7 <7f18bef514a44edeccc9619b10f4f1c2> /System/Library/Frameworks/EventKit.framework/EventKit
0x31297000 - 0x3129cfff MobileKeyBag armv7 <d33678689445fcf1898314262fd1ebd3> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x3129f000 - 0x312e7fff libBLAS.dylib armv7 <3b4a2849c10d100a178a3c2d9f6af523> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x312e8000 - 0x312e9fff DataMigration armv7 <2a90bcfdd519f8d7d3487151c77443ed> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x312ea000 - 0x31358fff ProofReader armv7 <479bd40ac65cb7e6c3000d79d649571f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x31359000 - 0x3142bfff CoreFoundation armv7 <17c9c36ae8824496b507446869cd4d9d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x31454000 - 0x31457fff CertUI armv7 <fff763f01a1037dcd9ce6914e25068ca> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x31472000 - 0x314a0fff AppSupport armv7 <2a64271b39599b2180d0dfd3141027ee> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x31663000 - 0x3280dfff UIKit armv7 <6c767127e477e6ac7b7f083857ca8064> /System/Library/Frameworks/UIKit.framework/UIKit
0x32824000 - 0x32868fff libsqlite3.dylib armv7 <36b9bc7d02e29c8d321dd0d7bf7e115e> /usr/lib/libsqlite3.dylib
0x3286b000 - 0x3286dfff IOMobileFramebuffer armv7 <1fdf9182a63464743901526caf39240a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x3286e000 - 0x3287efff TelephonyUI armv7 <dd37e6ff7158a0d44c99efa6ad659dd1> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x329b6000 - 0x329ccfff RawCamera armv7 <78168f60a21e67ce307c5ce30054dba6> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x329dc000 - 0x329e2fff liblockdown.dylib armv7 <df3c6cea5e6848109a6e033e1d883320> /usr/lib/liblockdown.dylib
0x329e3000 - 0x329ebfff libgcc_s.1.dylib armv7 <b8fc1381e87a55740d9ac66195039a63> /usr/lib/libgcc_s.1.dylib
0x329f0000 - 0x329fbfff GraphicsServices armv7 <7194df9e594ae0fd9d9c600ccf456a08> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x329fc000 - 0x32a46fff libstdc++.6.dylib armv7 <baab09769f92decea73680bc15aa8618> /usr/lib/libstdc++.6.dylib
0x32a83000 - 0x32a8cfff WebBookmarks armv7 <3b3f590d3bd1fdf29a14769cbe8dc933> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x32aa3000 - 0x32ad2fff VideoToolbox armv7 <4c4faee61a6e7d80d6d3a58194075642> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x32ad3000 - 0x32ad5fff libAccessibility.dylib armv7 <06dd6032c40b1feb094d63eeb2002d6d> /usr/lib/libAccessibility.dylib
0x32ad6000 - 0x32b16fff ManagedConfiguration armv7 <94f3f69708e8f008b3f092430f46e4b6> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x32b17000 - 0x32b59fff CoreTelephony armv7 <bc8796c8e011fea9923170d3c948a694> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x32b98000 - 0x32b9bfff IOSurface armv7 <e67242f81fd1c0fa5e84b3fae5d310ae> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x32ba6000 - 0x32bb5fff MobileDeviceLink armv7 <575a1afc08ed55608075204df14cc5f5> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x32bb6000 - 0x32bb6fff vecLib armv7 <85f89752df7814c1b243c26f59388523> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x32bbf000 - 0x32bc2fff ApplePushService armv7 <0477bf826cbba75183069e1e80879a99> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x32d49000 - 0x32de7fff Celestial armv7 <7a01b8d8cd2054d9b0d987bda6c52d9c> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x32de8000 - 0x32f06fff CoreGraphics armv7 <4022bbf12f11dd1f6b75662c764e7f7c> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x32f20000 - 0x32f2dfff DataDetectorsUI armv7 <8f6e03c382591e1f30f06e97b4b31570> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x3302b000 - 0x330cbfff libobjc.A.dylib armv7 <89553a61e05078fd178ac0ea2081ae40> /usr/lib/libobjc.A.dylib
0x330cc000 - 0x331cffff CoreData armv7 <0abaeddf54d093fa5cf680b0d644d8e9> /System/Library/Frameworks/CoreData.framework/CoreData
0x3325a000 - 0x33379fff Foundation armv7 <c985a61696030b4d1bdc8fe010f4e43b> /System/Library/Frameworks/Foundation.framework/Foundation
0x3343e000 - 0x3344efff DataAccessExpress armv7 <e63c6e2198f5542561ba108f4458c17d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x3344f000 - 0x33489fff IOKit armv7 <5e0169de165c2fd25a2ddac1f3e19d06> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x3348a000 - 0x334b3fff ContentIndex armv7 <40405e868ddfb485115719c167925b6b> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x33543000 - 0x33640fff MusicLibrary armv7 <c88e817481930fa7717688561b70c7f0> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x33641000 - 0x33680fff libGLImage.dylib armv7 <b96f5e231a3e39677b5e3621d61d2f11> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x33681000 - 0x33683fff MobileInstallation armv7 <74e2bd725da63513053b4fa41d8cd89c> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x33684000 - 0x3368dfff ITSync armv7 <e00a78c04f8ae7515da25fdc09281f4f> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x3368e000 - 0x3371bfff ImageIO armv7 <abf07fc0430aaf2a2823753c78061aac> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x3371c000 - 0x3374afff MIME armv7 <a6dbab95d27cf0fe94c2251df2549e10> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x33772000 - 0x337a5fff iCalendar armv7 <a8def1c4ef73199eee71bc525005831b> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x33810000 - 0x33815fff BluetoothManager armv7 <c3a48ff43d836b3025597f4ff5e5c858> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x33850000 - 0x33969fff libicucore.A.dylib armv7 <c4f4fd74dfa672fb4d84914585bbada5> /usr/lib/libicucore.A.dylib
0x339da000 - 0x339e0fff WebUI armv7 <d110132cf1dfaf19ddf0be143d1da277> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x339e4000 - 0x33ac5fff GameKitServices armv7 <5bfca52ad46cbf5f8ea3888f646f3511> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x33ad1000 - 0x33bf3fff MediaToolbox armv7 <dea2c74c8c31430c58301edbe2b6eeb2> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x33c21000 - 0x33c6afff GMM armv7 <9c4efdff49ea9e6a17b5d44bcd98b6c1> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x33c6f000 - 0x33c87fff libRIP.A.dylib armv7 <436e3b257ba088ca6f773961ce619892> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x33c88000 - 0x33c8bfff libGFXShared.dylib armv7 <12f82e44ff36b29f8d0661878be83554> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33c8c000 - 0x33c8ffff ArtworkCache armv7 <8ff796d092ff1a8289611912506bbe44> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
0x33c90000 - 0x33c9cfff DataDetectorsCore armv7 <bc6bff5b67aae8b97a8cdd43ed7b0bb1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x33c9d000 - 0x33ccefff CoreLocation armv7 <722c5983f0589013d0243e2512d0dd1b> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x33e36000 - 0x33edefff QuartzCore armv7 <109b4f6a3d2ee5aa1bb5775ab5a489bc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x33ee2000 - 0x33f8bfff libxml2.2.dylib armv7 <1d74fa3a5cec309857503a51cb2df667> /usr/lib/libxml2.2.dylib
0x33f98000 - 0x33fd9fff MessageUI armv7 <01029a352fe073ddf5103bad8274f1fe> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x33fda000 - 0x34004fff libtidy.A.dylib armv7 <25fba468c726d1a59aa109a5a76631f5> /usr/lib/libtidy.A.dylib
0x34005000 - 0x34034fff QuickLook armv7 <78442b5e66e7845f89afcc02b6982ef2> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x34035000 - 0x342cffff libLAPACK.dylib armv7 <fbc3f7ad1260a159d75be53218fa9e0c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x343a8000 - 0x343b1fff CoreVideo armv7 <58180e899ec56cd8bca00221dea2bc32> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x343b2000 - 0x343b6fff AssetsLibraryServices armv7 <942a91e5920a8798c1a1cf75f0750b2f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x343ee000 - 0x3442cfff libvDSP.dylib armv7 <cc8d6be7a5021266e26ebd05e9579852> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x3442d000 - 0x34435fff libkxld.dylib armv7 <4ec35c4d1e1e73416aea84537829ce91> /usr/lib/system/libkxld.dylib
0x34438000 - 0x34445fff OpenGLES armv7 <e397de408a0a789f816bc1803ae58faf> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x344e8000 - 0x34521fff MobileCoreServices armv7 <d38c937ae3548777da263d2657536189> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x3456c000 - 0x3459bfff CoreText armv7 <76eb1b63d684c3d21dba9e8129666d2f> /System/Library/Frameworks/CoreText.framework/CoreText
0x3459c000 - 0x345d2fff Security armv7 <7cea1027f1a381b8d6c5ffae4dae0d22> /System/Library/Frameworks/Security.framework/Security
0x345d3000 - 0x34636fff AVFoundation armv7 <39ad1d85ae4627ed77de7751e8a3b4ec> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x3473c000 - 0x347dbfff JavaScriptCore armv7 <894df23ebbc4df713d9519141a61dd19> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x347dc000 - 0x347ddfff CoreSurface armv7 <042e433142b7faa4c96b23e555faaf13> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x3483a000 - 0x34843fff AccountSettings armv7 <cd5665c4a135694944eca0870d5350c5> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x34844000 - 0x3484bfff libbz2.1.0.dylib armv7 <5d079712f5a39708647292bccbd4c4e0> /usr/lib/libbz2.1.0.dylib
0x3487c000 - 0x348aafff SystemConfiguration armv7 <2b44ac2fc47fc45c4006d08019688dbb> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x348ac000 - 0x348b7fff libz.1.dylib armv7 <19a78978d5908bedc6496470fe542936> /usr/lib/libz.1.dylib
0x348e9000 - 0x34929fff CoreAudio armv7 <1723726845b73efbeca75b33d75f335a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x34936000 - 0x3493dfff MobileWiFi armv7 <6d417a70ec3abd8258ed0fbab0994518> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x3493e000 - 0x3496cfff libCGFreetype.A.dylib armv7 <475259824770c6ff1b63f30238b3ea81> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x3496d000 - 0x349a3fff TextInput armv7 <949f29588014140b606042685de1dee6> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x349a4000 - 0x349c3fff Bom armv7 <c73b68b11b2801cefbfbdb6328a7fcfb> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x34a2d000 - 0x34c6bfff ProtocolBuffer armv7 <83f1b1c1956ed14bf6f6c7923ee9f2fc> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x34cb8000 - 0x34ccefff EAP8021X armv7 <4177ec92cd0e2a4a23c79fac68de5c2e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x34dc3000 - 0x34dd4fff PersistentConnection armv7 <5e827d18f317b5ce7c61c91656ebc88e> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x34dd5000 - 0x34e07fff AddressBook armv7 <3dde743216bbf016019b59f821dda6e3> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x34e0d000 - 0x34e0efff Marco armv7 <89d4f32ac1cbb0b4f5066308fa5f422a> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x34e0f000 - 0x34e12fff libMobileGestalt.dylib armv7 <85f01f53a7455a34fbdedc76bd692d74> /usr/lib/libMobileGestalt.dylib
0x34f43000 - 0x34f4ffff SpringBoardServices armv7 <7624f0a9e197261f2df43edb86ba0256> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x34f50000 - 0x34f5dfff libbsm.0.dylib armv7 <27ad6b3a74ce1068586eabd6a553183f> /usr/lib/libbsm.0.dylib
0x34f5e000 - 0x34f64fff IAP armv7 <42a87fc47e059f5a73dcff2227b9e0be> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x34f67000 - 0x34f7afff libmis.dylib armv7 <9fbf2930731e2da9863eacdff8b121a2> /usr/lib/libmis.dylib
0x34f7d000 - 0x34fa6fff IMFoundation armv7 <8e003a136638c28edc7b5333b8166b5a> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFoundation
0x34fa7000 - 0x34fecfff IMCore armv7 <d5045ad82f9b89b1d4992f1f500724fa> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x34fed000 - 0x3500cfff Conference armv7 <f38c0563d62880f21ee676529aeafa47> /System/Library/PrivateFrameworks/Conference.framework/Conference
0x3502d000 - 0x35151fff AudioToolbox armv7 <802e4d5c449b69d9552809e5230baa84> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x35152000 - 0x35155fff ActorKit armv7 <9858fda6756fb624164b7b83aefa6701> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x35156000 - 0x35156fff Accelerate armv7 <f4c04cdfdb64d209828315cdd5b60bf9> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x3518f000 - 0x351c9fff CoreMedia armv7 <6df383495d1acd2b036ad674a29d75c1> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x351d0000 - 0x351fafff DataAccess armv7 <190e9fd23dcbf029e5a8cdb9fb56befc> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x351fb000 - 0x35308fff libSystem.B.dylib armv7 <3fcf32f3ad8ef745480b5b36efc41953> /usr/lib/libSystem.B.dylib
Not exactly sure where UISearchDisplayController is coming from. I have a ViewController that that has a UISearchDisplayController, which pushes another ViewController onto the stack, which doesn't have a UISearchDisplayController...
EXC_CRASH is a mach exception that just means the application terminated abnormally. The parenthetical is the signal that caused the exception, in your case it's SIGABRT which almost always means that you have an un-handled exception somewhere or you have some code that is calling abort() for some reason (again, generally the un-handled exception handler calls this in the end).
You have to symbolicate your crash log with the symbols file that you created for this specific release (the DSYM file that was in the build directory where your app file was). That will at least tell you exactly which line in your code triggered the final abort.
Based on just the libraries here, I'm going to guess that you have an over-released object that you are messaging at some point. Try running the static analyzer to see if it finds any memory problems and symbolicate the crash log so you can at least get a starting point.
This could also be coming from a failed assertion, like index out of bounds or what have you, but since it's so far down in the view hierarchy, my guess is bad memory (the wrong object at the current memory location).