8000 iOS released App is getting crashed saying "Fatal Exception: NSInternalInconsistencyException Sending a message before the FlutterEngine has been run." · Issue #1180 · flutter-webrtc/flutter-webrtc · GitHub
[go: up one dir, main page]

Skip to content
iOS released App is getting crashed saying "Fatal Exception: NSInternalInconsistencyException Sending a message before the FlutterEngine has been run." #1180
Closed
@MohamedRisaldarTA

Description

@MohamedRisaldarTA

Describe the bug
The release iOS app is reporting a crash in Crashlytics with following log.
To Reproduce
I don't have a way to reproduce this problem yet. Seems the flutter_webrtc needs to handle the detach handlers of flutter.
Logs

Fatal Exception: NSInternalInconsistencyException
0  CoreFoundation                 0x9e88 __exceptionPreprocess
1  libobjc.A.dylib                0x178d8 objc_exception_throw
2  Foundation                     0x545b4c _userInfoForFileAndLine
3  Flutter                        0x12d54 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  Runner                         0x14838 -[FlutterWebRTCPlugin(RTCDataChannel) dataChannel:didReceiveMessageWithBuffer:] + 157 (FlutterRTCDataChannel.m:157)
5  WebRTC                         0x64620 (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
6  WebRTC                         0x4ba6c8 (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
7  WebRTC                         0x48bf38 (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
8  WebRTC                         0x48be70 (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
9  WebRTC                         0xb085c (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
10 WebRTC                         0xaff34 (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
11 WebRTC                         0xaee80 (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
12 WebRTC                         0xb0404 (Missing UUID cf09e1f6017d348dace869a8ab9e3744)
13 libsystem_pthread.dylib        0x16cc _pthread_start
14 libsystem_pthread.dylib        0xba4 thread_start

com.apple.main-thread
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  libc++.1.dylib                 0xcacc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Flutter                        0x3070d0 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  Flutter                        0x3e8520 (Missing UUID b5f419596300357c85f161f5e6e0920d)
5  Flutter                        0x145b8 (Missing UUID b5f419596300357c85f161f5e6e0920d)
6  Flutter                        0x102ec (Missing UUID b5f419596300357c85f161f5e6e0920d)
7  CoreFoundation                 0x37404 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 148
8  CoreFoundation                 0xde474 ___CFXRegistrationPost_block_invoke + 88
9  CoreFoundation                 0xc1724 _CFXRegistrationPost + 440
10 CoreFoundation                 0x4ba08 _CFXNotificationPost + 704
11 Foundation                     0x5cffc -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
12 UIKitCore                      0xd384fc -[UIApplication _terminateWithStatus:] + 232
13 UIKitCore                      0x290bd0 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 112
14 UIKitCore                      0x6a80e8 -[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:] + 164
15 UIKitCore                      0xd34908 -[UIApplication workspaceShouldExit:withTransitionContext:] + 176
16 FrontBoardServices             0x41a98 __63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke_2 + 72
17 FrontBoardServices             0x7294 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168
18 FrontBoardServices             0x41a38 __63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke + 128
19 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
20 libdispatch.dylib              0x7a5c _dispatch_block_invoke_direct + 264
21 FrontBoardServices             0x113b0 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 52
22 FrontBoardServices             0x10f4c -[FBSSerialQueue _targetQueue_performNextIfPossible] + 220
23 FrontBoardServices             0x1372c -[FBSSerialQueue _performNextFromRunLoopSource] + 28
24 CoreFoundation                 0xd5f54 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
25 CoreFoundation                 0xe232c __CFRunLoopDoSource0 + 176
26 CoreFoundation                 0x66210 __CFRunLoopDoSources0 + 244
27 CoreFoundation                 0x7bba8 __CFRunLoopRun + 836
28 CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
29 GraphicsServices               0x1368 GSEventRunModal + 164
30 UIKitCore                      0x3a23d0 -[UIApplication _run] + 888
31 UIKitCore                      0x3a2034 UIApplicationMain + 340
32 Runner                         0x73fc main + 5 (AppDelegate.swift:5)
33 ???                            0x1a7c00960 (Missing)

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  CoreFoundation                 0x7aaf0 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x7bd34 __CFRunLoopRun + 1232
6  CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
7  Foundation                     0x42334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0x4221c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9  UIKitCore                      0x4d733c -[UIEventFetcher threadMain] + 436
10 Foundation                     0x5b808 __NSThread__start__ + 716
11 libsystem_pthread.dylib        0x16cc _pthread_start + 148
12 libsystem_pthread.dylib        0xba4 thread_start + 8

com.apple.coremedia.decompressionsession.clientcallback
0  libobjc.A.dylib                0x3544 objc_release_x0 + 82
1  libobjc.A.dylib                0x3544 objc_release + 82
2  CoreFoundation                 0x29ff0 cow_cleanup + 140
3  CoreFoundation                 0x64140 -[__NSDictionaryM dealloc] + 148
4  CoreVideo                      0x1c51c CVPixelBuffer::pullAttachmentsFromIOSurface(__CFDictionary const*) + 472
5  CoreVideo                      0x1ee4 CVPixelBufferCreateWithIOSurface + 416
6  CoreMedia                      0xe6100 FigRemote_CreatePixelBufferFromSerializedAtomDataAndSurface + 276
7  CoreMedia                      0xe5f8c FigRemote_CreatePixelBufferFromSerializedAtomData + 176
8  VideoToolbox                   0x2dd464 __vtdsr_dequeueAllPendingFramesAndCallbackClientForEach_block_invoke + 852
9  libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
10 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
11 libdispatch.dylib              0xb774 _dispatch_lane_serial_drain + 896
12 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
13 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
14 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
15 libsystem_pthread.dylib        0xb98 start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0xb90 start_wqthread + 254

io.flutter.1.ui
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  CoreFoundation                 0x7aaf0 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x7bd34 __CFRunLoopRun + 1232
6  CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
7  Flutter                        0x308a18 (Missing UUID b5f419596300357c85f161f5e6e0920d)
8  Flutter                        0x3083fc (Missing UUID b5f419596300357c85f161f5e6e0920d)
9  libsystem_pthread.dylib        0x16cc _pthread_start + 148
10 libsystem_pthread.dylib        0xba4 thread_start + 8

io.flutter.1.raster
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  CoreFoundation                 0x7aaf0 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x7bd34 __CFRunLoopRun + 1232
6  CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
7  Flutter                        0x308a18 (Missing UUID b5f419596300357c85f161f5e6e0920d)
8  Flutter                        0x3083fc (Missing UUID b5f419596300357c85f161f5e6e0920d)
9  libsystem_pthread.dylib        0x16cc _pthread_start + 148
10 libsystem_pthread.dylib        0xba4 thread_start + 8

io.flutter.1.io
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  CoreFoundation                 0x7aaf0 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x7bd34 __CFRunLoopRun + 1232
6  CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
7  Flutter                        0x308a18 (Missing UUID b5f419596300357c85f161f5e6e0920d)
8  Flutter                        0x3083fc (Missing UUID b5f419596300357c85f161f5e6e0920d)
9  libsystem_pthread.dylib        0x16cc _pthread_start + 148
10 libsystem_pthread.dylib        0xba4 thread_start + 8

io.worker.1
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  libc++.1.dylib                 0xcacc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Flutter                        0x3031e4 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

io.worker.2
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  libc++.1.dylib                 0xcacc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Flutter                        0x3031e4 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

io.worker.3
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  libc++.1.dylib                 0xcacc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Flutter                        0x3031e4 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

io.worker.4
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  libc++.1.dylib                 0xcacc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Flutter                        0x3031e4 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

io.worker.5
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  libc++.1.dylib                 0xcacc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Flutter                        0x3031e4 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

io.worker.6
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  libc++.1.dylib                 0xcacc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Flutter                        0x3031e4 (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

dart:io EventHandler
0  libsystem_kernel.dylib         0x2480 kevent + 8
1  Flutter                        0x4ecbc4 (Missing UUID b5f419596300357c85f161f5e6e0920d)
2  Flutter                        0x51b4e0 (Missing UUID b5f419596300357c85f161f5e6e0920d)
3  libsystem_pthread.dylib        0x16cc _pthread_start + 148
4  libsystem_pthread.dylib        0xba4 thread_start + 8

com.google.firebase.crashlytics.MachExceptionServer
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  FirebaseCrashlytics            0x18a50 FIRCLSMachExceptionServer + 108
5  libsystem_pthread.dylib        0x16cc _pthread_start + 148
6  libsystem_pthread.dylib        0xba4 thread_start + 8

network_thread 0x0x10785f610
0  libsystem_kernel.dylib         0x16ac __select + 8
1  libsystem_kernel.dylib         0x16ac select$DARWIN_EXTSN + 8
2  WebRTC                         0xad384 rtc::PhysicalSocketServer::WaitSelect(int, bool) + 580
3  WebRTC                         0xad134 rtc::PhysicalSocketServer::Wait(int, bool) + 28
4  WebRTC                         0xaf98c rtc::Thread::Get(rtc::Message*, int, bool) + 544
5  WebRTC                         0xaee70 rtc::Thread::ProcessMessages(int) + 156
6  WebRTC                         0xb0404 rtc::Thread::PreRun(void*) + 64
7  libsystem_pthread.dylib        0x16cc _pthread_start + 148
8  libsystem_pthread.dylib        0xba4 thread_start + 8

worker_thread 0x0x10474d1c0
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  WebRTC                         0xa7250 rtc::TimeMicros() + 3436
3  WebRTC                         0xa712c rtc::TimeMicros() + 3144
4  WebRTC                         0xaa680 rtc::NullSocketServer::Wait(int, bool) + 20
5  WebRTC                         0xaf98c rtc::Thread::Get(rtc::Message*, int, bool) + 544
6  WebRTC                         0xaee70 rtc::Thread::ProcessMessages(int) + 156
7  WebRTC                         0xb0404 rtc::Thread::PreRun(void*) + 64
8  libsystem_pthread.dylib        0x16cc _pthread_start + 148
9  libsystem_pthread.dylib        0xba4 thread_start + 8

Crashed: signaling_thread 0x0x10474d2f0
0  FirebaseCrashlytics            0x1eea8 FIRCLSProcessRecordAllThreads + 184
1  FirebaseCrashlytics            0x1f288 FIRCLSProcessRecordAllThreads + 1176
2  FirebaseCrashlytics            0x164d4 FIRCLSHandler + 48
3  FirebaseCrashlytics            0x111a8 __FIRCLSExceptionRecord_block_invoke + 92
4  libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
5  libdispatch.dylib              0x13574 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6  FirebaseCrashlytics            0x101b4 FIRCLSExceptionRecord + 204
7  FirebaseCrashlytics            0x10cc8 FIRCLSExceptionRecordNSException + 452
8  FirebaseCrashlytics            0xfe0c FIRCLSTerminateHandler() + 404
9  libc++abi.dylib                0x10f28 std::__terminate(void (*)()) + 20
10 libc++abi.dylib                0x13c2c __cxa_get_exception_ptr + 34
11 libc++abi.dylib                0x13bd8 __cxxabiv1::exception_cleanup_func(_Unwind_Reason_Code, _Unwind_Exception*) + 138
12 libobjc.A.dylib                0x17a38 objc_exception_throw + 412
13 Foundation                     0x545b4c _userInfoForFileAndLine + 186
14 Flutter                        0x12d54 (Missing UUID b5f419596300357c85f161f5e6e0920d)
15 Runner                         0x14838 -[FlutterWebRTCPlugin(RTCDataChannel) dataChannel:didReceiveMessageWithBuffer:] + 157 (FlutterRTCDataChannel.m:157)
16 WebRTC                         0x64620 RTCFileName + 38504
17 WebRTC                         0x4ba6c8 webrtc::CreateModularPeerConnectionFactory(webrtc::PeerConnectionFactoryDependencies) + 100876
18 WebRTC                         0x48bf38 webrtc::RtcEventLogFactory::CreateRtcEventLog(webrtc::RtcEventLog::EncodingType) + 6252
19 WebRTC                         0x48be70 webrtc::RtcEventLogFactory::CreateRtcEventLog(webrtc::RtcEventLog::EncodingType) + 6052
20 WebRTC                         0xb085c rtc::Thread::QueuedTaskHandler::OnMessage(rtc::Message*) + 44
21 WebRTC                         0xaff34 rtc::Thread::Dispatch(rtc::Message*) + 152
22 WebRTC                         0xaee80 rtc::Thread::ProcessMessages(int) + 172
23 WebRTC                         0xb0404 rtc::Thread::PreRun(void*) + 64
24 libsystem_pthread.dylib        0x16cc _pthread_start + 148
25 libsystem_pthread.dylib        0xba4 thread_start + 8

com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  CoreFoundation                 0x7aaf0 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x7bd34 __CFRunLoopRun + 1232
6  CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
7  CFNetwork                      0x2565a8 _CFURLStorageSessionDisableCache + 61088
8  Foundation                     0x5b808 __NSThread__start__ + 716
9  libsystem_pthread.dylib        0x16cc _pthread_start + 148
10 libsystem_pthread.dylib        0xba4 thread_start + 8

caulk.messenger.shared:21
0  libsystem_kernel.dylib         0xac4 semaphore_wait_trap + 8
1  caulk                          0x2888 caulk::mach::semaphore::wait_or_error() + 28
2  caulk                          0x2fc0 caulk::concurrent::details::worker_thread::run() + 56
3  caulk                          0x3788 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 96
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

Thread
0  libsystem_pthread.dylib        0xb90 start_wqthread + 254

Thread
0  libsystem_kernel.dylib         0x1050 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xe44 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0xb98 start_wqthread + 8

DartWorker
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x8098 _pthread_cond_wait + 1276
2  Flutter                        0x611bd8 (Missing UUID b5f419596300357c85f161f5e6e0920d)
3  Flutter                        0x651f5c (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  Flutter                        0x611500 (Missing UUID b5f419596300357c85f161f5e6e0920d)
5  libsystem_pthread.dylib        0x16cc _pthread_start + 148
6  libsystem_pthread.dylib        0xba4 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x8098 _pthread_cond_wait + 1276
2  Flutter                        0x611bd8 (Missing UUID b5f419596300357c85f161f5e6e0920d)
3  Flutter                        0x651f5c (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  Flutter                        0x611500 (Missing UUID b5f419596300357c85f161f5e6e0920d)
5  libsystem_pthread.dylib        0x16cc _pthread_start + 148
6  libsystem_pthread.dylib        0xba4 thread_start + 8

SharedModThread
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  WebRTC                         0xa7250 rtc::TimeMicros() + 3436
3  WebRTC                         0xa712c rtc::TimeMicros() + 3144
4  WebRTC                         0x17286c webrtc::BitrateSettings::BitrateSettings(webrtc::BitrateSettings const&) + 137708
5  WebRTC                         0x172cc4 webrtc::BitrateSettings::BitrateSettings(webrtc::BitrateSettings const&) + 138820
6  WebRTC                         0xa6d1c rtc::TimeMicros() + 2104
7  WebRTC                         0xa6b3c rtc::TimeMicros() + 1624
8  libsystem_pthread.dylib        0x16cc _pthread_start + 148
9  libsystem_pthread.dylib        0xba4 thread_start + 8

PacerThread
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  WebRTC                         0xa7250 rtc::TimeMicros() + 3436
3  WebRTC                         0xa712c rtc::TimeMicros() + 3144
4  WebRTC                         0x17286c webrtc::BitrateSettings::BitrateSettings(webrtc::BitrateSettings const&) + 137708
5  WebRTC                         0x172cc4 webrtc::BitrateSettings::BitrateSettings(webrtc::BitrateSettings const&) + 138820
6  WebRTC                         0xa6d1c rtc::TimeMicros() + 2104
7  WebRTC                         0xa6b3c rtc::TimeMicros() + 1624
8  libsystem_pthread.dylib        0x16cc _pthread_start + 148
9  libsystem_pthread.dylib        0xba4 thread_start + 8

AURemoteIO::IOThread
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  libEmbeddedSystemAUs.dylib     0xa82ac void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, AURemoteIO::IOThread::IOThread(AURemoteIO&, caulk::thread::attributes const&, caulk::mach::os_workgroup_managed const&)::'lambda'(), std::__1::tuple<> > >(void*)
5  libsystem_pthread.dylib        0x16cc _pthread_start + 148
6  libsystem_pthread.dylib        0xba4 thread_start + 8

SCTP timer
0  libsystem_kernel.dylib         0x1008 __semwait_signal + 8
1  libsystem_c.dylib              0x57d8 nanosleep + 220
2  WebRTC                         0x56ef34 non-virtual thunk to webrtc::VideoTrackSource::RemoveSink(rtc::VideoSinkInterface<webrtc::VideoFrame>*) + 163520
3  libsystem_pthread.dylib        0x16cc _pthread_start + 148
4  libsystem_pthread.dylib        0xba4 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x8098 _pthread_cond_wait + 1276
2  Flutter                        0x611bd8 (Missing UUID b5f419596300357c85f161f5e6e0920d)
3  Flutter                        0x651f5c (Missing UUID b5f419596300357c85f161f5e6e0920d)
4  Flutter                        0x611500 (Missing UUID b5f419596300357c85f161f5e6e0920d)
5  libsystem_pthread.dylib        0x16cc _pthread_start + 148
6  libsystem_pthread.dylib        0xba4 thread_start + 8

Platform information

  • Flutter version: 3.0.5
  • OS: iOS
  • OS version: 15.6 - 16.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0