iOS device crashes for unknown reason - iphone

I have an application which goes out to the internet and collects XML article data and stores it into core data. It then displays table views of articles for the user to read. The application works perfectly well on the simulator, and runs on the device when launched from XCode. However, once XCode is stopped and I try to launch the application on the device itself it crashes almost immediately after launching. All I see is the splash screen. Any help is greatly appreciated.
Console:
Aug 25 15:08:54 unknown kernel[0] <Debug>: launchd[151] Builtin profile: container (sandbox)
Aug 25 15:08:54 unknown kernel[0] <Debug>: launchd[151] Container: /private/var/mobile/Applications/3ACA6B69-8164-4E25-B498-C1A2F2638A01 [69] (sandbox)
Aug 25 15:09:14 unknown SpringBoard[28] <Warning>: StoryStream failed to launch in time
Aug 25 15:09:14 unknown SpringBoard[28] <Warning>: Forcing crash report of StoryStream[151]...
Aug 25 15:09:14 unknown SpringBoard[28] <Warning>: Finished crash reporting.
Aug 25 15:09:14 unknown ReportCrash[153] <Error>: libMobileGestalt loadBasebandMobileEquipmentInfo: CommCenter error: 1:45
Aug 25 15:09:14 unknown ReportCrash[153] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary
Aug 25 15:09:14 unknown ReportCrash[153] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary
Aug 25 15:09:14 unknown ReportCrash[153] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/StoryStream_2011-08-25-150914_TEK-Michigan.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Aug 25 15:09:14 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.tekgroup.StoryStream[0x6840]) Exited: Killed: 9
Aug 25 15:09:14 unknown SpringBoard[28] <Warning>: Application 'StoryStream' exited abnormally with signal 9: Killed: 9
Aug 25 15:10:14 unknown SpringBoard[28] <Notice>: MultitouchHID(1cd6edd0) uilock state: 0 -> 1
Crash Log:
Incident Identifier: 2873A36E-AA14-452E-8459-F7B4B8D3706B
CrashReporter Key: 8607552d3b54a0064e538e6f939016c503e31e8d
Hardware Model: iPod4,1
Process: StoryStream [151]
Path: /var/mobile/Applications/3ACA6B69-8164-4E25-B498-C1A2F2638A01/StoryStream.app/StoryStream
Identifier: StoryStream
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-08-25 15:09:14.085 -0400
OS Version: iPhone OS 4.3.5 (8L1)
Report Version: 104
Exception Type: 00000020
Exception Codes: 0x8badf00d
Highlighted Thread: 0
Application Specific Information:
StoryStream failed to launch in time
Elapsed total CPU time (seconds): 4.370 (user 1.690, system 2.680), 22% CPU
Elapsed application CPU time (seconds): 3.110, 15% CPU
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x364aac00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x364aa758 mach_msg + 44
2 CoreFoundation 0x34a112b8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x34a13562 __CFRunLoopRun + 350
4 CoreFoundation 0x349a3ebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x349a3dc4 CFRunLoopRunInMode + 52
6 CFNetwork 0x32b50a18 CFURLConnectionSendSynchronousRequest + 244
7 Foundation 0x303bfa10 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 76
8 Foundation 0x3034b51a -[NSData(NSData) initWithContentsOfURL:] + 134
9 StoryStream 0x00010896 -[DataManager loadMedia] (DataManager.m:583)
10 StoryStream 0x0001201e -[DataManager verifyData] (DataManager.m:852)
11 StoryStream 0x00002eb2 -[DigiWireCDAppDelegate loadDataObjects] (DigiWireCDAppDelegate.m:36)
12 StoryStream 0x0000323c -[DigiWireCDAppDelegate application:didFinishLaunchingWithOptions:] (DigiWireCDAppDelegate.m:92)
13 UIKit 0x3552481a -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 766
14 UIKit 0x3551eb5e -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 266
15 UIKit 0x354f37d0 -[UIApplication handleEvent:withNewEvent:] + 1108
16 UIKit 0x354f320e -[UIApplication sendEvent:] + 38
17 UIKit 0x354f2c4c _UIApplicationHandleEvent + 5084
18 GraphicsServices 0x30987e70 PurpleEventCallback + 660
19 CoreFoundation 0x34a10a90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
20 CoreFoundation 0x34a12838 __CFRunLoopDoSource1 + 160
21 CoreFoundation 0x34a13606 __CFRunLoopRun + 514
22 CoreFoundation 0x349a3ebc CFRunLoopRunSpecific + 224
23 CoreFoundation 0x349a3dc4 CFRunLoopRunInMode + 52
24 UIKit 0x3551dd42 -[UIApplication _run] + 366
25 UIKit 0x3551b800 UIApplicationMain + 664
26 StoryStream 0x00002dd4 main (main.m:14)
27 StoryStream 0x00002d7c start + 32
Thread 1:
0 libsystem_kernel.dylib 0x364ad3ec __workq_kernreturn + 8
1 libsystem_c.dylib 0x361dc6d8 _pthread_wqthread + 592
2 libsystem_c.dylib 0x361dcbbc start_wqthread + 0
Thread 2 name: Dispatch queue: com.apple.libdispatch-manager
Thread 2:
0 libsystem_kernel.dylib 0x364adfbc kevent + 24
1 libdispatch.dylib 0x3664c032 _dispatch_mgr_invoke + 706
2 libdispatch.dylib 0x3664d03a _dispatch_queue_invoke + 86
3 libdispatch.dylib 0x3664c5ea _dispatch_worker_thread2 + 186
4 libsystem_c.dylib 0x361dc58a _pthread_wqthread + 258
5 libsystem_c.dylib 0x361dcbbc start_wqthread + 0
Thread 3 name: WebThread
Thread 3:
0 libsystem_kernel.dylib 0x364aac00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x364aa758 mach_msg + 44
2 CoreFoundation 0x34a112b8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x34a13562 __CFRunLoopRun + 350
4 CoreFoundation 0x349a3ebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x349a3dc4 CFRunLoopRunInMode + 52
6 WebCore 0x35ac127e RunWebThread(void*) + 382
7 libsystem_c.dylib 0x361db30a _pthread_start + 242
8 libsystem_c.dylib 0x361dcbb4 thread_start + 0
Thread 4:
0 libsystem_kernel.dylib 0x364aac00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x364aa758 mach_msg + 44
2 CoreFoundation 0x34a112b8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x34a13562 __CFRunLoopRun + 350
4 CoreFoundation 0x349a3ebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x349a3dc4 CFRunLoopRunInMode + 52
6 Foundation 0x3033a7f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206
7 Foundation 0x3032d382 -[NSThread main] + 38
8 Foundation 0x3039f5c6 __NSThread__main__ + 966
9 libsystem_c.dylib 0x361db30a _pthread_start + 242
10 libsystem_c.dylib 0x361dcbb4 thread_start + 0
Thread 5 name: com.apple.CFSocket.private
Thread 5:
0 libsystem_kernel.dylib 0x364acc60 __select + 20
1 CoreFoundation 0x34a168f2 __CFSocketManager + 582
2 libsystem_c.dylib 0x361db30a _pthread_start + 242
3 libsystem_c.dylib 0x361dcbb4 thread_start + 0
Unknown thread crashed with unknown flavor: 5, state_count: 1
Binary Images:
0x48000 - 0x5ffff +StoryStream armv7 <8715997d8e5b32b0b9dd12163e790706> /var/mobile/Applications/3ACA6B69-8164-4E25-B498-C1A2F2638A01/StoryStream.app/StoryStream
0x2fe47000 - 0x2fe6cfff dyld armv7 <4d3190188cbf32a8a73f32a8b5bb7adf> /usr/lib/dyld
0x301c5000 - 0x30276fff WebKit armv7 <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x3027a000 - 0x3027ffff libsystem_dnssd.dylib armv7 <f019bc513a6a37f4a79555b3ffb2a777> /usr/lib/system/libsystem_dnssd.dylib
0x303a7000 - 0x303a8fff libremovefile.dylib armv7 <0fa08e1bb47a3d179072a933d1726597> /usr/lib/system/libremovefile.dylib
0x303ac000 - 0x303acfff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x303d6000 - 0x3040efff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x3040f000 - 0x3052efff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x3062f000 - 0x3064efff Bom armv7 <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x306f4000 - 0x30736fff CoreAudio armv7 <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x30a7c000 - 0x30a7efff libAccessibility.dylib armv7 <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x30a7f000 - 0x30a81fff libgcc_s.1.dylib armv7 <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x30a82000 - 0x30a8efff GraphicsServices armv7 <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x30aa9000 - 0x30b96fff libiconv.2.dylib armv7 <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x30ba4000 - 0x30be3fff libSystem.B.dylib armv7 <64cf947dd8423eeeb677f81dd3eb2d9d> /usr/lib/libSystem.B.dylib
0x30cf8000 - 0x30cf8fff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x32a44000 - 0x32a44fff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x32a53000 - 0x32b57fff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x32be8000 - 0x32ca7fff CFNetwork armv7 <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x32db5000 - 0x32dbefff CoreVideo armv7 <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x32dbf000 - 0x32e2efff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x32e33000 - 0x32f4dfff libicucore.A.dylib armv7 <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x331d0000 - 0x332f1fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x332f2000 - 0x33338fff CoreTelephony armv7 <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x33342000 - 0x333f1fff QuartzCore armv7 <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x334f3000 - 0x334f5fff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x3380c000 - 0x33861fff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x33b65000 - 0x33b68fff libmacho.dylib armv7 <53908d448e9e32418652a4afee5bc578> /usr/lib/system/libmacho.dylib
0x33c3c000 - 0x33c86fff libstdc++.6.dylib armv7 <e98c3fd72ba43d02aac24b08f7219eb7> /usr/lib/libstdc++.6.dylib
0x33ccb000 - 0x33cccfff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x33ccd000 - 0x33d00fff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x33d25000 - 0x33de9fff libobjc.A.dylib armv7 <a89ef30f6d663254babb6329ce02ca3d> /usr/lib/libobjc.A.dylib
0x33e0d000 - 0x33e11fff libGFXShared.dylib armv7 <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33e46000 - 0x33ea5fff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x33eab000 - 0x33eaffff libcache.dylib armv7 <362fdd2de66f3e189b5d139c9669a9e3> /usr/lib/system/libcache.dylib
0x33eb0000 - 0x33eb1fff libsystem_network.dylib armv7 <3e0b7d6754cd33669c0680525f03ede1> /usr/lib/system/libsystem_network.dylib
0x3400d000 - 0x34042fff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x3407a000 - 0x3407cfff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x3407d000 - 0x34126fff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x34139000 - 0x3413afff libdyld.dylib armv7 <7dd4acfe150831e0ae82296587e67e7f> /usr/lib/system/libdyld.dylib
0x34160000 - 0x34161fff libsystem_blocks.dylib armv7 <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x34177000 - 0x342cbfff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x342cc000 - 0x34303fff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x34315000 - 0x34602fff libLAPACK.dylib armv7 <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x34703000 - 0x3470afff AggregateDictionary armv7 <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x34859000 - 0x34866fff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x34871000 - 0x34876fff libcopyfile.dylib armv7 <e32cf2d48a1f3060b372ca7623e4a12b> /usr/lib/system/libcopyfile.dylib
0x348cf000 - 0x348ddfff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x348e4000 - 0x348effff libz.1.dylib armv7 <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x34921000 - 0x34927fff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x34a37000 - 0x34a3efff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x34a3f000 - 0x34a77fff libCGFreetype.A.dylib armv7 <416c77100b453e3f838831c4c857f8c7> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x34a79000 - 0x34a99fff PrintKit armv7 <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x34a9a000 - 0x34b7ffff CoreFoundation armv7 <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x34c36000 - 0x34c73fff CoreText armv7 <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x34db1000 - 0x34e02fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x34ec0000 - 0x34ec0fff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x3504f000 - 0x35157fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
0x35258000 - 0x35258fff libsystem_sandbox.dylib armv7 <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
0x35265000 - 0x352fafff ImageIO armv7 <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x3557b000 - 0x35580fff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x355c2000 - 0x355d7fff libresolv.9.dylib armv7 <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x355ee000 - 0x3597bfff UIKit armv7 <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x35b7d000 - 0x35bacfff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x35bba000 - 0x361c5fff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x362a7000 - 0x36328fff libsystem_c.dylib armv7 <17ee3fe220c23b1f898d21ba25b2bcac> /usr/lib/system/libsystem_c.dylib
0x3649c000 - 0x364a1fff liblaunch.dylib armv7 <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x364a2000 - 0x364a5fff IOSurface armv7 <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x364a6000 - 0x364e2fff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x364fd000 - 0x36502fff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x3656e000 - 0x36597fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x3659a000 - 0x365b1fff libsystem_kernel.dylib armv7 <c4ebe7eb2e6c3a2d9bd3620a4d6dbc0e> /usr/lib/system/libsystem_kernel.dylib
0x365b2000 - 0x365b6fff AssetsLibraryServices armv7 <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x36745000 - 0x36752fff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x367cb000 - 0x367e8fff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x367ed000 - 0x367f9fff SpringBoardServices armv7 <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices

Note the line
StoryStream failed to launch in time
Your application is taking too much time to launch. If you're doing any work when the application launches, consider moving it to a background thread or at least using a timer to do it after the first turn of the run loop.

Looking in the main thread,
there is a call to
+[NSURLConnection sendSynchronousRequest:returningResponse:error:]
It is hazardous to make a synchronous network call on the main thread.
If the server takes too long to respond, or never responds, the watchdog process will kill your app.
Use an an asynchronous call or make the call on another thread.

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,

My app crash after downloading it from appstore

I just did an update of my application to app-store and after approval i downloaded it and it crashed. I have not seen any problem during testing at all.
One thing that could be a problem is that i lowered the approved IOS release from 4.2 to 4.0, maybe that is the problem but it does not explain why i did not have any problem on my device.
Anyone that can help me with some ideas so i can find the problem as i do not even know where to start looking except the IOS level?
Here is the crash log:
Incident Identifier: B95E9513-DBCD-40F1-A24C-7116285D66F8
CrashReporter Key: f7781ad5687b1a1cbfdcc3c014ba4524bdb0e48e
Hardware Model: iPhone3,1
Process: FamiljeQuiz-Frågesport [2300]
Path: /var/mobile/Applications/68D41895-E120-4C76-9952- 3F7CB6E1EBB2/FamiljeQuiz-Frågesport.app/FamiljeQuiz-Frågesport
Identifier: FamiljeQuiz-Frågesport
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-10-20 07:36:58.974 +0200
OS Version: iPhone OS 4.3.5 (8L1)
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 0x33df7a1c __pthread_kill + 8
1 libsystem_c.dylib 0x33e313b4 pthread_kill + 52
2 libsystem_c.dylib 0x33e29bf8 abort + 72
3 libstdc++.6.dylib 0x32eeaa64 __gnu_cxx::__verbose_terminate_handler() + 376
4 libobjc.A.dylib 0x333aa06c _objc_terminate + 104
5 libstdc++.6.dylib 0x32ee8e36 __cxxabiv1::__terminate(void (*)()) + 46
6 libstdc++.6.dylib 0x32ee8e8a std::terminate() + 10
7 libstdc++.6.dylib 0x32ee8f5a __cxa_throw + 78
8 libobjc.A.dylib 0x333a8c84 objc_exception_throw + 64
9 CoreFoundation 0x3614f48a +[NSException raise:format:arguments:] + 62
10 CoreFoundation 0x3614f4c4 +[NSException raise:format:] + 28
11 Foundation 0x34514e28 -[NSURL(NSURL) initFileURLWithPath:isDirectory:] + 68
12 Foundation 0x345279c4 +[NSURL(NSURL) fileURLWithPath:isDirectory:] + 28
13 FamiljeQuiz-Frågesport 0x0000e808 0x1000 + 55304
14 FamiljeQuiz-Frågesport 0x0000d6c4 0x1000 + 50884
15 CoreFoundation 0x360bf56a -[NSObject(NSObject) performSelector:withObject:withObject:] + 18
16 UIKit 0x34f51ec2 -[UIApplication sendAction:to:from:forEvent:] + 78
17 UIKit 0x34f51e62 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 26
18 UIKit 0x34f51e34 -[UIControl sendAction:to:forEvent:] + 32
19 UIKit 0x34f51b86 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 350
20 UIKit 0x34f5241c -[UIControl touchesEnded:withEvent:] + 336
21 UIKit 0x34f50bee -[UIWindow _sendTouchesForEvent:] + 362
22 UIKit 0x34f50568 -[UIWindow sendEvent:] + 256
23 UIKit 0x34f3930c -[UIApplication sendEvent:] + 292
24 UIKit 0x34f38c4c _UIApplicationHandleEvent + 5084
25 GraphicsServices 0x35873e70 PurpleEventCallback + 660
26 CoreFoundation 0x36126a90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
27 CoreFoundation 0x36128838 __CFRunLoopDoSource1 + 160
28 CoreFoundation 0x36129606 __CFRunLoopRun + 514
29 CoreFoundation 0x360b9ebc CFRunLoopRunSpecific + 224
30 CoreFoundation 0x360b9dc4 CFRunLoopRunInMode + 52
31 GraphicsServices 0x35873418 GSEventRunModal + 108
32 GraphicsServices 0x358734c4 GSEventRun + 56
33 UIKit 0x34f63d62 -[UIApplication _run] + 398
34 UIKit 0x34f61800 UIApplicationMain + 664
35 FamiljeQuiz-Frågesport 0x00002b4e 0x1000 + 6990
36 FamiljeQuiz-Frågesport 0x00002b18 0x1000 + 6936
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x33df8fbc kevent + 24
1 libdispatch.dylib 0x32fc9032 _dispatch_mgr_invoke + 706
2 libdispatch.dylib 0x32fca03a _dispatch_queue_invoke + 86
3 libdispatch.dylib 0x32fc95ea _dispatch_worker_thread2 + 186
4 libsystem_c.dylib 0x33e3258a _pthread_wqthread + 258
5 libsystem_c.dylib 0x33e32bbc start_wqthread + 0
Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x33df5c00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x33df5758 mach_msg + 44
2 CoreFoundation 0x361272b8 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x36129562 __CFRunLoopRun + 350
4 CoreFoundation 0x360b9ebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x360b9dc4 CFRunLoopRunInMode + 52
6 WebCore 0x3588227e RunWebThread(void*) + 382
7 libsystem_c.dylib 0x33e3130a _pthread_start + 242
8 libsystem_c.dylib 0x33e32bb4 thread_start + 0
Thread 3:
0 libsystem_kernel.dylib 0x33df83ec __workq_kernreturn + 8
1 libsystem_c.dylib 0x33e326d8 _pthread_wqthread + 592
2 libsystem_c.dylib 0x33e32bbc start_wqthread + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
r4: 0x3f66848c r5: 0x00000006 r6: 0x058ec89c r7: 0x2fdfdfc0
r8: 0x3fd58bf8 r9: 0x00000065 r10: 0x362212f0 r11: 0x3fd4b964
ip: 0x00000148 sp: 0x2fdfdfb4 lr: 0x34e263bb pc: 0x34deca1c
cpsr: 0x080f0010
Binary Images:
0x1000 - 0x1dfff +FamiljeQuiz-Frågesport armv7 <81da61ecfb1337cf82536279719bbccd> /var/mobile/Applications/68D41895-E120-4C76-9952-3F7CB6E1EBB2/FamiljeQuiz- Frågesport.app/FamiljeQuiz-Frågesport
0x2fe00000 - 0x2fe25fff dyld armv7 <4d3190188cbf32a8a73f32a8b5bb7adf> /usr/lib/dyld
0x3117f000 - 0x3119cfff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x311da000 - 0x314c7fff libLAPACK.dylib armv7 <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x314f1000 - 0x31529fff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x3156f000 - 0x3161efff QuartzCore armv7 <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x3173b000 - 0x3183ffff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x318b8000 - 0x319d9fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x31a16000 - 0x31a58fff CoreAudio armv7 <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31b2b000 - 0x31b30fff libsystem_dnssd.dylib armv7 <f019bc513a6a37f4a79555b3ffb2a777> /usr/lib/system/libsystem_dnssd.dylib
0x31b39000 - 0x31b62fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x31c7e000 - 0x31c83fff libcopyfile.dylib armv7 <e32cf2d48a1f3060b372ca7623e4a12b> /usr/lib/system/libcopyfile.dylib
0x31d0e000 - 0x31d11fff IOSurface armv7 <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x33844000 - 0x33849fff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x3384f000 - 0x33850fff libdyld.dylib armv7 <7dd4acfe150831e0ae82296587e67e7f> /usr/lib/system/libdyld.dylib
0x33929000 - 0x33a16fff libiconv.2.dylib armv7 <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x33a17000 - 0x33a76fff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x33af1000 - 0x33b37fff CoreTelephony armv7 <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x33b71000 - 0x33b71fff libsystem_sandbox.dylib armv7 <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
0x33b87000 - 0x33b8dfff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x33e9b000 - 0x33ee5fff libstdc++.6.dylib armv7 <e98c3fd72ba43d02aac24b08f7219eb7> /usr/lib/libstdc++.6.dylib
0x33ef6000 - 0x33fa7fff WebKit armv7 <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x33fb1000 - 0x33fb3fff libAccessibility.dylib armv7 <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x33fb8000 - 0x33fc5fff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x34399000 - 0x3445dfff libobjc.A.dylib armv7 <a89ef30f6d663254babb6329ce02ca3d> /usr/lib/libobjc.A.dylib
0x34482000 - 0x34485fff libmacho.dylib armv7 <53908d448e9e32418652a4afee5bc578> /usr/lib/system/libmacho.dylib
0x344bb000 - 0x344bffff AssetsLibraryServices armv7 <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x3453b000 - 0x34554fff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x345b3000 - 0x345b3fff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x3477a000 - 0x347affff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x347b0000 - 0x347e7fff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x347fb000 - 0x34810fff libresolv.9.dylib armv7 <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x34811000 - 0x34812fff libsystem_blocks.dylib armv7 <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x34a87000 - 0x34a90fff CoreVideo armv7 <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x34b1a000 - 0x34c34fff libicucore.A.dylib armv7 <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x34c43000 - 0x34c4afff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x34c81000 - 0x34cb9fff libCGFreetype.A.dylib armv7 <416c77100b453e3f838831c4c857f8c7> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x34ddb000 - 0x34df2fff libsystem_kernel.dylib armv7 <c4ebe7eb2e6c3a2d9bd3620a4d6dbc0e> /usr/lib/system/libsystem_kernel.dylib
0x34df3000 - 0x34e74fff libsystem_c.dylib armv7 <17ee3fe220c23b1f898d21ba25b2bcac> /usr/lib/system/libsystem_c.dylib
0x34ec6000 - 0x34f05fff libSystem.B.dylib armv7 <64cf947dd8423eeeb677f81dd3eb2d9d> /usr/lib/libSystem.B.dylib
0x34f06000 - 0x34faffff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x34fb0000 - 0x34fbbfff libz.1.dylib armv7 <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x34fbc000 - 0x34fc0fff libcache.dylib armv7 <362fdd2de66f3e189b5d139c9669a9e3> /usr/lib/system/libcache.dylib
0x35324000 - 0x35324fff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x354ee000 - 0x3560dfff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x35681000 - 0x35682fff libsystem_network.dylib armv7 <3e0b7d6754cd33669c0680525f03ede1> /usr/lib/system/libsystem_network.dylib
0x3568f000 - 0x356e0fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x356e1000 - 0x35700fff Bom armv7 <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x35701000 - 0x3573efff CoreText armv7 <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x3573f000 - 0x3573ffff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x3574a000 - 0x3577dfff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x35807000 - 0x3589cfff ImageIO armv7 <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x358c8000 - 0x358d6fff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x35c17000 - 0x35c1efff AggregateDictionary armv7 <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x35d36000 - 0x35d3bfff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x35d3c000 - 0x35dabfff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x35dac000 - 0x35db8fff SpringBoardServices armv7 <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x35e10000 - 0x35e1dfff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x35f2a000 - 0x362b7fff UIKit armv7 <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x36615000 - 0x36615fff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x36617000 - 0x36646fff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x36647000 - 0x36649fff libgcc_s.1.dylib armv7 <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x366be000 - 0x366c3fff liblaunch.dylib armv7 <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x366f9000 - 0x367b8fff CFNetwork armv7 <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x36838000 - 0x3683afff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x36843000 - 0x36863fff PrintKit armv7 <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x36864000 - 0x36870fff GraphicsServices armv7 <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x36871000 - 0x36e7cfff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x36ee4000 - 0x36ee8fff libGFXShared.dylib armv7 <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x36ee9000 - 0x3703dfff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x370a6000 - 0x3718bfff CoreFoundation armv7 <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x371ab000 - 0x371acfff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x371ae000 - 0x371eafff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x37305000 - 0x3735afff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x374ac000 - 0x374aefff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x374cf000 - 0x375d7fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
0x37797000 - 0x37798fff libremovefile.dylib armv7 <0fa08e1bb47a3d179072a933d1726597> /usr/lib/system/libremovefile.dylib
Here is an extract from the console, with more information:
Oct 20 07:36:58 unknown UIKitApplication:com.thefroghouse.PRODUCTNAMErfc1034identifier[0x8e0f][2300] <Notice>: terminate called after throwing an instance of 'NSException'
Oct 20 07:36:59 unknown ReportCrash[2304] <Notice>: Formulating crash report for process FamiljeQuiz-Frågesport[2300]
Oct 20 07:36:42 unknown FamiljeQuiz-Frågesport[2300] <Warning>: xx: 3672
Oct 20 07:36:42 unknown FamiljeQuiz-Frågesport[2300] <Warning>: eOF 99999
Oct 20 07:36:42 unknown FamiljeQuiz-Frågesport[2300] <Warning>: #entities in DB after insert: 2331
Oct 20 07:36:58 unknown FamiljeQuiz-Frågesport[2300] <Error>: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:isDirectory:]: nil string parameter'
Bundle resources missing
Sometimes, if you don't explicitly select Product->Clean and then build, it can leave some of the build intermediates around from previous builds, which are not present in newer builds (including .xib files and image resources).
If you changed your background image, but accidentally forgot to put it in the "Copy Bundle Resources" build step, it could be working during testing due to it being present in your build directory locally, but when you built for distribution it didn't copy the new background image in. So when you start up the app, it may crash immediately due to referencing a non-existent background image.
Although, that doesn't explain how it got approved in the first place.. try purging build files like I said, and also uninstalling the app from your testing device(s) entirely before you test again.
High memory usage
The changes you made might have pushed the memory allocation at one particular point (during the loading of a question) just beyond the mark that your testing device can handle before emitting a memory warning level 2 (which would likely get the app terminated by Watchdog). This would make sense if you tested it with less apps open, but now you're trying to run it with a bunch of other apps running in the background.
Follow #brian's advice and get crash logs, but also read the Console log for the device to see if Watchdog killed the app. You might want to try closing all other apps on your testing device in case it's just a problem of having too many apps running on your specific device.
EDIT: Look at lines 10 and 11 from your stack trace:
10 CoreFoundation 0x3614f4c4 +[NSException raise:format:] + 28
11 Foundation 0x34514e28 -[NSURL(NSURL) initFileURLWithPath:isDirectory:] + 68
It's not able to construct a file URL (a link to a file on the local system). So, you may have tried to initialise an incorrectly-formatted URL. If the path doesn't actually exist, the documentation states:
If path does not exist in the file system, the method assumes that it represents a file and does not append a trailing slash.
So it must be that you've either passed nil by accident to the method, or the format of the URL is invalid.
Plug your device into your Mac, open up XCode organizer and import the crash reports. You should be able to symbolicate them and use the stack trace to determine the cause of the crash.
If there are no crash reports then maybe your app is crashing before it even starts up. Which could indicate a problem with the Info.plist or a code signing problem. Though I don't think that is the case if it was approved.

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.

symbolicatecrash - space in bundle name preventing method names to be show in the crash report

I'm trying to debug a crash but when I run symbolicatecrash against my crash log I get every method call in the stack trace except for my method calls. Here is the crash report:
Incident Identifier: C3A58923-5D49-4767-A3C2-3AFFEF00DFEF
CrashReporter Key: 165f7337feeb98394ab7477fc0b7280d14a16e43
Hardware Model: iPad1,1
Process: Log Jam [2862]
Path: /var/mobile/Applications/625E17A7-F0FF-4109-9E62-99FE8D6C6889/Log Jam.app/Log Jam
Identifier: Log Jam
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2010-12-13 23:31:20.762 -0500
OS Version: iPhone OS 4.2.1 (8C148)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread: 0
Thread 0 Crashed:
0 libSystem.B.dylib 0x30d7c2d4 __kill + 8
1 libSystem.B.dylib 0x30d7c2c4 kill + 4
2 libSystem.B.dylib 0x30d7c2b6 raise + 10
3 libSystem.B.dylib 0x30d90d72 abort + 50
4 libstdc++.6.dylib 0x34981a20 __gnu_cxx::__verbose_terminate_handler() + 376
5 libobjc.A.dylib 0x34a83594 _objc_terminate + 104
6 libstdc++.6.dylib 0x3497fdf2 __cxxabiv1::__terminate(void (*)()) + 46
7 libstdc++.6.dylib 0x3497fe46 std::terminate() + 10
8 libstdc++.6.dylib 0x3497ff16 __cxa_throw + 78
9 libobjc.A.dylib 0x34a824c4 objc_exception_throw + 64
10 CoreFoundation 0x3587a7c2 +[NSException raise:format:arguments:] + 62
11 CoreFoundation 0x3587a7fc +[NSException raise:format:] + 28
12 QuartzCore 0x31071222 CALayerSetPosition(CALayer*, CA::Vec2<double> const&, bool) + 134
13 QuartzCore 0x31071190 -[CALayer setPosition:] + 32
14 QuartzCore 0x310710dc -[CALayer setFrame:] + 384
15 UIKit 0x341aa0e2 -[UIView(Geometry) setFrame:] + 182
16 UIKit 0x341aad64 -[UILabel setFrame:] + 204
17 Log Jam 0x00052dec 0x1000 + 335340
18 Log Jam 0x0004934c 0x1000 + 295756
19 Log Jam 0x00048ffa 0x1000 + 294906
20 UIKit 0x341ef630 -[UINavigationController _startTransition:fromViewController:toViewController:] + 604
21 UIKit 0x341ef358 -[UINavigationController _startDeferredTransitionIfNeeded] + 176
22 UIKit 0x341e30be -[UINavigationController pushViewController:transition:forceImmediate:] + 634
23 UIKit 0x341e2e34 -[UINavigationController pushViewController:animated:] + 28
24 Log Jam 0x0002f792 0x1000 + 190354
25 UIKit 0x3420b834 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 656
26 UIKit 0x342cb60c -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 124
27 Foundation 0x31181df6 __NSFireDelayedPerform + 362
28 CoreFoundation 0x3583109c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 8
29 CoreFoundation 0x35830b54 __CFRunLoopDoTimer + 844
30 CoreFoundation 0x358021ae __CFRunLoopRun + 1082
31 CoreFoundation 0x35801c80 CFRunLoopRunSpecific + 224
32 CoreFoundation 0x35801b88 CFRunLoopRunInMode + 52
33 GraphicsServices 0x320c84a4 GSEventRunModal + 108
34 GraphicsServices 0x320c8550 GSEventRun + 56
35 UIKit 0x341dc322 -[UIApplication _run] + 406
36 UIKit 0x341d9e8c UIApplicationMain + 664
37 Log Jam 0x00002172 0x1000 + 4466
38 Log Jam 0x0000213c 0x1000 + 4412
Thread 1:
0 libSystem.B.dylib 0x30d30974 kevent + 24
1 libSystem.B.dylib 0x30dda704 _dispatch_mgr_invoke + 88
2 libSystem.B.dylib 0x30dda174 _dispatch_queue_invoke + 96
3 libSystem.B.dylib 0x30dd9b98 _dispatch_worker_thread2 + 120
4 libSystem.B.dylib 0x30d7e24a _pthread_wqthread + 258
5 libSystem.B.dylib 0x30d76970 start_wqthread + 0
Thread 2:
0 libSystem.B.dylib 0x30d7e9e0 __workq_kernreturn + 8
1 libSystem.B.dylib 0x30d7e364 _pthread_wqthread + 540
2 libSystem.B.dylib 0x30d76970 start_wqthread + 0
Thread 3:
0 libSystem.B.dylib 0x30d04268 mach_msg_trap + 20
1 libSystem.B.dylib 0x30d06354 mach_msg + 44
2 CoreFoundation 0x35802648 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x35801ed2 __CFRunLoopRun + 350
4 CoreFoundation 0x35801c80 CFRunLoopRunSpecific + 224
5 CoreFoundation 0x35801b88 CFRunLoopRunInMode + 52
6 WebCore 0x34bf6124 RunWebThread(void*) + 332
7 libSystem.B.dylib 0x30d7d886 _pthread_start + 242
8 libSystem.B.dylib 0x30d72a88 thread_start + 0
Thread 4:
0 libSystem.B.dylib 0x30d04268 mach_msg_trap + 20
1 libSystem.B.dylib 0x30d06354 mach_msg + 44
2 AudioToolbox 0x33c0eb96 AURemoteIO::IOThread::Entry(void*) + 54
3 AudioToolbox 0x33b4a1d2 CAPThread::Entry(CAPThread*) + 138
4 libSystem.B.dylib 0x30d7d886 _pthread_start + 242
5 libSystem.B.dylib 0x30d72a88 thread_start + 0
Thread 5:
0 libSystem.B.dylib 0x30d04268 mach_msg_trap + 20
1 libSystem.B.dylib 0x30d06354 mach_msg + 44
2 CoreFoundation 0x35802648 __CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x35801ed2 __CFRunLoopRun + 350
4 CoreFoundation 0x35801c80 CFRunLoopRunSpecific + 224
5 CoreFoundation 0x35801b88 CFRunLoopRunInMode + 52
6 Foundation 0x3118e5f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206
7 Foundation 0x3116c192 -[NSThread main] + 38
8 Foundation 0x31165242 __NSThread__main__ + 966
9 libSystem.B.dylib 0x30d7d886 _pthread_start + 242
10 libSystem.B.dylib 0x30d72a88 thread_start + 0
Thread 6:
0 libSystem.B.dylib 0x30d2868c select$DARWIN_EXTSN + 20
1 CoreFoundation 0x35839662 __CFSocketManager + 582
2 libSystem.B.dylib 0x30d7d886 _pthread_start + 242
3 libSystem.B.dylib 0x30d72a88 thread_start + 0
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x3e3d52e8
r4: 0x00000006 r5: 0x3497f989 r6: 0x03b74ccc r7: 0x2fdfe3ac
r8: 0x00000000 r9: 0x00000065 r10: 0x00236e70 r11: 0x344b5cd8
ip: 0x00000025 sp: 0x2fdfe3ac lr: 0x30d7c2cb pc: 0x30d7c2d4
cpsr: 0x000f0010
Binary Images:
0x1000 - 0xabfff +Log Jam armv7 <467edd9ddbc1a52a6bb7009036bc5360> /var/mobile/Applications/625E17A7-F0FF-4109-9E62-99FE8D6C6889/Log Jam.app/Log Jam
0x1ed000 - 0x1eefff dns.so armv7 <fcefecb2d5e095ba88127eec3af57ec0> /usr/lib/info/dns.so
0x2fe00000 - 0x2fe27fff dyld armv7 <06e6959cebb4a72e66c833e26ae64d26> /usr/lib/dyld
0x3001f000 - 0x30026fff libbz2.1.0.dylib armv7 <2989ea7a5cad2cfe91bd632b041d0ff4> /usr/lib/libbz2.1.0.dylib
0x30054000 - 0x3016afff libicucore.A.dylib armv7 <e7fbb2ac586567e574dc33d7bb5c4dc9> /usr/lib/libicucore.A.dylib
0x301cd000 - 0x302b6fff AudioCodecs armv7 <be315c1e4982718460819fb240042952> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x302b7000 - 0x30366fff WebKit armv7 <644a1c6120578f896bed7121307aa2af> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x30367000 - 0x3037dfff EAP8021X armv7 <36659ec2b9def7b5798a05327e369247> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x303fc000 - 0x3051cfff CoreGraphics armv7 <2d7b40a7baca915ce78b1dd9a0d6433b> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x3056b000 - 0x3056bfff vecLib armv7 <e53d234e808c77d286161095f92c58cf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x30641000 - 0x30700fff CFNetwork armv7 <02fe0e30e54fffdcbbbd02e8cb812c3a> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x3075b000 - 0x3076efff libmis.dylib armv7 <855aefc263c6c20e6cf8723ea36125a2> /usr/lib/libmis.dylib
0x3076f000 - 0x307c4fff libvDSP.dylib armv7 <9365fc6cae1bff737257e74faf3b1f26> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x307d8000 - 0x307defff StoreKit armv7 <f44ec361fe53962128632c6f3afd869b> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x307e6000 - 0x307e8fff libgcc_s.1.dylib armv7 <e66758bcda6da5d7f9b54fa5c4de6da2> /usr/lib/libgcc_s.1.dylib
0x30811000 - 0x30813fff CrashReporterSupport armv7 <30a5f1edcdb9ffe868a620199a4cbe12> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x30821000 - 0x30853fff AppSupport armv7 <47c8055ac99f187174ca373b702ffa68> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x30854000 - 0x30854fff Accelerate armv7 <29dd5f17440bbb6e8e42e11b6fceda9a> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x3091c000 - 0x30931fff libresolv.9.dylib armv7 <ea156820997ae9a2baf664d0f79f18d7> /usr/lib/libresolv.9.dylib
0x30b44000 - 0x30b46fff IOMobileFramebuffer armv7 <1040629f37795146c9dcac8ab1a868fc> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x30c45000 - 0x30c74fff SystemConfiguration armv7 <3f982c11b5526fc39a92d585c60d8a90> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x30c78000 - 0x30c8dfff OpenAL armv7 <8ea22c729b71c6e7e19566b91a03afd2> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x30c8e000 - 0x30c98fff AccountSettings armv7 <19c79f81d5d55fe2e6b618fcdc28258e> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x30d03000 - 0x30e14fff libSystem.B.dylib armv7 <138a43ab528bb428651e6aa7a2a7293c> /usr/lib/libSystem.B.dylib
0x30e16000 - 0x30e28fff PersistentConnection armv7 <cd2a699aa5036bdad0517603ba4db839> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x30e37000 - 0x30f1ffff libGLProgrammability.dylib armv7 <1f478a71783cd7eb4ae9ef6f2dcea803> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x30f20000 - 0x30f2bfff libz.1.dylib armv7 <fabaddbcbc8c02bab0261df9d78e0e25> /usr/lib/libz.1.dylib
0x30fc4000 - 0x31065fff Celestial armv7 <b411f4662383ec24dbfbcde8f4c23d67> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x31066000 - 0x31114fff QuartzCore armv7 <83a8e5f0033369e437069c1e758fed83> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x31161000 - 0x31280fff Foundation armv7 <81d36041f04318cb51db5aafed9ce504> /System/Library/Frameworks/Foundation.framework/Foundation
0x312af000 - 0x312b4fff libMobileGestalt.dylib armv7 <5f73c7138ee1cb7103a98aec99f9ed88> /usr/lib/libMobileGestalt.dylib
0x312c3000 - 0x31306fff ManagedConfiguration armv7 <27ac7f05482a8aa9977150f34f9be6eb> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x31307000 - 0x31347fff CoreAudio armv7 <f32e03ee4c68f0db23f05afc9a3cc94c> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31429000 - 0x3142cfff ApplePushService armv7 <9d1eb7b11f0f146c941efbab2c055606> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x318b5000 - 0x318d5fff PrintKit armv7 <02a9c6f4173a0673c4637a3b570345cd> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x31bd9000 - 0x31c02fff MobileCoreServices armv7 <54484a513761868149405df7fc29b5c0> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x31c5e000 - 0x31c66fff MobileBluetooth armv7 <6d6c62f52219d27be50f1d7c39a68dc6> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x31c68000 - 0x31c6bfff CaptiveNetwork armv7 <a2af7147f5538d7669b14fa7b19b5a7c> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x31c6d000 - 0x31d16fff libxml2.2.dylib armv7 <b3d82f80a777cb1434052ea2d232e3df> /usr/lib/libxml2.2.dylib
0x31d29000 - 0x31d2cfff IOSurface armv7 <deff02882166bf16d0765d68f0542cc8> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x31d2d000 - 0x31d2ffff MobileInstallation armv7 <8e6b0d9f642be06729ffdaaee97053b0> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x31d46000 - 0x31d4dfff AggregateDictionary armv7 <71372c95d4af7af787d0682a939e40ac> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x31e09000 - 0x31e4bfff CoreTelephony armv7 <96d3af505b9f2887e62c7e99c157733e> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x320c4000 - 0x320d0fff GraphicsServices armv7 <0099670dccd99466653956bf918d667a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x33ae9000 - 0x33aebfff libAccessibility.dylib armv7 <3f0b58ea13d30f0cdb73f6ffe6d4e75c> /usr/lib/libAccessibility.dylib
0x33b49000 - 0x33c82fff AudioToolbox armv7 <657b327f2ceee9f22f9474f2f9bddbe6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x33cf8000 - 0x33d29fff VideoToolbox armv7 <bb7ff9014b1dabec2acce95d41f05b59> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x33d2c000 - 0x33d2ffff libGFXShared.dylib armv7 <3a385ed495379116abbe50bc8cd5a612> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33d30000 - 0x33d31fff CoreSurface armv7 <f7caaf43609cfe0e475dfe83790edb4d> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x33d61000 - 0x33d7afff libRIP.A.dylib armv7 <ee16b5cee12a8947c8e511ed51ae7fef> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x340dc000 - 0x34112fff CoreText armv7 <b9b5c21b2d2a28abc47842c78c026ddf> /System/Library/Frameworks/CoreText.framework/CoreText
0x3415c000 - 0x3418ffff AddressBook armv7 <7c87e0175c8649d6832419da8a1cfac1> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x341a5000 - 0x34526fff UIKit armv7 <de1cbd3219a74e4d41b30428f428e223> /System/Library/Frameworks/UIKit.framework/UIKit
0x34527000 - 0x345bafff ImageIO armv7 <5b5a294d4250eff866fdbf891b1e8b34> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x345ca000 - 0x34607fff CoreMedia armv7 <4ea4d349e886206d1ecf5bae870f3f04> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x34632000 - 0x34636fff AssetsLibraryServices armv7 <e861a330d14702f148ca5133dcbe954c> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x34637000 - 0x34774fff MediaToolbox armv7 <a18bbcc41a38917fe0ae5e183d3f6b07> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x34775000 - 0x34822fff JavaScriptCore armv7 <3f2df600942dc72aad312b3cc98ec479> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x34852000 - 0x3485bfff CoreVideo armv7 <2092d5deb6b234e04678b7c1878ccd81> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x3492e000 - 0x3493afff SpringBoardServices armv7 <137b75e19b2450c234dec88d538798ff> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x3493d000 - 0x34987fff libstdc++.6.dylib armv7 <53a6e7239c3908fa8c2915b65ff3b056> /usr/lib/libstdc++.6.dylib
0x34a7d000 - 0x34b3efff libobjc.A.dylib armv7 <aaf5671a35f9ac20d5846703dafaf4c6> /usr/lib/libobjc.A.dylib
0x34b3f000 - 0x35127fff WebCore armv7 <d6bd9cf88ee82ab6b0e33e0ae1190772> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x3520f000 - 0x352fcfff libiconv.2.dylib armv7 <c72b45f471df092dbd849081f7a3ef53> /usr/lib/libiconv.2.dylib
0x353e7000 - 0x353ecfff MobileKeyBag armv7 <cec3f3271fc267c32c169ed03e312d63> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x3549d000 - 0x354d5fff libCGFreetype.A.dylib armv7 <374bd566263e8929c10d50d6a6a48a46> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x35553000 - 0x35560fff OpenGLES armv7 <a12565ffb5bb42e3019f1957cd4951d0> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x355b6000 - 0x355bcfff liblockdown.dylib armv7 <5bbd9b3f5cfece328f80c403a8805ce9> /usr/lib/liblockdown.dylib
0x357da000 - 0x358c0fff CoreFoundation armv7 <01441e01f5141a50ee723362e59ca400> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x35992000 - 0x3599ffff libbsm.0.dylib armv7 <0f4e595e6eb2170aceb729f32b5de8c2> /usr/lib/libbsm.0.dylib
0x35b60000 - 0x35babfff libBLAS.dylib armv7 <251c5ac7380802a16e30d827c027c637> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x35bac000 - 0x35e46fff libLAPACK.dylib armv7 <2e77d87e96af938aacf0a6008e6fb89d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x35fca000 - 0x35fd2fff MobileWiFi armv7 <b29d4c5e300ef81060e38f72bb583c02> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x3601b000 - 0x3603afff Bom armv7 <0f5fd6057bad5e1677869500d636821f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x3603b000 - 0x3603cfff DataMigration armv7 <babbc72d4d48325de147d5103d7bc00d> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x3603d000 - 0x360acfff ProofReader armv7 <d2e62a8ab7e1460c7f6de8913c703e6d> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x360ad000 - 0x36129fff AVFoundation armv7 <4c7356c795e01bd5c21b00a409a07476> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x3612f000 - 0x36137fff libkxld.dylib armv7 <854e82fe66feef01e54c7c8a209851ac> /usr/lib/system/libkxld.dylib
0x36138000 - 0x3616ffff Security armv7 <cd28e102950634ae7167ddee9c686d36> /System/Library/Frameworks/Security.framework/Security
0x36170000 - 0x361bdfff libsqlite3.dylib armv7 <55038e5c1d4d0dbdd94295e8cad7a9a4> /usr/lib/libsqlite3.dylib
0x361be000 - 0x361f8fff IOKit armv7 <eb932cc42d60e55d9a4d0691bcc3d9ad> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x3623f000 - 0x3627efff libGLImage.dylib armv7 <a7c117c92607a512823d307b8fdd0151> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
As you can see, its not very helpful :-( Any help symbolicating this report would be much appreciated.
Check this answer for hints on how to check if symbolication can work: https://stackoverflow.com/a/13660458/474794
Or this answer on how to symbolicate manually: iOS crash reports: atos not working as expected
Addition to the general problem:
If the application has special characters like spaces or apostrophe's in it, the default Apple toolchain will not be able to symbolicate it. The reason is that the tool otool, which being used in the toolchain, can't handle that. No matter how you pass the filename. So to fix this, you have to do the following:
Rename the dSYM package and remove all special chars, e.g. from My App's.app.dSYM to MyApps.app.dSYM
Open the content inside the package and navigate down to Contents/Resources/DWARF
Rename the file in there as you did above
Now try again. Best way to avoid all this: NEVER use special chars in your apps name. If you want the adjust the name that appears on the screen, use CFBundleDisplayName or the corresponding plist entries.
I didn't figure out the problem with symbolicatecrash, but I was able to get the missing method calls by following this tutorial.
http://www.picsoftware.ca/blog/?p=8
Worked like a charm!

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).