My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 578: Google Analytics iOS SDK [GAIReachabilityChecker reachabilityFlagsChanged: crash
19 people starred this issue and may be notified of changes. Back to list
 
Reported by [email protected], Jan 28, 2015
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

Dec 3, 2015
#1 [email protected]
I'm also seeing this issue with SDK version 3.13. 
Feb 29, 2016
#2 [email protected]
I have this problem too.
Mar 7, 2016
Project Member #3 [email protected]
(No comment was entered for this change.)
Mar 16 (6 days ago)
#4 [email protected]
when the fix is expected?
Mar 18 (4 days ago)
#5 [email protected]
We had similar crashes in one of our apps. Wrapping TAGDataLayer's - (void)push:(NSDictionary*)update;  method in a try/catch in a category we wrote on  TAGDataLayer and use that instead in our app's code seems to have fixed the crashes.
Sign in to add a comment

Powered by Google Project Hosting