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

[firebase_crashlytics][iOS]: Crashed: com.google.firebase.crashlytics.ios.exception #12995

Closed
1 task done
namnh-0652 opened this issue Jun 25, 2024 · 5 comments
Closed
1 task done
Labels
platform: ios Issues / PRs which are specifically for iOS. resolution: invalid This doesn't seem right and might not belong here. type: bug Something isn't working

Comments

@namnh-0652
Copy link

namnh-0652 commented Jun 25, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Crashlytics

Which platforms are affected?

iOS

Description

I have searched the related error, maybe this one #11634 is the same, but it is closed. So, I re-open it here.

Reproducing the issue

There is no steps to reproduce, just crashed logs reported from testflight / firebase

Firebase Core version

2.30.1

Flutter Version

3.19.6

Relevant Log Output

This is crashed log from firebase.
# Crashlytics - Stack trace
# Application: MyAppIdentifier
# Platform: apple
# Version: 6.0.0
# Issue: 754ff548bfac4918e6fe563a83bf979d
# Session: ca6fdfc2eeb146b2a5dd6edce9b39416_DNE_0_v2
# Date: Sat Jun 22 2024 09:09:07 GMT+0700 (Indochina Time)

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x83f20 __exceptionPreprocess
1  libobjc.A.dylib                0x16018 objc_exception_throw
2  CoreFoundation                 0x18d480 +[NSObject(NSObject) _copyDescription]
3  CoreFoundation                 0x20fb4 ___forwarding___
4  CoreFoundation                 0x208d0 _CF_forwarding_prep_0
5  Flutter                        0x4065c (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
6  Flutter                        0x3f3334 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
7  Flutter                        0x3f389c (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
8  Flutter                        0x2ea89c (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
9  Flutter                        0x3f2ae8 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
10 Flutter                        0x3f46ec (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
11 Flutter                        0x3f3f38 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
12 Flutter                        0x2e8f08 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
13 Flutter                        0x2ec6bc (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
14 CoreFoundation                 0xb7a2c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
15 CoreFoundation                 0xb76d0 __CFRunLoopDoTimer
16 CoreFoundation                 0xb722c __CFRunLoopDoTimers
17 CoreFoundation                 0x53888 __CFRunLoopRun
18 CoreFoundation                 0x52cd8 CFRunLoopRunSpecific
19 GraphicsServices               0x11a8 GSEventRunModal
20 UIKitCore                      0x40a90c -[UIApplication _run]
21 UIKitCore                      0x4be9d0 UIApplicationMain
22 Runner                         0x96bc main + 16 (AppDelegate.swift:16)
23 ???                            0x1b57c1e4c (Missing)

Crashed: com.google.firebase.crashlytics.ios.exception
0  FirebaseCrashlytics            0x21c10 FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392)
1  FirebaseCrashlytics            0x21ff0 FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423)
2  FirebaseCrashlytics            0x18e74 FIRCLSHandler + 34 (FIRCLSHandler.m:34)
3  FirebaseCrashlytics            0x13a84 __FIRCLSExceptionRecord_block_invoke + 240 (FIRCLSException.mm:240)
4  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
5  libdispatch.dylib              0x132c4 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6  FirebaseCrashlytics            0x12a00 FIRCLSExceptionRecord + 242 (FIRCLSException.mm:242)
7  FirebaseCrashlytics            0x13548 FIRCLSExceptionRecordNSException + 126 (FIRCLSException.mm:126)
8  FirebaseCrashlytics            0x12608 FIRCLSTerminateHandler() + 407 (FIRCLSException.mm:407)
9  libc++abi.dylib                0x14068 std::__terminate(void (*)()) + 16
10 libc++abi.dylib                0x1760c __cxa_increment_exception_refcount + 202
11 libobjc.A.dylib                0x2dea4 objc_exception_rethrow + 44
12 CoreFoundation                 0x52d88 CFRunLoopRunSpecific + 784
13 GraphicsServices               0x11a8 GSEventRunModal + 164
14 UIKitCore                      0x40a90c -[UIApplication _run] + 888
15 UIKitCore                      0x4be9d0 UIApplicationMain + 340
16 Runner                         0x96bc main + 16 (AppDelegate.swift:16)
17 ???                            0x1b57c1e4c (Missing)

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Foundation                     0xc7e4c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0xc7c9c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9  UIKitCore                      0x41e640 -[UIEventFetcher threadMain] + 420
10 Foundation                     0xde718 __NSThread__start__ + 732
11 libsystem_pthread.dylib        0x606c _pthread_start + 136
12 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.flutter.1.ui
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Flutter                        0x2ec7a8 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
8  Flutter                        0x2ebe20 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
9  libsystem_pthread.dylib        0x606c _pthread_start + 136
10 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.flutter.1.raster
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Flutter                        0x2ec7a8 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
8  Flutter                        0x2ebe20 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
9  libsystem_pthread.dylib        0x606c _pthread_start + 136
10 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.flutter.1.io
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Flutter                        0x2ec7a8 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
8  Flutter                        0x2ebe20 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
9  libsystem_pthread.dylib        0x606c _pthread_start + 136
10 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.1
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.2
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.3
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.4
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.5
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.6
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

dart:io EventHandler
0  libsystem_kernel.dylib         0x8608 kevent + 8
1  Flutter                        0x57a3e8 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
2  Flutter                        0x5a7f48 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  libsystem_pthread.dylib        0x606c _pthread_start + 136
4  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.1
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.2
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.3
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.4
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x58ca4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
3  Flutter                        0x2e60e4 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

com.google.firebase.crashlytics.MachExceptionServer
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  FirebaseCrashlytics            0x1b5bc FIRCLSMachExceptionServer + 192 (FIRCLSMachException.c:192)
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  CFNetwork                      0xfdc90 _CFHostIsDomainTopLevel + 108176
8  Foundation                     0xde718 __NSThread__start__ + 732
9  libsystem_pthread.dylib        0x606c _pthread_start + 136
10 libsystem_pthread.dylib        0x10d8 thread_start + 8

com.appsflyer.serial
0  ???                            0x1b5794e00 (Missing)
1  ???                            0x1b5794ddc (Missing)
2  ???                            0x1b5794af0 (Missing)
3  Runner                         0x1314dc +[AppsFlyerUtils isJailbrokenWithSkipAdvancedJailbreakValidation:] + 1050640
4  Runner                         0x120d94 -[AppsFlyerLib getEventParameters:] + 983240
5  Runner                         0x124510 -[AppsFlyerLib callServerWithEventName:eventValues:options:completion:] + 997444
6  Runner                         0x1205ec __45-[AppsFlyerLib __startWithCompletionHandler:]_block_invoke + 981280
7  libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
8  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
9  libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
10 libdispatch.dylib              0xbf30 _dispatch_lane_invoke + 380
11 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
12 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
13 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
14 libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8304279746

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8304279746

com.google.fira.worker
0  Runner                         0x47f1a4 -[APMEClient objectForKeyedSubscript:] + 1062040
1  Runner                         0x4af0e0 -[APMMeasurement(SKAN) shouldFetchSKANConversionValue] + 1258452
2  Runner                         0x4af34c -[APMMeasurement(SKAN) fetchSKANCV] + 1259072
3  Runner                         0x4a52e0 __48-[APMMeasurement handleAppDidBecomeActiveEvent:]_block_invoke_2 + 1218004
4  Runner                         0x4f2308 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 1533436
5  libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
6  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
7  libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
8  libdispatch.dylib              0xbf30 _dispatch_lane_invoke + 380
9  libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
10 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
11 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
12 libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8304279746

Thread
0  libsystem_kernel.dylib         0x1590 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x4980 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8304279746

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8304279746

JavaScriptCore libpas scavenger
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  JavaScriptCore                 0x155afe0 scavenger_thread_main + 1316
3  libsystem_pthread.dylib        0x606c _pthread_start + 136
4  libsystem_pthread.dylib        0x10d8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x1590 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x4980 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8304279746

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8304279746
This is crashed log from testflight.
Incident Identifier: 192F7580-A8F0-440F-AB6D-8A0611B80A7F
Distributor ID:      com.apple.TestFlight
Hardware Model:      iPhone13,2
Process:             Runner [38570]
Path:                /private/var/containers/Bundle/Application/51A25714-0CFE-460B-B72B-9720F75F3937/Runner.app/Runner
Identifier:          MyAppIdentifier
Version:             6.0.0 (6000348)
AppStoreTools:       15F31e
AppVariant:          1:iPhone13,2:17.4
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           MyAppIdentifier [4677]

Date/Time:           2024-06-22 11:09:07.5393 +0900
Launch Time:         2024-06-22 01:49:02.5193 +0900
OS Version:          iPhone OS 17.5.1 (21F90)
Release Type:        User
Baseband Version:    4.50.06
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Reason: -[NWConcrete_nw_address_endpoint bounds]: unrecognized selector sent to instance 0x105f596f0
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: Runner [38570]

Triggered by Thread:  0

Last Exception Backtrace:
0   CoreFoundation                	0x192140f20 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x189fee018 objc_exception_throw + 60 (objc-exception.mm:356)
2   CoreFoundation                	0x19224a480 -[NSObject(NSObject) doesNotRecognizeSelector:] + 344 (NSObject.m:161)
3   CoreFoundation                	0x1920ddfb4 ___forwarding___ + 1572 (NSForwarding.m:3612)
4   CoreFoundation                	0x1920dd8d0 _CF_forwarding_prep_0 + 96 (:-1)
5   Flutter                       	0x10518c65c flutter::FlutterPlatformViewsController::GetPlatformViewRect(long long) + 76 (FlutterPlatformViews.mm:661)
6   Flutter                       	0x10518c65c flutter::FlutterPlatformViewsController::SubmitFrame(GrDirectContext*, std::_fl::shared_ptr<flutter::IOSContext> const&, std::_fl::unique_ptr<flutter::SurfaceFrame, std::_fl::default_delete<flutter... + 380 (FlutterPlatformViews.mm:707)
7   Flutter                       	0x10518c65c flutter::IOSExternalViewEmbedder::SubmitFlutterView(GrDirectContext*, std::_fl::shared_ptr<impeller::AiksContext> const&, std::_fl::unique_ptr<flutter::SurfaceFrame, std::_fl::default_delete<flutte... + 1788 (ios_external_view_embedder.mm:82)
8   Flutter                       	0x10553f334 flutter::Rasterizer::DrawToSurfaceUnsafe(long long, flutter::LayerTree&, float, std::_fl::optional<fml::TimePoint>) + 864 (rasterizer.cc:744)
9   Flutter                       	0x10553f334 flutter::Rasterizer::DrawToSurfacesUnsafe(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask>>, std::_fl::... + 1688 (rasterizer.cc:613)
10  Flutter                       	0x10553f89c flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask>>, std::_fl::alloca... + 40 (rasterizer.cc:552)
11  Flutter                       	0x10553f89c decltype(std::declval<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTa... + 40 (invoke.h:403)
12  Flutter                       	0x10553f89c void std::_fl::__invoke_void_return_wrapper<void, true>::__call<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std... + 40 (invoke.h:488)
13  Flutter                       	0x10553f89c std::_fl::__function::__alloc_func<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter... + 40 (function.h:185)
14  Flutter                       	0x10553f89c std::_fl::__function::__func<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::Laye... + 64 (function.h:359)
15  Flutter                       	0x10543689c std::_fl::__function::__value_func<void ()>::operator()[abi:v15000]() const + 12 (function.h:512)
16  Flutter                       	0x10543689c std::_fl::function<void ()>::operator()() const + 12 (function.h:1187)
17  Flutter                       	0x10543689c fml::SyncSwitch::Execute(fml::SyncSwitch::Handlers const&) const + 72 (sync_switch.cc:0)
18  Flutter                       	0x10553eae8 flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask>>, std::_fl::alloca... + 344 (rasterizer.cc:544)
19  Flutter                       	0x1055406ec flutter::Rasterizer::DoDraw(std::_fl::unique_ptr<flutter::FrameTimingsRecorder, std::_fl::default_delete<flutter::FrameTimingsRecorder>>, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTas... + 80 (rasterizer.cc:448)
20  Flutter                       	0x1055406ec flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0::operator()(std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>... + 104 (rasterizer.cc:242)
21  Flutter                       	0x1055406ec decltype(std::declval<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0&>()(std::declval<std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_... + 120 (invoke.h:403)
22  Flutter                       	0x1055406ec void std::_fl::__invoke_void_return_wrapper<void, true>::__call<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0&, std::_fl::unique_ptr<flutter::Fr... + 120 (invoke.h:488)
23  Flutter                       	0x1055406ec std::_fl::__function::__alloc_func<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0, std::_fl::allocator<flutter::Rasterizer::Draw(std::_fl::shared... + 120 (function.h:185)
24  Flutter                       	0x1055406ec std::_fl::__function::__func<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0, std::_fl::allocator<flutter::Rasterizer::Draw(std::_fl::shared_ptr<f... + 156 (function.h:359)
25  Flutter                       	0x10553ff38 std::_fl::__function::__value_func<void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>)>::operator()[abi:v15000](std::_fl::unique_ptr<flutter::FrameItem, st... + 24 (function.h:512)
26  Flutter                       	0x10553ff38 std::_fl::function<void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>)>::operator()(std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutt... + 24 (function.h:1187)
27  Flutter                       	0x10553ff38 flutter::Pipeline<flutter::FrameItem>::Consume(std::_fl::function<void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>)> const&) + 236 (pipeline.h:203)
28  Flutter                       	0x10553ff38 flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&) + 432 (rasterizer.cc:246)
29  Flutter                       	0x105434f08 std::_fl::__function::__value_func<void ()>::operator()[abi:v15000]() const + 12 (function.h:512)
30  Flutter                       	0x105434f08 std::_fl::function<void ()>::operator()() const + 12 (function.h:1187)
31  Flutter                       	0x105434f08 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 568 (message_loop_impl.cc:126)
32  Flutter                       	0x1054386bc fml::MessageLoopImpl::RunExpiredTasksNow() + 8 (message_loop_impl.cc:139)
33  Flutter                       	0x1054386bc fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32 (message_loop_darwin.mm:85)
34  CoreFoundation                	0x192174a2c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1797)
35  CoreFoundation                	0x1921746d0 __CFRunLoopDoTimer + 1004 (CFRunLoop.c:2404)
36  CoreFoundation                	0x19217422c __CFRunLoopDoTimers + 288 (CFRunLoop.c:2562)
37  CoreFoundation                	0x192110888 __CFRunLoopRun + 1856 (CFRunLoop.c:3122)
38  CoreFoundation                	0x19210fcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
39  GraphicsServices              	0x1d6fc01a8 GSEventRunModal + 164 (GSEvent.c:2196)
40  UIKitCore                     	0x19474890c -[UIApplication _run] + 888 (UIApplication.m:3713)
41  UIKitCore                     	0x1947fc9d0 UIApplicationMain + 340 (UIApplication.m:5303)
42  Runner                        	0x10201d6bc main + 64 (AppDelegate.swift:16)
43  dyld                          	0x1b57c1e4c start + 2240 (dyldMain.cpp:1298)

Kernel Triage:
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter


Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001db1fb42c __pthread_kill + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef9ac0c pthread_kill + 268 (pthread.c:1721)
2   libsystem_c.dylib             	0x000000019a09ec34 __abort + 136 (abort.c:159)
3   libsystem_c.dylib             	0x000000019a09ebac abort + 192 (abort.c:126)
4   libc++abi.dylib               	0x00000001eeeb8ca4 abort_message + 132 (abort_message.cpp:78)
5   libc++abi.dylib               	0x00000001eeea8e5c demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
6   libobjc.A.dylib               	0x000000018a009e2c _objc_terminate() + 144 (objc-exception.mm:496)
7   FirebaseCrashlytics           	0x0000000103baa5c8 FIRCLSTerminateHandler() + 340 (FIRCLSException.mm:463)
8   libc++abi.dylib               	0x00000001eeeb8068 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
9   libc++abi.dylib               	0x00000001eeebb60c __cxa_rethrow + 204 (cxa_exception.cpp:637)
10  libobjc.A.dylib               	0x000000018a005ea4 objc_exception_rethrow + 44 (objc-exception.mm:399)
11  CoreFoundation                	0x000000019210fd88 CFRunLoopRunSpecific + 784 (CFRunLoop.c:3436)
12  GraphicsServices              	0x00000001d6fc01a8 GSEventRunModal + 164 (GSEvent.c:2196)
13  UIKitCore                     	0x000000019474890c -[UIApplication _run] + 888 (UIApplication.m:3713)
14  UIKitCore                     	0x00000001947fc9d0 UIApplicationMain + 340 (UIApplication.m:5303)
15  Runner                        	0x000000010201d6bc main + 64 (AppDelegate.swift:16)
16  dyld                          	0x00000001b57c1e4c start + 2240 (dyldMain.cpp:1298)

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib        	0x00000001db1f0808 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001db1f4008 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001db1f3f20 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001db1f3d60 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x0000000192110f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000192110600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x000000019210fcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Foundation                    	0x0000000191030e4c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                    	0x0000000191030c9c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                     	0x000000019475c640 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1207)
10  Foundation                    	0x0000000191047718 __NSThread__start__ + 732 (NSThread.m:991)
11  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        	0x00000001db1f0808 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001db1f4008 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001db1f3f20 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001db1f3d60 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x0000000192110f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000192110600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x000000019210fcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Flutter                       	0x00000001054387a8 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:51)
8   Flutter                       	0x0000000105437e20 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:94)
9   Flutter                       	0x0000000105437e20 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
10  Flutter                       	0x0000000105437e20 fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0::operator()() const + 160 (thread.cc:85)
11  Flutter                       	0x0000000105437e20 decltype(std::declval<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::Thread... + 160 (invoke.h:403)
12  Flutter                       	0x0000000105437e20 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml6ThreadC1ERKNS_8functionIFvRKNS7_12ThreadConfigEEEESB_E3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT... + 160 (thread:284)
13  Flutter                       	0x0000000105437e20 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::Thread::Thread(std::_fl::functi... + 208 (thread:295)
14  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
15  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        	0x00000001db1f0808 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001db1f4008 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001db1f3f20 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001db1f3d60 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x0000000192110f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000192110600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x000000019210fcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Flutter                       	0x00000001054387a8 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:51)
8   Flutter                       	0x0000000105437e20 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:94)
9   Flutter                       	0x0000000105437e20 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
10  Flutter                       	0x0000000105437e20 fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0::operator()() const + 160 (thread.cc:85)
11  Flutter                       	0x0000000105437e20 decltype(std::declval<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::Thread... + 160 (invoke.h:403)
12  Flutter                       	0x0000000105437e20 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml6ThreadC1ERKNS_8functionIFvRKNS7_12ThreadConfigEEEESB_E3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT... + 160 (thread:284)
13  Flutter                       	0x0000000105437e20 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::Thread::Thread(std::_fl::functi... + 208 (thread:295)
14  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
15  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001db1f0808 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001db1f4008 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001db1f3f20 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001db1f3d60 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x0000000192110f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000192110600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x000000019210fcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Flutter                       	0x00000001054387a8 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:51)
8   Flutter                       	0x0000000105437e20 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:94)
9   Flutter                       	0x0000000105437e20 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
10  Flutter                       	0x0000000105437e20 fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0::operator()() const + 160 (thread.cc:85)
11  Flutter                       	0x0000000105437e20 decltype(std::declval<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::Thread... + 160 (invoke.h:403)
12  Flutter                       	0x0000000105437e20 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml6ThreadC1ERKNS_8functionIFvRKNS7_12ThreadConfigEEEESB_E3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT... + 160 (thread:284)
13  Flutter                       	0x0000000105437e20 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::Thread::Thread(std::_fl::functi... + 208 (thread:295)
14  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
15  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib        	0x00000001db1f7608 kevent + 8 (:-1)
1   Flutter                       	0x00000001056c63e8 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 408 (eventhandler_macos.cc:459)
2   Flutter                       	0x00000001056f3f48 dart::bin::ThreadStart(void*) + 88 (thread_macos.cc:91)
3   libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
4   libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   Flutter                       	0x00000001051a4ca4 std::_fl::__libcpp_condvar_wait[abi:v15000](_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 4 (__threading_support:335)
3   Flutter                       	0x00000001051a4ca4 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 20 (condition_variable.cpp:46)
4   Flutter                       	0x00000001054320e4 void std::_fl::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_0>(std::_fl::unique_lock<std::_fl::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_0) + 44 (__mutex_base:398)
5   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::WorkerMain() + 56 (concurrent_message_loop.cc:75)
6   Flutter                       	0x00000001054320e4 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 252 (concurrent_message_loop.cc:20)
7   Flutter                       	0x00000001054320e4 decltype(std::declval<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>()()) std::_fl::__invoke[abi:v15000]<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_... + 252 (invoke.h:403)
8   Flutter                       	0x00000001054320e4 _ZNSt3_fl16__thread_executeB6v15000INS_10unique_ptrINS_15__thread_structENS_14default_deleteIS2_EEEEZN3fml21ConcurrentMessageLoopC1EmE3$_0JETpTnmJEEEvRNS_5tupleIJT_T0_DpT1_EEENS_15__tuple_indicesIJ... + 252 (thread:284)
9   Flutter                       	0x00000001054320e4 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::Concurre... + 320 (thread:295)
10  libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib        	0x00000001db1f0808 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001db1f4008 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001db1f3f20 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001db1f3d60 mach_msg + 24 (mach_msg.c:323)
4   FirebaseCrashlytics           	0x0000000103bb35bc FIRCLSMachExceptionReadMessage + 56 (FIRCLSMachException.c:192)
5   FirebaseCrashlytics           	0x0000000103bb35bc FIRCLSMachExceptionServer + 104 (FIRCLSMachException.c:168)
6   libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
7   libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib        	0x00000001db1f0808 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001db1f4008 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001db1f3f20 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001db1f3d60 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x0000000192110f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000192110600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x000000019210fcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   CFNetwork                     	0x00000001932f0c90 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1473)
8   Foundation                    	0x0000000191047718 __NSThread__start__ + 732 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 18:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 19:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 20:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 21:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 22:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 23:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 24:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 25:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 26 name:
Thread 26:
0   libsystem_kernel.dylib        	0x00000001db1f61cc __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001eef966e4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   JavaScriptCore                	0x00000001a97c30a4 scavenger_thread_main + 1512 (pas_scavenger.c:347)
3   libsystem_pthread.dylib       	0x00000001eef9906c _pthread_start + 136 (pthread.c:931)
4   libsystem_pthread.dylib       	0x00000001eef940d8 thread_start + 8 (:-1)

Thread 27:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 28:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 29:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)

Thread 30:
0   libsystem_pthread.dylib       	0x00000001eef940c4 start_wqthread + 0 (:-1)


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0x7ae2e435677b54bb   x9: 0x7ae2e43495982a7b  x10: 0x00000000000003e8  x11: 0x000000016ddeb050
   x12: 0x0000000000000000  x13: 0x00000000001ff800  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x00000001f2e37ec0  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x00000001f2e37fa0  x22: 0x0000000000000007  x23: 0x0000000103bd8213
   x24: 0x0000000000000000  x25: 0x0000000000000001  x26: 0x0000000302120010  x27: 0x0000000000000000
   x28: 0x0000000000000001   fp: 0x000000016ddeb450   lr: 0x00000001eef9ac0c
    sp: 0x000000016ddeb430   pc: 0x00000001db1fb42c cpsr: 0x40001000
   esr: 0x56000080  Address size fault

Flutter dependencies

Expand Flutter dependencies snippet
Dart SDK 3.3.4
Flutter SDK 3.19.6
myapp 6.0.0

dependencies:
- app_settings 5.1.1 [flutter plugin_platform_interface]
- app_tracking_transparency 2.0.5 [flutter]
- appsflyer_sdk 6.14.2 [flutter]
- audio_session 0.1.19 [flutter flutter_web_plugins rxdart meta]
- buttons_tabbar 1.3.8 [flutter]
- carousel_slider 4.2.1 [flutter]
- charset_converter 2.2.0 [flutter]
- chewie 1.8.0 [cupertino_icons flutter provider video_player wakelock_plus]
- collection 1.18.0
- connectivity_plus 5.0.2 [flutter flutter_web_plugins connectivity_plus_platform_interface js meta nm]
- convex_bottom_bar 3.2.0 [flutter]
- cupertino_icons 1.0.8
- device_info_plus 9.1.2 [device_info_plus_platform_interface ffi file flutter flutter_web_plugins meta win32 win32_registry]
- dotted_border 2.1.0 [flutter path_drawing]
- firebase_analytics 10.10.4 [firebase_analytics_platform_interface firebase_analytics_web firebase_core firebase_core_platform_interface flutter]
- firebase_core 2.30.1 [firebase_core_platform_interface firebase_core_web flutter meta]
- firebase_crashlytics 3.5.4 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace]
- firebase_dynamic_links 5.5.4 [firebase_core firebase_core_platform_interface firebase_dynamic_links_platform_interface flutter meta plugin_platform_interface]
- firebase_messaging 14.9.1 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta]
- firebase_performance 0.9.4+4 [firebase_core firebase_core_platform_interface firebase_performance_platform_interface firebase_performance_web flutter]
- flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine]
- flutter_app_badger 1.5.0 [flutter]
- flutter_downloader 1.11.7 [flutter]
- flutter_hooks 0.18.6 [flutter]
- flutter_inappwebview 6.0.0 [flutter flutter_inappwebview_platform_interface flutter_inappwebview_android flutter_inappwebview_ios flutter_inappwebview_macos flutter_inappwebview_web]
- flutter_launcher_icons 0.13.1 [args checked_yaml cli_util image json_annotation path yaml]
- flutter_local_notifications 16.3.3 [clock flutter flutter_local_notifications_linux flutter_local_notifications_platform_interface timezone]
- flutter_localizations 0.0.0 [flutter intl characters clock collection material_color_utilities meta path vector_math]
- flutter_native_splash 2.4.0 [args flutter flutter_web_plugins html image meta path universal_io xml yaml ansicolor]
- flutter_secure_storage 9.0.0 [flutter flutter_secure_storage_linux flutter_secure_storage_macos flutter_secure_storage_platform_interface flutter_secure_storage_web flutter_secure_storage_windows meta]
- flutter_svg 2.0.9 [flutter vector_graphics vector_graphics_codec vector_graphics_compiler]
- freezed_annotation 2.4.1 [collection json_annotation meta]
- gal 2.3.0 [flutter]
- geocoding 2.2.2 [flutter geocoding_platform_interface geocoding_android geocoding_ios]
- geolocator 11.0.0 [flutter geolocator_platform_interface geolocator_android geolocator_apple geolocator_web geolocator_windows]
- google_fonts 4.0.4 [flutter http path_provider crypto]
- google_mobile_ads 3.1.0 [meta flutter visibility_detector webview_flutter_android webview_flutter_wkwebview webview_flutter]
- hooks_riverpod 2.5.1 [collection flutter flutter_hooks flutter_riverpod riverpod state_notifier]
- http 0.13.6 [async http_parser meta]
- in_app_purchase 3.2.0 [flutter in_app_purchase_android in_app_purchase_platform_interface in_app_purchase_storekit]
- in_app_purchase_android 0.3.4+1 [collection flutter in_app_purchase_platform_interface json_annotation]
- in_app_purchase_storekit 0.3.14 [collection flutter in_app_purchase_platform_interface json_annotation]
- in_app_review 2.0.9 [flutter in_app_review_platform_interface]
- intl 0.18.1 [clock meta path]
- json_annotation 4.9.0 [meta]
- logger 2.2.0
- marquee 2.2.3 [fading_edge_scrollview flutter]
- native_shared_preferences 2.0.9 [flutter meta shared_preferences shared_preferences_platform_interface shared_preferences_linux shared_preferences_macos shared_preferences_web shared_preferences_windows file cupertino_icons]
- package_info_plus 4.2.0 [ffi flutter flutter_web_plugins http meta path package_info_plus_platform_interface win32]
- path 1.9.0
- path_provider 2.1.3 [flutter path_provider_android path_provider_foundation path_provider_linux path_provider_platform_interface path_provider_windows]
- permission_handler 11.3.1 [flutter meta permission_handler_android permission_handler_apple permission_handler_html permission_handler_windows permission_handler_platform_interface]
- platform 3.1.4
- pub_semver 2.1.4 [collection meta]
- pull_to_refresh 2.0.0 [flutter]
- riverpod_annotation 2.3.5 [meta riverpod]
- scrolls_to_top 2.1.1 [flutter]
- share_plus 7.2.2 [cross_file meta mime flutter flutter_web_plugins share_plus_platform_interface file url_launcher_web url_launcher_windows url_launcher_linux url_launcher_platform_interface ffi win32]
- shared_preferences 2.2.3 [flutter shared_preferences_android shared_preferences_foundation shared_preferences_linux shared_preferences_platform_interface shared_preferences_web shared_preferences_windows]
- sqflite 2.3.3 [flutter sqflite_common path]
- sticky_headers 0.3.0+2 [flutter]
- url_launcher 6.2.6 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows]
- uuid 4.4.0 [crypto sprintf meta fixnum]
- video_player 2.8.6 [flutter html video_player_android video_player_avfoundation video_player_platform_interface video_player_web]
- visibility_detector 0.4.0+2 [flutter]
- webview_cookie_manager 2.0.6 [flutter]

dev dependencies:
- build_runner 2.4.9 [analyzer args async build build_config build_daemon build_resolvers build_runner_core code_builder collection crypto dart_style frontend_server_client glob graphs http_multi_server io js logging meta mime package_config path pool pub_semver pubspec_parse shelf shelf_web_socket stack_trace stream_transform timing watcher web_socket_channel yaml]
- flutter_lints 2.0.3 [lints]
- flutter_test 0.0.0 [flutter test_api matcher path fake_async clock stack_trace vector_math leak_tracker_flutter_testing async boolean_selector characters collection leak_tracker leak_tracker_testing material_color_utilities meta source_span stream_channel string_scanner term_glyph vm_service]
- freezed 2.5.2 [analyzer build build_config collection meta source_gen freezed_annotation json_annotation]
- json_serializable 6.8.0 [analyzer async build build_config collection json_annotation meta path pub_semver pubspec_parse source_gen source_helper]
- mocktail 1.0.3 [collection matcher test_api]
- riverpod_generator 2.4.0 [analyzer build build_config collection crypto meta path riverpod_analyzer_utils riverpod_annotation source_gen]
- test 1.24.9 [analyzer async boolean_selector collection coverage http_multi_server io js matcher node_preamble package_config path pool shelf shelf_packages_handler shelf_static shelf_web_socket source_span stack_trace stream_channel test_api test_core typed_data web_socket_channel webkit_inspection_protocol yaml]

transitive dependencies:
- _fe_analyzer_shared 67.0.0 [meta]
- _flutterfire_internals 1.3.32 [collection firebase_core firebase_core_platform_interface flutter meta]
- analyzer 6.4.1 [_fe_analyzer_shared collection convert crypto glob meta package_config path pub_semver source_span watcher yaml]
- analyzer_plugin 0.11.3 [analyzer collection dart_style pub_semver yaml]
- ansicolor 2.0.2
- archive 3.5.0 [crypto path]
- args 2.5.0
- async 2.11.0 [collection meta]
- boolean_selector 2.1.1 [source_span string_scanner]
- build 2.4.1 [analyzer async convert crypto glob logging meta package_config path]
- build_config 1.1.1 [checked_yaml json_annotation path pubspec_parse yaml]
- build_daemon 4.0.1 [built_collection built_value crypto http_multi_server logging path pool shelf shelf_web_socket stream_transform watcher web_socket_channel]
- build_resolvers 2.4.2 [analyzer async build collection convert crypto graphs logging package_config path pool pub_semver stream_transform yaml]
- build_runner_core 7.3.0 [async build build_config build_resolvers collection convert crypto glob graphs json_annotation logging meta package_config path pool timing watcher yaml]
- built_collection 5.1.1
- built_value 8.9.2 [built_collection collection fixnum meta]
- characters 1.3.0
- checked_yaml 2.0.3 [json_annotation source_span yaml]
- cli_util 0.4.1 [meta path]
- clock 1.1.1
- code_builder 4.10.0 [built_collection built_value collection matcher meta]
- connectivity_plus_platform_interface 1.2.4 [flutter meta plugin_platform_interface]
- convert 3.1.1 [typed_data]
- coverage 1.7.2 [args logging package_config path source_maps stack_trace vm_service]
- cross_file 0.3.4+1 [meta web]
- crypto 3.0.3 [typed_data]
- csslib 1.0.0 [source_span]
- custom_lint_core 0.6.3 [analyzer analyzer_plugin collection glob matcher meta package_config path pubspec_parse source_span yaml]
- dart_style 2.3.6 [analyzer args collection path pub_semver source_span]
- dbus 0.7.10 [args ffi meta xml]
- device_info_plus_platform_interface 7.0.0 [flutter meta plugin_platform_interface]
- fading_edge_scrollview 3.0.0 [flutter]
- fake_async 1.3.1 [clock collection]
- ffi 2.1.2
- file 7.0.0 [meta path]
- firebase_analytics_platform_interface 3.10.5 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_analytics_web 0.5.7+4 [_flutterfire_internals firebase_analytics_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins]
- firebase_core_platform_interface 5.0.0 [collection flutter flutter_test meta plugin_platform_interface]
- firebase_core_web 2.16.0 [firebase_core_platform_interface flutter flutter_web_plugins meta web]
- firebase_crashlytics_platform_interface 3.6.32 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- firebase_dynamic_links_platform_interface 0.2.6+32 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_messaging_platform_interface 4.5.34 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_messaging_web 3.8.4 [_flutterfire_internals firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins meta web]
- firebase_performance_platform_interface 0.1.4+32 [_flutterfire_internals firebase_core flutter plugin_platform_interface]
- firebase_performance_web 0.1.6+4 [_flutterfire_internals firebase_core firebase_core_web firebase_performance_platform_interface flutter flutter_web_plugins]
- fixnum 1.1.0
- flutter_inappwebview_android 1.0.13 [flutter flutter_inappwebview_platform_interface]
- flutter_inappwebview_internal_annotations 1.1.1
- flutter_inappwebview_ios 1.0.13 [flutter flutter_inappwebview_platform_interface]
- flutter_inappwebview_macos 1.0.11 [flutter flutter_inappwebview_platform_interface]
- flutter_inappwebview_platform_interface 1.0.10 [flutter flutter_inappwebview_internal_annotations plugin_platform_interface]
- flutter_inappwebview_web 1.0.8 [flutter flutter_web_plugins js flutter_inappwebview_platform_interface]
- flutter_local_notifications_linux 4.0.0+1 [dbus ffi flutter flutter_local_notifications_platform_interface path xdg_directories]
- flutter_local_notifications_platform_interface 7.1.0 [flutter plugin_platform_interface]
- flutter_riverpod 2.5.1 [collection flutter meta riverpod state_notifier]
- flutter_secure_storage_linux 1.2.0 [flutter flutter_secure_storage_platform_interface]
- flutter_secure_storage_macos 3.0.1 [flutter flutter_secure_storage_platform_interface]
- flutter_secure_storage_platform_interface 1.0.2 [flutter plugin_platform_interface]
- flutter_secure_storage_web 1.1.2 [flutter flutter_secure_storage_platform_interface flutter_web_plugins js]
- flutter_secure_storage_windows 3.0.0 [ffi flutter flutter_secure_storage_platform_interface path path_provider win32]
- flutter_web_plugins 0.0.0 [flutter characters collection material_color_utilities meta vector_math]
- frontend_server_client 3.2.0 [async path]
- geocoding_android 3.3.0 [flutter geocoding_platform_interface]
- geocoding_ios 2.3.0 [flutter geocoding_platform_interface]
- geocoding_platform_interface 3.2.0 [flutter meta plugin_platform_interface]
- geolocator_android 4.5.4 [flutter geolocator_platform_interface meta uuid]
- geolocator_apple 2.3.7 [flutter geolocator_platform_interface]
- geolocator_platform_interface 4.2.2 [flutter plugin_platform_interface vector_math meta]
- geolocator_web 3.0.0 [flutter flutter_web_plugins geolocator_platform_interface]
- geolocator_windows 0.2.3 [flutter geolocator_platform_interface]
- glob 2.1.2 [async collection file path string_scanner]
- graphs 2.3.1 [collection]
- html 0.15.4 [csslib source_span]
- http_multi_server 3.2.1 [async]
- http_parser 4.0.2 [collection source_span string_scanner typed_data]
- image 4.1.7 [archive meta xml]
- in_app_purchase_platform_interface 1.4.0 [flutter plugin_platform_interface]
- in_app_review_platform_interface 2.0.5 [flutter url_launcher plugin_platform_interface platform]
- io 1.0.4 [meta path string_scanner]
- js 0.6.7 [meta]
- leak_tracker 10.0.0 [clock collection meta path vm_service]
- leak_tracker_flutter_testing 2.0.1 [flutter leak_tracker leak_tracker_testing matcher meta]
- leak_tracker_testing 2.0.1 [leak_tracker matcher meta]
- lints 2.1.1
- logging 1.2.0
- matcher 0.12.16+1 [async meta stack_trace term_glyph test_api]
- material_color_utilities 0.8.0 [collection]
- meta 1.11.0
- mime 1.0.5
- nested 1.0.0 [flutter]
- nm 0.5.0 [dbus]
- node_preamble 2.0.2
- package_config 2.1.0 [path]
- package_info_plus_platform_interface 2.0.1 [flutter meta plugin_platform_interface]
- path_drawing 1.0.1 [vector_math meta path_parsing flutter]
- path_parsing 1.0.1 [vector_math meta]
- path_provider_android 2.2.4 [flutter path_provider_platform_interface]
- path_provider_foundation 2.3.2 [flutter path_provider_platform_interface]
- path_provider_linux 2.2.1 [ffi flutter path path_provider_platform_interface xdg_directories]
- path_provider_platform_interface 2.1.2 [flutter platform plugin_platform_interface]
- path_provider_windows 2.2.1 [ffi flutter path path_provider_platform_interface win32]
- permission_handler_android 12.0.5 [flutter permission_handler_platform_interface]
- permission_handler_apple 9.4.4 [flutter permission_handler_platform_interface]
- permission_handler_html 0.1.1 [flutter flutter_web_plugins permission_handler_platform_interface]
- permission_handler_platform_interface 4.2.1 [flutter meta plugin_platform_interface]
- permission_handler_windows 0.2.1 [flutter permission_handler_platform_interface]
- petitparser 6.0.2 [meta]
- plugin_platform_interface 2.1.8 [meta]
- pool 1.5.1 [async stack_trace]
- provider 6.1.2 [collection flutter nested]
- pubspec_parse 1.2.3 [checked_yaml collection json_annotation pub_semver yaml]
- riverpod 2.5.1 [collection meta stack_trace state_notifier]
- riverpod_analyzer_utils 0.5.1 [analyzer collection crypto custom_lint_core freezed_annotation meta path source_span]
- rxdart 0.27.7
- share_plus_platform_interface 3.4.0 [cross_file flutter meta mime plugin_platform_interface path_provider uuid]
- shared_preferences_android 2.2.2 [flutter shared_preferences_platform_interface]
- shared_preferences_foundation 2.3.5 [flutter shared_preferences_platform_interface]
- shared_preferences_linux 2.3.2 [file flutter path path_provider_linux path_provider_platform_interface shared_preferences_platform_interface]
- shared_preferences_macos 2.0.5 [flutter shared_preferences_platform_interface]
- shared_preferences_platform_interface 2.3.2 [flutter plugin_platform_interface]
- shared_preferences_web 2.3.0 [flutter flutter_web_plugins shared_preferences_platform_interface web]
- shared_preferences_windows 2.3.2 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface]
- shelf 1.4.1 [async collection http_parser path stack_trace stream_channel]
- shelf_packages_handler 3.0.2 [path shelf shelf_static]
- shelf_static 1.1.2 [convert http_parser mime path shelf]
- shelf_web_socket 1.0.4 [shelf stream_channel web_socket_channel]
- sky_engine 0.0.99
- source_gen 1.5.0 [analyzer async build dart_style glob path source_span yaml]
- source_helper 1.3.4 [analyzer collection source_gen]
- source_map_stack_trace 2.1.1 [path source_maps stack_trace]
- source_maps 0.10.12 [source_span]
- source_span 1.10.0 [collection path term_glyph]
- sprintf 7.0.0
- sqflite_common 2.5.4 [synchronized path meta]
- stack_trace 1.11.1 [path]
- state_notifier 1.0.0 [meta]
- stream_channel 2.1.2 [async]
- stream_transform 2.1.0
- string_scanner 1.2.0 [source_span]
- synchronized 3.1.0+1
- term_glyph 1.2.1
- test_api 0.6.1 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph]
- test_core 0.5.9 [analyzer args async boolean_selector collection coverage frontend_server_client glob io meta package_config path pool source_map_stack_trace source_maps source_span stack_trace stream_channel test_api vm_service yaml]
- timezone 0.9.3 [path]
- timing 1.0.1 [json_annotation]
- typed_data 1.3.2 [collection]
- universal_io 2.2.2 [collection meta typed_data]
- url_launcher_android 6.3.1 [flutter url_launcher_platform_interface]
- url_launcher_ios 6.2.5 [flutter url_launcher_platform_interface]
- url_launcher_linux 3.1.1 [flutter url_launcher_platform_interface]
- url_launcher_macos 3.1.0 [flutter url_launcher_platform_interface]
- url_launcher_platform_interface 2.3.2 [flutter plugin_platform_interface]
- url_launcher_web 2.3.1 [flutter flutter_web_plugins url_launcher_platform_interface web]
- url_launcher_windows 3.1.1 [flutter url_launcher_platform_interface]
- vector_graphics 1.1.10+1 [flutter vector_graphics_codec]
- vector_graphics_codec 1.1.10+1
- vector_graphics_compiler 1.1.10+1 [args meta path_parsing xml vector_graphics_codec path]
- vector_math 2.1.4
- video_player_android 2.4.14 [flutter video_player_platform_interface]
- video_player_avfoundation 2.5.7 [flutter video_player_platform_interface]
- video_player_platform_interface 6.2.2 [flutter plugin_platform_interface]
- video_player_web 2.3.0 [flutter flutter_web_plugins video_player_platform_interface web]
- vm_service 13.0.0
- wakelock_plus 1.2.1 [flutter flutter_web_plugins meta wakelock_plus_platform_interface win32 dbus package_info_plus web]
- wakelock_plus_platform_interface 1.2.1 [flutter plugin_platform_interface meta]
- watcher 1.1.0 [async path]
- web 0.5.1
- web_socket_channel 2.4.5 [async crypto stream_channel web]
- webkit_inspection_protocol 1.2.1 [logging]
- webview_flutter 4.7.0 [flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview]
- webview_flutter_android 3.16.0 [flutter webview_flutter_platform_interface]
- webview_flutter_platform_interface 2.10.0 [flutter meta plugin_platform_interface]
- webview_flutter_wkwebview 3.13.0 [flutter path webview_flutter_platform_interface]
- win32 5.5.0 [ffi]
- win32_registry 1.1.3 [ffi win32]
- xdg_directories 1.0.4 [meta path]
- xml 6.5.0 [collection meta petitparser]
- yaml 3.1.2 [collection source_span string_scanner]

Additional context and comments

No response

@russellwheatley
Copy link
Member

Hi @namnh-0652 - this appears to be a crash report auto generated from the native side of your code. You can see the stacktrace:

Last Exception Backtrace:
0   CoreFoundation                	0x192140f20 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x189fee018 objc_exception_throw + 60 (objc-exception.mm:356)
2   CoreFoundation                	0x19224a480 -[NSObject(NSObject) doesNotRecognizeSelector:] + 344 (NSObject.m:161)
3   CoreFoundation                	0x1920ddfb4 ___forwarding___ + 1572 (NSForwarding.m:3612)
4   CoreFoundation                	0x1920dd8d0 _CF_forwarding_prep_0 + 96 (:-1)
5   Flutter                       	0x10518c65c flutter::FlutterPlatformViewsController::GetPlatformViewRect(long long) + 76 (FlutterPlatformViews.mm:661)
6   Flutter                       	0x10518c65c flutter::FlutterPlatformViewsController::SubmitFrame(GrDirectContext*, std::_fl::shared_ptr<flutter::IOSContext> const&, std::_fl::unique_ptr<flutter::SurfaceFrame, std::_fl::default_delete<flutter... + 380 (FlutterPlatformViews.mm:707)
7   Flutter                       	0x10518c65c flutter::IOSExternalViewEmbedder::SubmitFlutterView(GrDirectContext*, std::_fl::shared_ptr<impeller::AiksContext> const&, std::_fl::unique_ptr<flutter::SurfaceFrame, std::_fl::default_delete<flutte... + 1788 (ios_external_view_embedder.mm:82)
8   Flutter                       	0x10553f334 flutter::Rasterizer::DrawToSurfaceUnsafe(long long, flutter::LayerTree&, float, std::_fl::optional<fml::TimePoint>) + 864 (rasterizer.cc:744)
9   Flutter                       	0x10553f334 flutter::Rasterizer::DrawToSurfacesUnsafe(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask>>, std::_fl::... + 1688 (rasterizer.cc:613)
10  Flutter                       	0x10553f89c flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask>>, std::_fl::alloca... + 40 (rasterizer.cc:552)
11  Flutter                       	0x10553f89c decltype(std::declval<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTa... + 40 (invoke.h:403)
12  Flutter                       	0x10553f89c void std::_fl::__invoke_void_return_wrapper<void, true>::__call<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std... + 40 (invoke.h:488)
13  Flutter                       	0x10553f89c std::_fl::__function::__alloc_func<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter... + 40 (function.h:185)
14  Flutter                       	0x10553f89c std::_fl::__function::__func<flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::Laye... + 64 (function.h:359)
15  Flutter                       	0x10543689c std::_fl::__function::__value_func<void ()>::operator()[abi:v15000]() const + 12 (function.h:512)
16  Flutter                       	0x10543689c std::_fl::function<void ()>::operator()() const + 12 (function.h:1187)
17  Flutter                       	0x10543689c fml::SyncSwitch::Execute(fml::SyncSwitch::Handlers const&) const + 72 (sync_switch.cc:0)
18  Flutter                       	0x10553eae8 flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask>>, std::_fl::alloca... + 344 (rasterizer.cc:544)
19  Flutter                       	0x1055406ec flutter::Rasterizer::DoDraw(std::_fl::unique_ptr<flutter::FrameTimingsRecorder, std::_fl::default_delete<flutter::FrameTimingsRecorder>>, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTas... + 80 (rasterizer.cc:448)
20  Flutter                       	0x1055406ec flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0::operator()(std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>... + 104 (rasterizer.cc:242)
21  Flutter                       	0x1055406ec decltype(std::declval<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0&>()(std::declval<std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_... + 120 (invoke.h:403)
22  Flutter                       	0x1055406ec void std::_fl::__invoke_void_return_wrapper<void, true>::__call<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0&, std::_fl::unique_ptr<flutter::Fr... + 120 (invoke.h:488)
23  Flutter                       	0x1055406ec std::_fl::__function::__alloc_func<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0, std::_fl::allocator<flutter::Rasterizer::Draw(std::_fl::shared... + 120 (function.h:185)
24  Flutter                       	0x1055406ec std::_fl::__function::__func<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&)::$_0, std::_fl::allocator<flutter::Rasterizer::Draw(std::_fl::shared_ptr<f... + 156 (function.h:359)
25  Flutter                       	0x10553ff38 std::_fl::__function::__value_func<void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>)>::operator()[abi:v15000](std::_fl::unique_ptr<flutter::FrameItem, st... + 24 (function.h:512)
26  Flutter                       	0x10553ff38 std::_fl::function<void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>)>::operator()(std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutt... + 24 (function.h:1187)
27  Flutter                       	0x10553ff38 flutter::Pipeline<flutter::FrameItem>::Consume(std::_fl::function<void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem>>)> const&) + 236 (pipeline.h:203)
28  Flutter                       	0x10553ff38 flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem>> const&) + 432 (rasterizer.cc:246)
29  Flutter                       	0x105434f08 std::_fl::__function::__value_func<void ()>::operator()[abi:v15000]() const + 12 (function.h:512)
30  Flutter                       	0x105434f08 std::_fl::function<void ()>::operator()() const + 12 (function.h:1187)
31  Flutter                       	0x105434f08 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 568 (message_loop_impl.cc:126)
32  Flutter                       	0x1054386bc fml::MessageLoopImpl::RunExpiredTasksNow() + 8 (message_loop_impl.cc:139)
33  Flutter                       	0x1054386bc fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32 (message_loop_darwin.mm:85)
34  CoreFoundation                	0x192174a2c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1797)
35  CoreFoundation                	0x1921746d0 __CFRunLoopDoTimer + 1004 (CFRunLoop.c:2404)
36  CoreFoundation                	0x19217422c __CFRunLoopDoTimers + 288 (CFRunLoop.c:2562)
37  CoreFoundation                	0x192110888 __CFRunLoopRun + 1856 (CFRunLoop.c:3122)
38  CoreFoundation                	0x19210fcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
39  GraphicsServices              	0x1d6fc01a8 GSEventRunModal + 164 (GSEvent.c:2196)
40  UIKitCore                     	0x19474890c -[UIApplication _run] + 888 (UIApplication.m:3713)
41  UIKitCore                     	0x1947fc9d0 UIApplicationMain + 340 (UIApplication.m:5303)
42  Runner                        	0x10201d6bc main + 64 (AppDelegate.swift:16)
43  dyld                          	0x1b57c1e4c start + 2240 (dyldMain.cpp:1298)

It does not mention any FlutterFire plugin, it appears to be coming from the Flutter SDK itself. I'd check the flutter repository for any similar looking issues. Hope this helps.

@russellwheatley russellwheatley added resolution: invalid This doesn't seem right and might not belong here. platform: ios Issues / PRs which are specifically for iOS. and removed Needs Attention This issue needs maintainer attention. labels Jun 25, 2024
@namnh-0652
Copy link
Author

@russellwheatley really, the firebase point to firebase lib, also the testflight as you read carefully.

Crashed: com.google.firebase.crashlytics.ios.exception
0  FirebaseCrashlytics            0x21c10 FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392)
1  FirebaseCrashlytics            0x21ff0 FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423)
2  FirebaseCrashlytics            0x18e74 FIRCLSHandler + 34 (FIRCLSHandler.m:34)
3  FirebaseCrashlytics            0x13a84 __FIRCLSExceptionRecord_block_invoke + 240 (FIRCLSException.mm:240)
4  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
5  libdispatch.dylib              0x132c4 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6  FirebaseCrashlytics            0x12a00 FIRCLSExceptionRecord + 242 (FIRCLSException.mm:242)
7  FirebaseCrashlytics            0x13548 FIRCLSExceptionRecordNSException + 126 (FIRCLSException.mm:126)
8  FirebaseCrashlytics            0x12608 FIRCLSTerminateHandler() + 407 (FIRCLSException.mm:407)
9  libc++abi.dylib                0x14068 std::__terminate(void (*)()) + 16
10 libc++abi.dylib                0x1760c __cxa_increment_exception_refcount + 202
11 libobjc.A.dylib                0x2dea4 objc_exception_rethrow + 44
12 CoreFoundation                 0x52d88 CFRunLoopRunSpecific + 784
13 GraphicsServices               0x11a8 GSEventRunModal + 164
14 UIKitCore                      0x40a90c -[UIApplication _run] + 888
15 UIKitCore                      0x4be9d0 UIApplicationMain + 340
16 Runner                         0x96bc main + 16 (AppDelegate.swift:16)
17 ???                            0x1b57c1e4c (Missing)

@namnh-0652
Copy link
Author

@russellwheatley Should we re-open this?

@russellwheatley
Copy link
Member

@namnh-0652

This is Crashlytics reporting the crash:

Crashed: com.google.firebase.crashlytics.ios.exception
0  FirebaseCrashlytics            0x21c10 FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392)
1  FirebaseCrashlytics            0x21ff0 FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423)
2  FirebaseCrashlytics            0x18e74 FIRCLSHandler + 34 (FIRCLSHandler.m:34)
3  FirebaseCrashlytics            0x13a84 __FIRCLSExceptionRecord_block_invoke + 240 (FIRCLSException.mm:240)
4  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
5  libdispatch.dylib              0x132c4 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6  FirebaseCrashlytics            0x12a00 FIRCLSExceptionRecord + 242 (FIRCLSException.mm:242)
7  FirebaseCrashlytics            0x13548 FIRCLSExceptionRecordNSException + 126 (FIRCLSException.mm:126)
8  FirebaseCrashlytics            0x12608 FIRCLSTerminateHandler() + 407 (FIRCLSException.mm:407)
9  libc++abi.dylib                0x14068 std::__terminate(void (*)()) + 16
10 libc++abi.dylib                0x1760c __cxa_increment_exception_refcount + 202
11 libobjc.A.dylib                0x2dea4 objc_exception_rethrow + 44
12 CoreFoundation                 0x52d88 CFRunLoopRunSpecific + 784
13 GraphicsServices               0x11a8 GSEventRunModal + 164
14 UIKitCore                      0x40a90c -[UIApplication _run] + 888
15 UIKitCore                      0x4be9d0 UIApplicationMain + 340
16 Runner                         0x96bc main + 16 (AppDelegate.swift:16)
17 ???                            0x1b57c1e4c (Missing)

This is the fatal crash which indicates it is coming from Flutter:

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x83f20 __exceptionPreprocess
1  libobjc.A.dylib                0x16018 objc_exception_throw
2  CoreFoundation                 0x18d480 +[NSObject(NSObject) _copyDescription]
3  CoreFoundation                 0x20fb4 ___forwarding___
4  CoreFoundation                 0x208d0 _CF_forwarding_prep_0
5  Flutter                        0x4065c (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
6  Flutter                        0x3f3334 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
7  Flutter                        0x3f389c (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
8  Flutter                        0x2ea89c (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
9  Flutter                        0x3f2ae8 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
10 Flutter                        0x3f46ec (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
11 Flutter                        0x3f3f38 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
12 Flutter                        0x2e8f08 (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
13 Flutter                        0x2ec6bc (Missing UUID 4c4c44bd55553144a1714204dc08bdb2)
14 CoreFoundation                 0xb7a2c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
15 CoreFoundation                 0xb76d0 __CFRunLoopDoTimer
16 CoreFoundation                 0xb722c __CFRunLoopDoTimers
17 CoreFoundation                 0x53888 __CFRunLoopRun
18 CoreFoundation                 0x52cd8 CFRunLoopRunSpecific
19 GraphicsServices               0x11a8 GSEventRunModal
20 UIKitCore                      0x40a90c -[UIApplication _run]
21 UIKitCore                      0x4be9d0 UIApplicationMain
22 Runner                         0x96bc main + 16 (AppDelegate.swift:16)
23 ???                            0x1b57c1e4c (Missing)

Unfortunately, you don't have the debug symbols which is why it says "Missing UUID 4c4c44bd55553144a1714204dc08bdb2", if you upload your debug symbols for Crashlytics, you ought to see the name of the API where the fatal exception is occurring.

@namnh-0652
Copy link
Author

namnh-0652 commented Jun 26, 2024

@russellwheatley
Thanks for pointing it out, the log from testflight is full info (with dSYMs).
Do you have any hint for that log?

@firebase firebase locked and limited conversation to collaborators Jul 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform: ios Issues / PRs which are specifically for iOS. resolution: invalid This doesn't seem right and might not belong here. type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants