Skip to content
New issue

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

Crash at FPRTraceBackgroundActivityTracker.m #14273

Open
ValentineVV opened this issue Dec 19, 2024 · 1 comment
Open

Crash at FPRTraceBackgroundActivityTracker.m #14273

ValentineVV opened this issue Dec 19, 2024 · 1 comment

Comments

@ValentineVV
Copy link

ValentineVV commented Dec 19, 2024

Crash at FPRTraceBackgroundActivityTracker.m

Here is stacktrace

          Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x9748 objc_moveWeak + 196
1  CoreFoundation                 0x50a94 _CFXNotificationRegistrarAddObserver + 392
2  CoreFoundation                 0x4f864 CFXNotificationRegistrarAdd + 580
3  CoreFoundation                 0x4f040 _CFXNotificationRegisterObserver + 248
4  FirebasePerformance            0x1c9f4 __41-[FPRTraceBackgroundActivityTracker init]_block_invoke + 44 (FPRTraceBackgroundActivityTracker.m:44)
5  libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
6  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
7  libdispatch.dylib              0x125a4 _dispatch_main_queue_drain + 988
8  libdispatch.dylib              0x121b8 _dispatch_main_queue_callback_4CF + 44
9  CoreFoundation                 0x56710 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
10 CoreFoundation                 0x53914 __CFRunLoopRun + 1996
11 CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
12 GraphicsServices               0x11a8 GSEventRunModal + 164
13 UIKitCore                      0x40a90c -[UIApplication _run] + 888
14 UIKitCore                      0x4be9d0 UIApplicationMain + 340
15 App                          0x844f4 main + 36 (KAAppDelegate.swift:36)
16 ???                            0x1c3b51e4c (Missing)

Reproducing the issue

We don't know a 100% way to reproduce it, but looks like the crash happens when user moves app to background and then back to the foreground

Firebase SDK Version

11.6.0

Xcode Version

16.1

Installation Method

CocoaPods

Firebase Product(s)

Performance, Crashlytics, Remote Config, Analytics

Targeted Platforms

iOS

Relevant Log Output

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants