Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 04-19-2011, 12:31 AM   #1 (permalink)
Registered Member
 
Join Date: Apr 2011
Location: China
Posts: 16
zhangcy_cn is on a distinguished road
Unhappy Help: app crashed with crash log

app crashed with the following crash log after transferred by symbolicatecrash, can anybody help me out? I can not find out what happened and do not know how to do?
Code:
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            0x36181a1c 0x36170000 + 72220
1   libsystem_c.dylib                 0x33e8b3b4 0x33e58000 + 209844
2   libsystem_c.dylib                 0x33e83bf8 0x33e58000 + 179192
3   libstdc++.6.dylib                 0x30887a64 __gnu_cxx::__verbose_terminate_handler() + 376
4   libobjc.A.dylib                   0x33baa06c 0x33ba4000 + 24684
5   libstdc++.6.dylib                 0x30885e36 __cxxabiv1::__terminate(void (*)()) + 46
6   libstdc++.6.dylib                 0x30885e8a std::terminate() + 10
7   libstdc++.6.dylib                 0x30885f5a __cxa_throw + 78
8   libobjc.A.dylib                   0x33ba8c84 0x33ba4000 + 19588
9   CoreFoundation                    0x3044748a 0x303a9000 + 648330
10  CoreFoundation                    0x304474c4 0x303a9000 + 648388
11  Foundation                        0x30b06f72 -[NSCFString substringWithRange:] + 90
12  Throwtome                         0x00017cfc 0x1000 + 93436
13  UIKit                             0x32224f08 -[UIViewController view] + 104
14  UIKit                             0x322335e8 -[UIViewController contentScrollView] + 16
15  UIKit                             0x32233458 -[UINavigationController _computeAndApplyScrollContentInsetDeltaForViewController:] + 24
16  UIKit                             0x32233356 -[UINavigationController _layoutViewController:] + 18
17  UIKit                             0x32232e2e -[UINavigationController _startTransition:fromViewController:toViewController:] + 374
18  UIKit                             0x32232c3c -[UINavigationController _startDeferredTransitionIfNeeded] + 176
19  UIKit                             0x32232b80 -[UINavigationController viewWillLayoutSubviews] + 8
20  UIKit                             0x32232b1c -[UILayoutContainerView layoutSubviews] + 132
21  UIKit                             0x321f35f4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 20
22  CoreFoundation                    0x303b4efc 0x303a9000 + 48892
23  QuartzCore                        0x31aaabae -[CALayer layoutSublayers] + 114
24  QuartzCore                        0x31aaa966 CALayerLayoutIfNeeded + 178
25  QuartzCore                        0x31aaa8a0 -[CALayer layoutIfNeeded] + 72
26  UIKit                             0x321f35d0 -[UIView(Hierarchy) layoutIfNeeded] + 16
27  UIKit                             0x3229b76e -[UIViewController window:willAnimateRotationToInterfaceOrientation:duration:] + 350
28  UIKit                             0x3229abba -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:] + 3094
29  UIKit                             0x32298f9e -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:] + 946
30  UIKit                             0x322986f0 -[UIViewController presentModalViewController:withTransition:] + 2372
31  UIKit                             0x32297cd0 -[UIViewController presentModalViewController:animated:] + 52
32  Throwtome                         0x00021e54 0x1000 + 134740
33  Foundation                        0x30b1317c _nsnote_callback + 136
34  CoreFoundation                    0x30416208 0x303a9000 + 446984
35  CoreFoundation                    0x303b0ee4 0x303a9000 + 32484
36  Foundation                        0x30b105cc -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
37  Foundation                        0x30b121ba -[NSNotificationCenter postNotificationName:object:] + 18
38  Throwtome                         0x000186b0 0x1000 + 95920
39  CoreFoundation                    0x303b756a 0x303a9000 + 58730
40  UIKit                             0x3220aec2 -[UIApplication sendAction:to:from:forEvent:] + 78
41  UIKit                             0x3220ae62 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 26
42  UIKit                             0x3220ae34 -[UIControl sendAction:to:forEvent:] + 32
43  UIKit                             0x3220ab86 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 350
44  UIKit                             0x3220b41c -[UIControl touchesEnded:withEvent:] + 336
45  UIKit                             0x32209bee -[UIWindow _sendTouchesForEvent:] + 362
46  UIKit                             0x32209568 -[UIWindow sendEvent:] + 256
47  UIKit                             0x321f230c -[UIApplication sendEvent:] + 292
48  UIKit                             0x321f1c4c _UIApplicationHandleEvent + 5084
49  GraphicsServices                  0x355f3e70 0x355ef000 + 20080
50  CoreFoundation                    0x3041ea90 0x303a9000 + 481936
51  CoreFoundation                    0x30420838 0x303a9000 + 489528
52  CoreFoundation                    0x30421606 0x303a9000 + 493062
53  CoreFoundation                    0x303b1ebc 0x303a9000 + 36540
54  CoreFoundation                    0x303b1dc4 0x303a9000 + 36292
55  GraphicsServices                  0x355f3418 0x355ef000 + 17432
56  GraphicsServices                  0x355f34c4 0x355ef000 + 17604
57  UIKit                             0x3221cd62 -[UIApplication _run] + 398
58  UIKit                             0x3221a800 UIApplicationMain + 664
59  Throwtome                         0x00003b8a 0x1000 + 11146
60  Throwtome                         0x00003b54 0x1000 + 11092
zhangcy_cn is offline   Reply With Quote
Old 04-19-2011, 12:50 AM   #2 (permalink)
Registered Member
 
Join Date: Apr 2011
Location: China
Posts: 16
zhangcy_cn is on a distinguished road
Default

Note: this app works fine on my own iPhone and ipad, which ios both are ios4.2.1. After submit to app store, they test the app using ios4.3, then crashed.
zhangcy_cn is offline   Reply With Quote
Reply

Bookmarks

Tags
crash, crash log, symbolicatecrash

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 354
14 members and 340 guests
dansparrow, dre, ilmman, LezB44, lorrettaui53, Nobbsy, Objective Zero, oztemel, pbart, samdanielblr, shagor012, sledzeppelin, thephotographer, Trickphotostudios
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,663
Threads: 94,119
Posts: 402,896
Top Poster: BrianSlick (7,990)
Welcome to our newest member, LezB44
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:47 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0