I’m seeing a weird crash in our app coming from our App Store version. It goes 
into an infinite loop then crashes the app; see below.

=========================================

0       libobjc.A.dylib         lookUpImpOrForward + 3
1       libobjc.A.dylib         lookUpImpOrNil + 18
2       libobjc.A.dylib         lookUpImpOrNil + 18
3       libobjc.A.dylib         class_respondsToSelector + 36
4       Foundation              +[NSBundle bundleForClass:] + 66
5       UIKit                   -[UIWindow isInternalWindow] + 76
6       UIKit                   +[UIWindow 
_enumerateWindowsIncludingInternalWindows:onlyVisibleWindows:withBlock:] + 120
7       UIKit                   +[UIWindow 
allWindowsIncludingInternalWindows:onlyVisibleWindows:forScreen:] + 126
8       UIKit                   +[UIWindow 
allWindowsIncludingInternalWindows:onlyVisibleWindows:] + 30
9       UIKit                   -[UIViewController _window] + 238
10      UIKit                   -[UIViewController loadViewIfRequired] + 104
11      UIKit                   -[UIViewController view] + 24
**** Start of infinite loop
12      Chartcube               _logos_method$VCModCore$__ABT$viewDidLoad + 
155804
13      UIKit                   -[UIViewController loadViewIfRequired] + 600
14      UIKit                   -[UIViewController view] + 24
**** Go back to start
15      Chartcube               _logos_method$VCModCore$__ABT$viewDidLoad + 
155804
<snipped>

===========================================


We haven’t been able to reproduce this crash in-house but we’ve been getting a 
number of crash reports from our crash reporting library.

I have no idea why this is happening and I don’t know what the mangled _logos 
symbol is exactly (other than it’s some sort of internal implementation).

Anyone have any insight into what this is or possibly why it’s happening.

Thanks!

Doug Hill
http://chartcube <http://chartcube/>.com/
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to