-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
- Xcode version: 11.1
- Firebase SDK version: 6.11.0
- Firebase Component: Auth, Core, Database, Firestore, Messaging, Storage, etc)
- Component version: /
The following crash occurs:
Crashed: com.google.fira.worker
0 Dazzly 0x10118fbd0 apmpb_free_event_field + 4308794320
1 Dazzly 0x10118fcc0 apmpb_free_event + 4308794560
2 Dazzly 0x10118c954 -[APMPBEvent initWithBuffer:] + 4308781396
3 Dazzly 0x10112e7c0 -[APMDatabase rawEventDataFromDictionary:error:] + 4308395968
4 Dazzly 0x10114b634 __33-[APMMeasurement bundleRawEvents]_block_invoke_2 + 4308514356
5 Dazzly 0x10116f534 -[APMSqliteStore recordsForQuery:parameterValues:error:withFilter:] + 4308661556
6 Dazzly 0x10112dc2c -[APMDatabase rawEventsWithMetadataFingerprint:error:eventFilter:] + 4308393004
7 Dazzly 0x101148fac __33-[APMMeasurement bundleRawEvents]_block_invoke + 4308504492
8 Dazzly 0x10116f870 -[APMSqliteStore performTransaction:] + 4308662384
9 Dazzly 0x101148dd0 -[APMMeasurement bundleRawEvents] + 4308504016
10 Dazzly 0x101141b34 -[APMMeasurement uploadData] + 4308474676
11 Dazzly 0x101158f64 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 4308569956
12 libdispatch.dylib 0x19f6eb610 _dispatch_call_block_and_release + 24
13 libdispatch.dylib 0x19f6ec184 _dispatch_client_callout + 16
14 libdispatch.dylib 0x19f698464 _dispatch_lane_serial_drain$VARIANT$mp + 608
15 libdispatch.dylib 0x19f698e58 _dispatch_lane_invoke$VARIANT$mp + 420
16 libdispatch.dylib 0x19f6a2340 _dispatch_workloop_worker_thread + 588
17 libsystem_pthread.dylib 0x19f73bfa4 _pthread_wqthread + 276
18 libsystem_pthread.dylib 0x19f73eae0 start_wqthread + 8
Steps to reproduce:
occurs when application starts
andre991, aporat, barbaracsilveira, savasadar, thomasmso and 5 more