kalnyc67 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Google Analytics iOS SDK [GAIReachabilityChecker reachabilityFlagsChanged: crash #578

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey all,

I keep on experiencing crash in my iOS app that is related to the 
GAIReachabilityChecker.
The seems to crash on this function:
-[GAIReachabilityChecker reachabilityFlagsChanged:]

and this is the error log:

Thread : Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x00000001981939d0 objc_msgSend + 16
1                          0x0000000100274de8 -[GAIReachabilityChecker 
reachabilityFlagsChanged:]
2  SystemConfiguration            0x000000018f0905cc reachPerform + 836
3  CoreFoundation                 0x000000018c1db77c 
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
4  CoreFoundation                 0x000000018c1daad8 __CFRunLoopDoSources0 + 256
5  CoreFoundation                 0x000000018c1d8d70 __CFRunLoopRun + 632
6  CoreFoundation                 0x000000018c119b38 CFRunLoopRunSpecific + 452
7  GraphicsServices               0x0000000191b3f830 GSEventRunModal + 168
8  UIKit                          0x000000018f1580e8 UIApplicationMain + 1156
9                          0x0000000100072870 main (main.m:17)
10 libdyld.dylib                  0x0000000198783aa0 start + 4

There are no steps reproduce this issue, it just crash randomly.

I'm using the the latest Google Analytics iOS SDK version   3.0

Original issue reported on code.google.com by eyalzzo...@gmail.com on 28 Jan 2015 at 8:17