Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Crash in iOS 16.1.1 #61

Open
nvngoc2409 opened this issue Sep 19, 2024 · 1 comment
Open

Crash in iOS 16.1.1 #61

nvngoc2409 opened this issue Sep 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nvngoc2409
Copy link

I have an issue in a device which can crash sometimes:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000020
Exception Codes: 0x0000000000000001, 0x0000000000000020
VM Region Info: 0x20 is not in any region. Bytes before following region: 68719476704
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
commpage (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated)
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [22862]

Triggered by Thread: 0

Thread 0 name:
Thread 0 Crashed:
0 libobjc.A.dylib 0x00000001a8842e5c objc_retain_x0 + 16 (:-1)
1 UIAccessibility 0x00000001c74a046c -[NSObject(UIStorage) _accessibilityProxyViewAncestorWhenMissingWindow] + 364 (NSObjectAccessibility.m:18579)
2 UIAccessibility 0x00000001c74b497c UIAccessibilityFrameForBounds + 196 (UIKitAccessibility.m:1245)
3 VectorKit 0x0000000112a118e4 -[VKPointFeatureAccessibilityElement accessibilityFrame] + 200 (VKFeatureAccessibilityElement.m:1839)
4 UIKitCore 0x00000001b1c54c5c -[NSObject(UIAccessibility) accessibilityActivationPoint] + 96 (UIAccessibility.m:672)
5 UIAccessibility 0x00000001c7496d44 -[NSObjectAccessibility accessibilityActivationPoint] + 136 (NSObjectAccessibility.m:16327)
6 UIAccessibility 0x00000001c74acc20 -[UIAccessibilityElementSuperCategory accessibilityActivationPoint] + 188 (UIAccessibilityElement.m:266)
7 VectorKit 0x0000000112a0b35c -[VKFeatureAccessibilityElement _updateElementStatus] + 44 (VKFeatureAccessibilityElement.m:274)
8 VectorKit 0x0000000112a219fc __131-[VKMapViewAccessibilityElementManager _accessibilityElementsForMapView:mapViewBounds:visibleLabels:visibleTiles:existingElements:]_block_invoke + 1140 (VKMapViewAccessibilityElementManager.m:261)
9 CoreFoundation 0x00000001af51e3a0 NSARRAY_IS_CALLING_OUT_TO_A_BLOCK + 24 (NSArrayHelpers.m:10)
10 CoreFoundation 0x00000001af5a50e0 -[__NSArrayI enumerateObjectsWithOptions:usingBlock:] + 156 (NSArrayI.m:113)
11 VectorKit 0x0000000112a21098 -[VKMapViewAccessibilityElementManager _accessibilityElementsForMapView:mapViewBounds:visibleLabels:visibleTiles:existingElements:] + 368 (VKMapViewAccessibilityElementManager.m:211)
12 VectorKit 0x0000000112a27f18 __86-[VKMapViewAccessibilityElementManager updateAccessibilityElementsForMapView:isRetry:]_block_invoke_2 + 108 (VKMapViewAccessibilityElementManager.m:1569)
13 libdispatch.dylib 0x00000001b6aedfdc _dispatch_client_callout + 20 (object.m:560)
14 libdispatch.dylib 0x00000001b6afd574 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1023)
15 VectorKit 0x0000000112a27afc __86-[VKMapViewAccessibilityElementManager updateAccessibilityElementsForMapView:isRetry:]_block_invoke + 368 (VKMapViewAccessibilityElementManager.m:1568)
16 libdispatch.dylib 0x00000001b6aec4b4 _dispatch_call_block_and_release + 32 (init.c:1518)
17 libdispatch.dylib 0x00000001b6aedfdc dispatch_client_callout + 20 (object.m:560)
18 libdispatch.dylib 0x00000001b6afc7f4 dispatch_main_queue_drain + 928 (inline_internal.h:2632)
19 libdispatch.dylib 0x00000001b6afc444 dispatch_main_queue_callback_4CF + 44 (queue.c:7887)
20 CoreFoundation 0x00000001af5ae6f8 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16 (CFRunLoop.c:1780)
21 CoreFoundation 0x00000001af590058 __CFRunLoopRun + 2036 (CFRunLoop.c:3147)
22 CoreFoundation 0x00000001af594ed4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418)
23 GraphicsServices 0x00000001e8892368 GSEventRunModal + 164 (GSEvent.c:2196)
24 UIKitCore 0x00000001b1a733d0 -[UIApplication run] + 888 (UIApplication.m:3745)
25 UIKitCore 0x00000001b1a73034 UIApplicationMain + 340 (UIApplication.m:5335)
26 libswiftUIKit.dylib 0x00000001b8063308 UIApplicationMain(
:
:
:
:) + 104 (UIKit.swift:538)
27 Runner 0x0000000102a216d0 specialized static UIApplicationDelegate.main() + 28 (:7)
28 Runner 0x0000000102a216d0 static AppDelegate.$main() + 28 (AppDelegate.swift:0)
29 Runner 0x0000000102a216d0 main + 120
30 dyld 0x00000001cdbfc960 start + 2528 (dyldMain.cpp:1170)

Thread 1 name:
Thread 1:
0 libsystem_kernel.dylib 0x00000001ec111b48 mach_msg2_trap + 8 (:-1)
1 libsystem_kernel.dylib 0x00000001ec124008 mach_msg2_internal + 80 (mach_msg.c:201)
2 libsystem_kernel.dylib 0x00000001ec124248 mach_msg_overwrite + 388 (mach_msg.c:0)
3 libsystem_kernel.dylib 0x00000001ec11208c mach_msg + 24 (mach_msg.c:323)
4 CoreFoundation 0x00000001af58eaf0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622)
5 CoreFoundation 0x00000001af58fd34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005)
6 CoreFoundation 0x00000001af594ed4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418)
7 Foundation 0x00000001a9942334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8 Foundation 0x00000001a994221c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9 UIKitCore 0x00000001b1ba833c -[UIEventFetcher threadMain] + 436 (UIEventFetcher.m:1377)
10 Foundation 0x00000001a995b808 NSThread__start + 716 (NSThread.m:963)
11 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
12 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 2 name:
Thread 2:
0 libsystem_kernel.dylib 0x00000001ec111b48 mach_msg2_trap + 8 (:-1)
1 libsystem_kernel.dylib 0x00000001ec124008 mach_msg2_internal + 80 (mach_msg.c:201)
2 libsystem_kernel.dylib 0x00000001ec124248 mach_msg_overwrite + 388 (mach_msg.c:0)
3 libsystem_kernel.dylib 0x00000001ec11208c mach_msg + 24 (mach_msg.c:323)
4 CoreFoundation 0x00000001af58eaf0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622)
5 CoreFoundation 0x00000001af58fd34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005)
6 CoreFoundation 0x00000001af594ed4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418)
7 Flutter 0x0000000103eeeae0 0x103c00000 + 3074784
8 Flutter 0x0000000103eee728 0x103c00000 + 3073832
9 Flutter 0x0000000103eee438 0x103c00000 + 3073080
10 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
11 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 3 name:
Thread 3:
0 libsystem_kernel.dylib 0x00000001ec111b48 mach_msg2_trap + 8 (:-1)
1 libsystem_kernel.dylib 0x00000001ec124008 mach_msg2_internal + 80 (mach_msg.c:201)
2 libsystem_kernel.dylib 0x00000001ec124248 mach_msg_overwrite + 388 (mach_msg.c:0)
3 libsystem_kernel.dylib 0x00000001ec11208c mach_msg + 24 (mach_msg.c:323)
4 CoreFoundation 0x00000001af58eaf0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622)
5 CoreFoundation 0x00000001af58fd34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005)
6 CoreFoundation 0x00000001af594ed4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418)
7 Flutter 0x0000000103eeeae0 0x103c00000 + 3074784
8 Flutter 0x0000000103eee728 0x103c00000 + 3073832
9 Flutter 0x0000000103eee438 0x103c00000 + 3073080
10 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
11 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 4 name:
Thread 4:
0 libsystem_kernel.dylib 0x00000001ec111b48 mach_msg2_trap + 8 (:-1)
1 libsystem_kernel.dylib 0x00000001ec124008 mach_msg2_internal + 80 (mach_msg.c:201)
2 libsystem_kernel.dylib 0x00000001ec124248 mach_msg_overwrite + 388 (mach_msg.c:0)
3 libsystem_kernel.dylib 0x00000001ec11208c mach_msg + 24 (mach_msg.c:323)
4 CoreFoundation 0x00000001af58eaf0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622)
5 CoreFoundation 0x00000001af58fd34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005)
6 CoreFoundation 0x00000001af594ed4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418)
7 Flutter 0x0000000103eeeae0 0x103c00000 + 3074784
8 Flutter 0x0000000103eee728 0x103c00000 + 3073832
9 Flutter 0x0000000103eee438 0x103c00000 + 3073080
10 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
11 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 5 name:
Thread 5:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b06c _pthread_cond_wait + 1232 (pthread_cond.c:636)
2 Flutter 0x0000000103c58df4 0x103c00000 + 364020
3 Flutter 0x0000000103ee84d0 0x103c00000 + 3048656
4 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
5 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 6 name:
Thread 6:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b06c _pthread_cond_wait + 1232 (pthread_cond.c:636)
2 Flutter 0x0000000103c58df4 0x103c00000 + 364020
3 Flutter 0x0000000103ee84d0 0x103c00000 + 3048656
4 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
5 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 7 name:
Thread 7:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b06c _pthread_cond_wait + 1232 (pthread_cond.c:636)
2 Flutter 0x0000000103c58df4 0x103c00000 + 364020
3 Flutter 0x0000000103ee84d0 0x103c00000 + 3048656
4 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
5 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 8 name:
Thread 8:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b06c _pthread_cond_wait + 1232 (pthread_cond.c:636)
2 Flutter 0x0000000103c58df4 0x103c00000 + 364020
3 Flutter 0x0000000103ee84d0 0x103c00000 + 3048656
4 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
5 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 9 name:
Thread 9:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b06c _pthread_cond_wait + 1232 (pthread_cond.c:636)
2 Flutter 0x0000000103c58df4 0x103c00000 + 364020
3 Flutter 0x0000000103ee84d0 0x103c00000 + 3048656
4 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
5 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 10 name:
Thread 10:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b06c _pthread_cond_wait + 1232 (pthread_cond.c:636)
2 Flutter 0x0000000103c58df4 0x103c00000 + 364020
3 Flutter 0x0000000103ee84d0 0x103c00000 + 3048656
4 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
5 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 11 name:
Thread 11:
0 libsystem_kernel.dylib 0x00000001ec113480 kevent + 8 (:-1)
1 Flutter 0x000000010417de98 0x103c00000 + 5758616
2 Flutter 0x00000001041a92f0 0x103c00000 + 5935856
3 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
4 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 12 name:
Thread 12:
0 libsystem_kernel.dylib 0x00000001ec11351c write + 8 (:-1)
1 FirebaseCrashlytics 0x0000000102e45cf4 FIRCLSSDKFileLog + 316 (FIRCLSInternalLogging.c:0)
2 FirebaseCrashlytics 0x0000000102e4791c FIRCLSMachExceptionReply + 128 (FIRCLSMachException.c:265)
3 FirebaseCrashlytics 0x0000000102e4791c FIRCLSMachExceptionServer + 968 (FIRCLSMachException.c:176)
4 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
5 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 13 name:
Thread 13:
0 libsystem_kernel.dylib 0x00000001ec113480 kevent + 8 (:-1)
1 realm_dart 0x00000001035db8e8 realm::_impl::ExternalCommitHelper::listen() + 156
2 realm_dart 0x00000001035dbed8 void* std::__1::__thread_proxy[abi:ue170006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct>, realm::_impl::ExternalCommitHelper... + 56
3 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
4 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 14 name:
Thread 14:
0 libsystem_kernel.dylib 0x00000001ec111b48 mach_msg2_trap + 8 (:-1)
1 libsystem_kernel.dylib 0x00000001ec124008 mach_msg2_internal + 80 (mach_msg.c:201)
2 libsystem_kernel.dylib 0x00000001ec124248 mach_msg_overwrite + 388 (mach_msg.c:0)
3 libsystem_kernel.dylib 0x00000001ec11208c mach_msg + 24 (mach_msg.c:323)
4 CoreFoundation 0x00000001af58eaf0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622)
5 CoreFoundation 0x00000001af58fd34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005)
6 CoreFoundation 0x00000001af594ed4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418)
7 CFNetwork 0x00000001b08ec5a8 +[__CFN_CoreSchedulingSetRunnable _run:] + 392 (CoreSchedulingSet.mm:1372)
8 Foundation 0x00000001a995b808 NSThread__start + 716 (NSThread.m:963)
9 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
10 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 15:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b06c _pthread_cond_wait + 1232 (pthread_cond.c:636)
2 libc++.1.dylib 0x00000001bdad7acc std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 28 (__threading_support:380)
3 realm_dart 0x000000010373a924 realm::DB::AsyncCommitHelper::main() + 116
4 realm_dart 0x000000010373ea58 void* std::__1::__thread_proxy[abi:ue170006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct>, realm::DB::AsyncCommitHelper::star... + 52
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 16:
0 libsystem_pthread.dylib 0x00000001fc573b90 start_wqthread + 0 (:-1)

Thread 17 name:
Thread 17:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x000000010420bf9c 0x103c00000 + 6340508
4 Flutter 0x00000001042acce0 0x103c00000 + 6999264
5 Flutter 0x0000000104270be8 0x103c00000 + 6753256
6 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
7 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 18 name:
Thread 18:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x000000010420bf9c 0x103c00000 + 6340508
4 Flutter 0x00000001042acce0 0x103c00000 + 6999264
5 Flutter 0x0000000104270be8 0x103c00000 + 6753256
6 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
7 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 19 name:
Thread 19:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x000000010420bf9c 0x103c00000 + 6340508
4 Flutter 0x00000001042acce0 0x103c00000 + 6999264
5 Flutter 0x0000000104270be8 0x103c00000 + 6753256
6 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
7 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 20 name:
Thread 20:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x000000010420bf9c 0x103c00000 + 6340508
4 Flutter 0x00000001042acce0 0x103c00000 + 6999264
5 Flutter 0x0000000104270be8 0x103c00000 + 6753256
6 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
7 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 21 name:
Thread 21:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x000000010420bf9c 0x103c00000 + 6340508
4 Flutter 0x00000001042acce0 0x103c00000 + 6999264
5 Flutter 0x0000000104270be8 0x103c00000 + 6753256
6 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
7 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 22 name:
Thread 22:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x000000010420bf9c 0x103c00000 + 6340508
4 Flutter 0x00000001042acce0 0x103c00000 + 6999264
5 Flutter 0x0000000104270be8 0x103c00000 + 6753256
6 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
7 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

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

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

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

Thread 26:
0 libsystem_pthread.dylib 0x00000001fc573b90 start_wqthread + 0 (:-1)

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

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

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

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

Thread 31 name:
Thread 31:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 32 name:
Thread 32:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 33 name:
Thread 33:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 34 name:
Thread 34:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 35 name:
Thread 35:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 36 name:
Thread 36:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 37 name:
Thread 37:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 38 name:
Thread 38:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 39 name:
Thread 39:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 40 name:
Thread 40:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 41 name:
Thread 41:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 42 name:
Thread 42:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 43 name:
Thread 43:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 44 name:
Thread 44:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 45 name:
Thread 45:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 46 name:
Thread 46:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 47 name:
Thread 47:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 48 name:
Thread 48:
0 libsystem_kernel.dylib 0x00000001ec11241c __psynch_cvwait + 8 (:-1)
1 libsystem_pthread.dylib 0x00000001fc57b098 _pthread_cond_wait + 1276 (pthread_cond.c:640)
2 Flutter 0x000000010427121c 0x103c00000 + 6754844
3 Flutter 0x00000001042accac 0x103c00000 + 6999212
4 Flutter 0x0000000104270be8 0x103c00000 + 6753256
5 libsystem_pthread.dylib 0x00000001fc5746cc _pthread_start + 148 (pthread.c:893)
6 libsystem_pthread.dylib 0x00000001fc573ba4 thread_start + 8 (:-1)

Thread 49:
0 libsystem_pthread.dylib 0x00000001fc573b90 start_wqthread + 0 (:-1)

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x000000011dcb9630 x1: 0x0000000000000000 x2: 0x0000000205bf4428 x3: 0x0000000000000001
x4: 0x000000016d3e5cb8 x5: 0x0000000000000010 x6: 0x00000002835ca700 x7: 0x0000000000000001
x8: 0x0000000205b859e0 x9: 0x0000000000000103 x10: 0x0000000104d608a0 x11: 0x00000000aff7698f
x12: 0x000000000000006a x13: 0x0000000000000000 x14: 0x00000001a8788000 x15: 0x0000000254d3c000
x16: 0x0000000000000000 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000105d2bcc0
x20: 0x0000000105d304b0 x21: 0x0000000105d2bcc0 x22: 0x0000000280442880 x23: 0x0000000000000000
x24: 0x0000000000000001 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000
x28: 0x0000000000000003 fp: 0x000000016d3e5c50 lr: 0x00000001c74a046c
sp: 0x000000016d3e5bf0 pc: 0x00000001a8842e5c cpsr: 0x0
esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images:
0x102a18000 - 0x102b1bfff Runner arm64 /private/var/containers/Bundle/Application/662B4438-B497-45C0-BFA8-5AFEC038093A/Runner.app/Runner
0x102e2c000 - 0x102e7bfff FirebaseCrashlytics arm64 <9c4b0064f46f30868e9b34e7484a35f8> /private/var/containers/Bundle/Application/662B4438-B497-45C0-BFA8-5AFEC038093A/Runner.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics
0x1035ac000 - 0x1038f7fff realm_dart arm64 /private/var/containers/Bundle/Application/662B4438-B497-45C0-BFA8-5AFEC038093A/Runner.app/Frameworks/realm_dart.framework/realm_dart
0x103c00000 - 0x10447ffff Flutter arm64 <4c4c44dc55553144a1b8f18f0c0ee878> /private/var/containers/Bundle/Application/662B4438-B497-45C0-BFA8-5AFEC038093A/Runner.app/Frameworks/Flutter.framework/Flutter
0x112a00000 - 0x112a43fff VectorKit arm64e <0b5c8da00b0f3d849c75d28ad6a9bf8a> /System/Library/AccessibilityBundles/VectorKit.axbundle/VectorKit
0x1a8840000 - 0x1a8883e1f libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib
0x1a9900000 - 0x1aa249fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation
0x1af514000 - 0x1af8f9fff CoreFoundation arm64e <5cdc5d9ae5063740b64ebb30867b4f1b> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1b0696000 - 0x1b0a5dfff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1b16d1000 - 0x1b2eaefff UIKitCore arm64e <179501b60fc2344ab969b4e3961ebe10> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b6aea000 - 0x1b6b30fff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib
0x1b802e000 - 0x1b80a2fff libswiftUIKit.dylib arm64e <6383e8e8672633918d95bb5ee497e9aa> /usr/lib/swift/libswiftUIKit.dylib
0x1bdacb000 - 0x1bdb31ff3 libc++.1.dylib arm64e <64c24b16049731bb8db53b5f6c74ec6b> /usr/lib/libc++.1.dylib
0x1c7420000 - 0x1c7508fff UIAccessibility arm64e <792ce6ce78633004b072c86d33b8f6a3> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1cdbe7000 - 0x1cdc6a00f dyld arm64e /usr/lib/dyld
0x1e8891000 - 0x1e8899fff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1ec111000 - 0x1ec147ffb libsystem_kernel.dylib arm64e /usr/lib/system/libsystem_kernel.dylib
0x1fc573000 - 0x1fc57efff libsystem_pthread.dylib arm64e <1aa3a4b6f9e730568c8b4e4dd81312a4> /usr/lib/system/libsystem_pthread.dylib

Smartphone:

  • Device: iPhone 12
@nvngoc2409 nvngoc2409 added the bug Something isn't working label Sep 19, 2024
@elzahaby
Copy link

elzahaby commented Feb 5, 2025

Same with iOS 17 that is a major issue

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants