Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
- Xcode Version:
11.4.1
- FBSDK 6.5.0 (at time of build)
Goals
What do you want to achieve?
We are using FBSDK in our app as an authentication option
Expected Results
What do you expect to happen?
I would like FBSDK to not crash
Actual Results
What actually happened? Can you provide a stack trace?
FBSDK is crashing at a large volume.
Steps to Reproduce
What are the steps necessary to reproduce this issue?
I'm not sure yet, this is happening intermittently (but at a high volume) in the field.
Code Samples & Details
Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x1a5c2896c __exceptionPreprocess
1 libobjc.A.dylib 0x1a5941028 objc_exception_throw
2 CoreFoundation 0x1a5b26dcc -[NSOrderedSet initWithSet:copyItems:]
3 CoreFoundation 0x1a5c2d048 ___forwarding___
4 CoreFoundation 0x1a5c2f3a0 _CF_forwarding_prep_0
5 FBSDKCoreKit 0x1039830cc +[FBSDKRestrictiveDataFilterManager updateFilters:] + 80 (FBSDKRestrictiveDataFilterManager.m:80)
6 FBSDKCoreKit 0x103985f34 +[FBSDKServerConfigurationManager processLoadRequestResponse:error:appID:] + 240 (FBSDKServerConfigurationManager.m:240)
7 FBSDKCoreKit 0x103985750 __78+[FBSDKServerConfigurationManager loadServerConfigurationWithCompletionBlock:]_block_invoke + 161 (FBSDKServerConfigurationManager.m:161)
8 FBSDKCoreKit 0x103969c5c -[FBSDKGraphRequestMetadata invokeCompletionHandlerForConnection:withResults:error:] + 41 (FBSDKGraphRequestMetadata.m:41)
9 FBSDKCoreKit 0x103967534 __82-[FBSDKGraphRequestConnection processResultBody:error:metadata:canNotifyDelegate:]_block_invoke + 806 (FBSDKGraphRequestConnection.m:806)
10 FBSDKCoreKit 0x103967428 -[FBSDKGraphRequestConnection processResultBody:error:metadata:canNotifyDelegate:] + 839 (FBSDKGraphRequestConnection.m:839)
11 FBSDKCoreKit 0x103967038 __64-[FBSDKGraphRequestConnection completeWithResults:networkError:]_block_invoke + 788 (FBSDKGraphRequestConnection.m:788)
12 CoreFoundation 0x1a5bfa66c __NSARRAY_IS_CALLING_OUT_TO_A_BLOCK__
13 CoreFoundation 0x1a5af822c -[__NSArrayM enumerateObjectsWithOptions:usingBlock:]
14 FBSDKCoreKit 0x103966dfc -[FBSDKGraphRequestConnection completeWithResults:networkError:] + 767 (FBSDKGraphRequestConnection.m:767)
15 FBSDKCoreKit 0x1039662b0 -[FBSDKGraphRequestConnection completeFBSDKURLSessionWithResponse:data:networkError:] + 634 (FBSDKGraphRequestConnection.m:634)
16 FBSDKCoreKit 0x10396443c __36-[FBSDKGraphRequestConnection start]_block_invoke_3 + 242 (FBSDKGraphRequestConnection.m:242)
17 libdispatch.dylib 0x1a58ccb7c _dispatch_call_block_and_release
18 libdispatch.dylib 0x1a58cdfd8 _dispatch_client_callout
19 libdispatch.dylib 0x1a58d9cc8 _dispatch_main_queue_callback_4CF
20 CoreFoundation 0x1a5ba3cc8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
21 CoreFoundation 0x1a5b9ea24 __CFRunLoopRun
22 CoreFoundation 0x1a5b9df40 CFRunLoopRunSpecific
23 GraphicsServices 0x1afe2e534 GSEventRunModal
24 UIKitCore 0x1a9d29580 UIApplicationMain
25 AllTrails 0x10233876c main + 21 (UIDevice+Storage.swift:21)
26 libdyld.dylib 0x1a5a1ce18 start
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
11.4.1Goals
What do you want to achieve?
We are using FBSDK in our app as an authentication option
Expected Results
What do you expect to happen?
I would like FBSDK to not crash
Actual Results
What actually happened? Can you provide a stack trace?
FBSDK is crashing at a large volume.
Steps to Reproduce
What are the steps necessary to reproduce this issue?
I'm not sure yet, this is happening intermittently (but at a high volume) in the field.
Code Samples & Details