UpendraSingh / 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 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
I'm also seeing this issue with SDK version 3.13. 

Original comment by spacep...@gmail.com on 3 Dec 2015 at 4:07

GoogleCodeExporter commented 8 years ago
I have this problem too.

Original comment by m.moel...@radio.net on 29 Feb 2016 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by t...@google.com on 7 Mar 2016 at 10:21

GoogleCodeExporter commented 8 years ago
when the fix is expected?

Original comment by k.juika...@gmail.com on 16 Mar 2016 at 6:59

GoogleCodeExporter commented 8 years ago
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.

Original comment by satyam.k...@bottlerocketstudios.com on 18 Mar 2016 at 12:11