We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15.4
17.0
CocoaPods
Core
-[FBAdCappingDataModel isCapped] + 17848 crash
Crashed: com.apple.root.default-qos
0 libobjc.A.dylib 0x3554 objc_release_x0 + 16 1 libobjc.A.dylib 0x3554 objc_release + 16 2 BluedInternational 0x23367c4 -[FBAdCappingDataModel isCapped] + 17848 3 BluedInternational 0x237b4f8 __39-[FBAdOnDeviceHistoryData cappedAdList]_block_invoke + 299756 4 BluedInternational 0x241b924 __40-[NSDictionary(FBAdFunctional) adnw_map]_block_invoke_2 + 67956 5 CoreFoundation 0x13588 NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK + 24 6 CoreFoundation 0x9dbc0 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 212 7 BluedInternational 0x241b8c4 __40-[NSDictionary(FBAdFunctional) adnw_map]_block_invoke + 67860 8 BluedInternational 0x237b398 -[FBAdOnDeviceHistoryData cappedAdList] + 299404 9 BluedInternational 0x237be5c -[FBAdOnDeviceHistoryDataManager cappedAdList] + 302160 10 BluedInternational 0x2362844 +[FBAdEnvironmentData staticEnvironmentParamsEncodedWithBtExtras:] + 198200 11 BluedInternational 0x296e34c -[GADMediationAdapterFacebook collectSignalsForRequestParameters:completionHandler:] + 5649308 12 BluedInternational 0x2562d14 GADSharedRTBSignalsDispatchQueue + 1408356 13 BluedInternational 0x2604b08 GAD_GADOperation_arm64_10_14_0 + 2071384 14 BluedInternational 0x2562be8 GADSharedRTBSignalsDispatchQueue + 1408056 15 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32 16 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20 17 libdispatch.dylib 0x70c8 _dispatch_queue_override_invoke + 788 18 libdispatch.dylib 0x15a6c _dispatch_root_queue_drain + 396 19 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164 20 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228 21 libsystem_pthread.dylib 0xb98 start_wqthread + 8
已崩溃:com.apple.root.default-qos EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000007ac97d200
No response
// INSERT YOUR CODE HERE var example = "Example code"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist before submitting a bug report
Xcode version
15.4
Facebook iOS SDK version
17.0
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
-[FBAdCappingDataModel isCapped] + 17848 crash
Expected results
0 libobjc.A.dylib 0x3554 objc_release_x0 + 16
1 libobjc.A.dylib 0x3554 objc_release + 16
2 BluedInternational 0x23367c4 -[FBAdCappingDataModel isCapped] + 17848
3 BluedInternational 0x237b4f8 __39-[FBAdOnDeviceHistoryData cappedAdList]_block_invoke + 299756
4 BluedInternational 0x241b924 __40-[NSDictionary(FBAdFunctional) adnw_map]_block_invoke_2 + 67956
5 CoreFoundation 0x13588 NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK + 24
6 CoreFoundation 0x9dbc0 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 212
7 BluedInternational 0x241b8c4 __40-[NSDictionary(FBAdFunctional) adnw_map]_block_invoke + 67860
8 BluedInternational 0x237b398 -[FBAdOnDeviceHistoryData cappedAdList] + 299404
9 BluedInternational 0x237be5c -[FBAdOnDeviceHistoryDataManager cappedAdList] + 302160
10 BluedInternational 0x2362844 +[FBAdEnvironmentData staticEnvironmentParamsEncodedWithBtExtras:] + 198200
11 BluedInternational 0x296e34c -[GADMediationAdapterFacebook collectSignalsForRequestParameters:completionHandler:] + 5649308
12 BluedInternational 0x2562d14 GADSharedRTBSignalsDispatchQueue + 1408356
13 BluedInternational 0x2604b08 GAD_GADOperation_arm64_10_14_0 + 2071384
14 BluedInternational 0x2562be8 GADSharedRTBSignalsDispatchQueue + 1408056
15 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32
16 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
17 libdispatch.dylib 0x70c8 _dispatch_queue_override_invoke + 788
18 libdispatch.dylib 0x15a6c _dispatch_root_queue_drain + 396
19 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164
20 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228
21 libsystem_pthread.dylib 0xb98 start_wqthread + 8
Actual results
已崩溃:com.apple.root.default-qos
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000007ac97d200
Steps to reproduce
No response
Code samples & details
The text was updated successfully, but these errors were encountered: