alooi14 / analytics-issues

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

iOS SDK 3.11 crash in [GAIURLConnection start] #639

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Name of affected component: Mobile Tracking

Google Analytics iOS SDK 3.11

Issue summary:

0   IOKit   IOServiceAddMatchingNotification (in IOKit) + 40
1   UIKit   -[UIDevice setBatteryMonitoringEnabled:] (in UIKit) + 192
2   FD  -[DataFixture appendBaseValues] (in FD) + 2180
3   FD  -[DataFixture init] (in FD) + 80
4   FD  -[NetworkDataFixture init] (in FD) + 56
5   FD  -[SplunkNSURLConnectionDataDelegateInterceptor 
initAndInterceptFor:withRequest:] (in FD) + 244
6   FD  SplunkNSURLConnectionInitWithRequestDelegateStartImmediately (in FD) + 480
7       FD  -[GAIURLConnection start] (in FD) + 84
8   Foundation  __NSThreadPerformPerform (in Foundation) + 372
9   CoreFoundation  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in 
CoreFoundation) + 24
10  CoreFoundation  __CFRunLoopDoSources0 (in CoreFoundation) + 264
11  CoreFoundation  __CFRunLoopRun (in CoreFoundation) + 712
12  CoreFoundation  CFRunLoopRunSpecific (in CoreFoundation) + 396
13  Foundation  -[NSRunLoop(NSRunLoop) runMode:beforeDate:] (in Foundation) + 316
14  Foundation  -[NSRunLoop(NSRunLoop) run] (in Foundation) + 96
15      FD  +[GAI threadMain:] (in FD) + 72
16  Foundation  __NSThread__main__ (in Foundation) + 1072
17  libsystem_pthread.dylib _pthread_body (in libsystem_pthread.dylib) + 164
18  libsystem_pthread.dylib _pthread_body (in libsystem_pthread.dylib) + 0
19  libsystem_pthread.dylib thread_start (in libsystem_pthread.dylib) + 4

Steps to reproduce issue:
Not possible to reproduce systematically

Expected output:
The app crashes

Actual results:
The app should not crash

Notes:
This reproduces on iOS 8.3 and iOS 8.2.

Original issue reported on code.google.com by gherman....@gmail.com on 18 May 2015 at 7:03