firebase-ios-sdk: Crash when Launch APP

  • Xcode version: 10.3
  • Fabric (1.10.2)
  • Firebase/Analytics (6.7.0):
  • Firebase/Core(6.7.0):
  • Firebase/Performance(6.7.0):

When the APP is in the background for a long time, then cut back the APP from the background, Caton crashes after a few seconds on the launch page.

Small probability time

Steps to reproduce:

What happened? How can we make the problem occur? This could be a description, log/console output, etc.

Relevant Code:

Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x000000018c16d8e8 0x18c147000 + 157928
1   libsystem_platform.dylib      	0x000000018c088040 0x18c084000 + 16448
2   libobjc.A.dylib               	0x000000018c0aa5e0 0x18c096000 + 83424
3   libobjc.A.dylib               	0x000000018c098400 0x18c096000 + 9216
4   XXXAPP                       	0x0000000104b68084 -[CLSCrashReportingController installCrashReportingHandlers:] + 44
5   XXXAPP                       	0x0000000104b6735c -[CLSCrashReportingController startCrashReporterWithAPIKey:betaToken:profilingMark:report:] + 620
6   XXXAPP                       	0x0000000104b66f5c -[CLSCrashReportingController startWithProfilingMark:betaToken:] + 304
7   XXXAPP                       	0x0000000104b5b788 __20-[Crashlytics start]_block_invoke + 628
8   libdispatch.dylib             	0x000000018c029088 0x18c026000 + 12424
9   libdispatch.dylib             	0x000000018c02a770 0x18c026000 + 18288
10  XXXAPP                       	0x0000000104b5b510 -[Crashlytics start] + 156
11  XXXAPP                       	0x0000000104b5b934 +[Crashlytics initializeIfNeeded] + 48
12  XXXAPP                       	0x0000000104b9ed58 __15+[Fabric with:]_block_invoke + 524
13  libdispatch.dylib             	0x000000018c029088 0x18c026000 + 12424
14  libdispatch.dylib             	0x000000018c02a770 0x18c026000 + 18288
15  XXXAPP                       	0x0000000104b9eb44 +[Fabric with:] + 228
16  XXXAPP                       	0x0000000104ae0b90 -[AppDelegate p_configFirebase] + 248720 (AppDelegate.mm:0)
17  XXXAPP                       	0x0000000104ae13ec -[AppDelegate loadInitConfig] + 250860 (AppDelegate.mm:262)
18  XXXAPP                       	0x0000000104ae0708 -[AppDelegate application:didFinishLaunchingWithOptions:] + 247560 (AppDelegate.mm:92)

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (9 by maintainers)

Most upvoted comments

A couple questions:

  • What iOS device?
  • What version of Crashlytics?

Any of iOS devices and the latest version of Crashlytics.