note11g / flutter_naver_map

Naver Mobile Dynamic Map SDK for Flutter (unofficial)
BSD 3-Clause "New" or "Revised" License
137 stars 65 forks source link

ios(실기기,시뮬레이터)에서 맵화면 접근시 앱이 종료되는 현상 #32

Closed kimdindoo closed 1 year ago

kimdindoo commented 1 year ago
실기기
flutter_naver_map/NaverMapController.swift:184: Fatal error: Unexpectedly found nil while unwrapping an Optional value
* thread #1, queue = 'com.apple.main-thread', stop reason = Fatal error: Unexpectedly found nil while unwrapping an Optional value
    frame #0: 0x00000001c6f680f8 libswiftCore.dylib`_swift_runtime_on_report
libswiftCore.dylib`:
->  0x1c6f680f8 <+0>: ret    
libswiftCore.dylib`:
    0x1c6f680fc <+0>: b      0x1c6f680f8               ; _swift_runtime_on_report
libswiftCore.dylib`:
    0x1c6f68100 <+0>: adrp   x8, 366525
    0x1c6f68104 <+4>: ldrb   w0, [x8, #0xabc]
Target 0: (Runner) stopped.
시뮬레이터
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: DAAE32C7-5589-4F2E-BA98-18E8631E7FEA
CrashReporter Key:   B9D792B9-A54D-E4BB-394B-B9CBFFCB35CE
Hardware Model:      MacBookPro15,1
Process:             Runner [25987]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/01932D09-C49D-4375-A9FF-ADDEC1BF5E54/data/Containers/Bundle/Application/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1/Runner.app/Runner
Identifier:          kr.co.rootlink.vankorea
Version:             0.9.3 (6)
Code Type:           X86-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [89286]
Coalition:           com.apple.CoreSimulator.SimDevice.01932D09-C49D-4375-A9FF-ADDEC1BF5E54 [7285]
Responsible Process: SimulatorTrampoline [32068]

Date/Time:           2022-12-14 16:46:18.5789 +0900
Launch Time:         2022-12-14 16:46:09.6862 +0900
OS Version:          macOS 12.6.1 (21G217)
Release Type:        User
Report Version:      104

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: SIGNAL 4 Illegal instruction: 4
Terminating Process: exc handler [25987]

Triggered by Thread:  0

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libswiftCore.dylib                  0x7ff80d640f48 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 456
1   libswiftCore.dylib                  0x7ff80d640c5b closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 267
2   libswiftCore.dylib                  0x7ff80d640a4d closure #1 in _assertionFailure(_:_:file:line:flags:) + 333
3   libswiftCore.dylib                  0x7ff80d6405c5 _assertionFailure(_:_:file:line:flags:) + 309
4   flutter_naver_map                      0x10b92810f NaverMapController.handle(call:result:) + 13679 (NaverMapController.swift:184)
5   flutter_naver_map                      0x10b9248ce implicit closure #10 in implicit closure #9 in NaverMapController.init(viewId:frame:registrar:argument:) + 78 (NaverMapController.swift:71)
6   flutter_naver_map                      0x10b92495b thunk for @escaping @callee_guaranteed (@guaranteed FlutterMethodCall, @guaranteed @escaping @callee_guaranteed (@in_guaranteed Any?) -> ()) -> () + 123
7   Flutter                                0x110d61a41 __45-[FlutterMethodChannel setMethodCallHandler:]_block_invoke + 104
8   Flutter                                0x1107a0732 invocation function for block in flutter::PlatformMessageHandlerIos::HandlePlatformMessage(std::__1::unique_ptr<flutter::PlatformMessage, std::__1::default_delete<flutter::PlatformMessage> >) + 86
9   libdispatch.dylib                   0x7ff80013b7fb _dispatch_call_block_and_release + 12
10  libdispatch.dylib                   0x7ff80013ca3a _dispatch_client_callout + 8
11  libdispatch.dylib                   0x7ff80014c32c _dispatch_main_queue_drain + 1338
12  libdispatch.dylib                   0x7ff80014bde4 _dispatch_main_queue_callback_4CF + 31
13  CoreFoundation                      0x7ff8003869f7 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
14  CoreFoundation                      0x7ff8003813c6 __CFRunLoopRun + 2482
15  CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
16  GraphicsServices                    0x7ff809c0f28a GSEventRunModal + 139
17  UIKitCore                              0x11a099425 -[UIApplication _run] + 994
18  UIKitCore                              0x11a09e301 UIApplicationMain + 123
19  Runner                                 0x10b63f0df main + 63 (AppDelegate.swift:6)
20  dyld_sim                               0x10b87a2bf start_sim + 10
21  dyld                                   0x10de6752e start + 462

Thread 1:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 4:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   Foundation                          0x7ff800c569fc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
6   Foundation                          0x7ff800c56c75 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72
7   UIKitCore                              0x11a16ce7e -[UIEventFetcher threadMain] + 535
8   Foundation                          0x7ff800c80247 __NSThread__start__ + 1009
9   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
10  libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 5:: io.flutter.1.ui
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   Flutter                                0x110af3515 fml::MessageLoopDarwin::Run() + 65
6   Flutter                                0x110aed16c fml::MessageLoopImpl::DoRun() + 22
7   Flutter                                0x110af233f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187
8   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 6:: io.flutter.1.raster
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   Flutter                                0x110af3515 fml::MessageLoopDarwin::Run() + 65
6   Flutter                                0x110aed16c fml::MessageLoopImpl::DoRun() + 22
7   Flutter                                0x110af233f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187
8   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 7:: io.flutter.1.io
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   Flutter                                0x110af3515 fml::MessageLoopDarwin::Run() + 65
6   Flutter                                0x110aed16c fml::MessageLoopImpl::DoRun() + 22
7   Flutter                                0x110af233f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187
8   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 8:: io.flutter.1.profiler
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   Flutter                                0x110af3515 fml::MessageLoopDarwin::Run() + 65
6   Flutter                                0x110aed16c fml::MessageLoopImpl::DoRun() + 22
7   Flutter                                0x110af233f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187
8   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 9:: io.worker.1
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 10:: io.worker.2
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 11:: io.worker.3
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 12:: io.worker.4
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 13:: io.worker.5
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 14:: io.worker.6
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 15:: io.worker.7
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 16:: io.worker.8
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 17:: io.worker.9
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 18:: io.worker.10
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 19:: io.worker.11
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 20:: io.worker.12
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 21:: io.worker.13
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 22:: io.worker.14
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 23:: io.worker.15
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 24:: io.worker.16
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3da6f _pthread_cond_wait + 1249
2   libc++.1.dylib                      0x7ff80028fbe2 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   Flutter                                0x110aea231 fml::ConcurrentMessageLoop::WorkerMain() + 187
4   Flutter                                0x110aeaa0f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 25:: dart:io EventHandler
0   libsystem_kernel.dylib              0x7ff833de434e kevent + 10
1   Flutter                                0x110cf8318 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 312
2   Flutter                                0x110d17008 dart::bin::ThreadStart(void*) + 40
3   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
4   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 26:: Dart Profiler ThreadInterrupter
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3daa4 _pthread_cond_wait + 1302
2   Flutter                                0x110e912a6 dart::Monitor::WaitMicros(long long) + 134
3   Flutter                                0x110f13d5f dart::ThreadInterrupter::ThreadMain(unsigned long) + 447
4   Flutter                                0x110e9088f dart::ThreadStart(void*) + 159
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 27:: Dart Profiler SampleBlockProcessor
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3daa4 _pthread_cond_wait + 1302
2   Flutter                                0x110e912a6 dart::Monitor::WaitMicros(long long) + 134
3   Flutter                                0x110e96f05 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181
4   Flutter                                0x110e9088f dart::ThreadStart(void*) + 159
5   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 28:: DartWorker
0   Flutter                                0x110f3775c dart::MarkingVisitorBase<true>::VisitPointers(dart::ObjectPtr*, dart::ObjectPtr*) + 124
1   Flutter                                0x110e9e54b dart::UntaggedObject::VisitPointersPredefined(dart::ObjectPointerVisitor*, long) + 331
2   Flutter                                0x110f3701a dart::MarkingVisitorBase<true>::ProcessMarkingStack() + 266
3   Flutter                                0x110f378c8 dart::ConcurrentMarkTask::Run() + 104
4   Flutter                                0x110f14a28 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 328
5   Flutter                                0x110f14d3e dart::ThreadPool::Worker::Main(unsigned long) + 110
6   Flutter                                0x110e9088f dart::ThreadStart(void*) + 159
7   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
8   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 29:: DartWorker
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3daa4 _pthread_cond_wait + 1302
2   Flutter                                0x110e912a6 dart::Monitor::WaitMicros(long long) + 134
3   Flutter                                0x110f14b0f dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559
4   Flutter                                0x110f14d3e dart::ThreadPool::Worker::Main(unsigned long) + 110
5   Flutter                                0x110e9088f dart::ThreadStart(void*) + 159
6   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
7   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 30:: DartWorker
0   Flutter                                0x110f3775c dart::MarkingVisitorBase<true>::VisitPointers(dart::ObjectPtr*, dart::ObjectPtr*) + 124
1   Flutter                                0x110e9e818 dart::UntaggedObject::VisitPointersPredefined(dart::ObjectPointerVisitor*, long) + 1048
2   Flutter                                0x110f3701a dart::MarkingVisitorBase<true>::ProcessMarkingStack() + 266
3   Flutter                                0x110f378c8 dart::ConcurrentMarkTask::Run() + 104
4   Flutter                                0x110f14a28 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 328
5   Flutter                                0x110f14d3e dart::ThreadPool::Worker::Main(unsigned long) + 110
6   Flutter                                0x110e9088f dart::ThreadStart(void*) + 159
7   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
8   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 31:: DartWorker
0   libsystem_kernel.dylib              0x7ff833de23ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff833e3daa4 _pthread_cond_wait + 1302
2   Flutter                                0x110e912a6 dart::Monitor::WaitMicros(long long) + 134
3   Flutter                                0x110dca98f dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*) + 207
4   Flutter                                0x110f14b5d dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 637
5   Flutter                                0x110f14d3e dart::ThreadPool::Worker::Main(unsigned long) + 110
6   Flutter                                0x110e9088f dart::ThreadStart(void*) + 159
7   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
8   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 32:: com.naver.nmaps.AssetFileSource
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   CoreFoundation                      0x7ff800381657 CFRunLoopRun + 40
6   NMapsMap                               0x10c346a4f nmaps::map::util::Thread<nmaps::map::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()::operator()() + 141
7   NMapsMap                               0x10c34690f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, nmaps::map::util::Thread<nmaps::map::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()> >(void*) + 48
8   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 33:: com.naver.nmaps.DefaultFileSource
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   CoreFoundation                      0x7ff800381657 CFRunLoopRun + 40
6   NMapsMap                               0x10c34d172 nmaps::map::util::Thread<nmaps::map::DefaultFileSource::Impl>::Thread<std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long, bool, bool, bool>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long&&, bool&&, bool&&, bool&&)::'lambda'()::operator()() + 128
7   NMapsMap                               0x10c34d027 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, nmaps::map::util::Thread<nmaps::map::DefaultFileSource::Impl>::Thread<std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long, bool, bool, bool>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long&&, bool&&, bool&&, bool&&)::'lambda'()> >(void*) + 48
8   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 34:: com.naver.nmaps.LocalFileSource
0   libsystem_kernel.dylib              0x7ff833ddf97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff833ddfce8 mach_msg + 56
2   CoreFoundation                      0x7ff800386766 __CFRunLoopServiceMachPort + 145
3   CoreFoundation                      0x7ff800380f6f __CFRunLoopRun + 1371
4   CoreFoundation                      0x7ff800380637 CFRunLoopRunSpecific + 560
5   CoreFoundation                      0x7ff800381657 CFRunLoopRun + 40
6   NMapsMap                               0x10c3540ee nmaps::map::util::Thread<nmaps::map::LocalFileSource::Impl>::Thread<>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()::operator()() + 122
7   NMapsMap                               0x10c353fd2 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, nmaps::map::util::Thread<nmaps::map::LocalFileSource::Impl>::Thread<>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()> >(void*) + 48
8   libsystem_pthread.dylib             0x7ff833e3d4e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff833e38f6b thread_start + 15

Thread 35:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 36:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 37:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 38:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 39:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 40:
0   libsystem_pthread.dylib             0x7ff833e38f48 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00000000b26657fb  rbx: 0x0000000000000000  rcx: 0x00000000b26657fb  rdx: 0x00000000b2865ffb
  rdi: 0x0000000000000050  rsi: 0x0000600001aa0000  rbp: 0x00007ff7b48be370  rsp: 0x00007ff7b48be360
   r8: 0x00000000000000cb   r9: 0x0000000000000000  r10: 0x00000000000000cc  r11: 0x0000600001aa0000
  r12: 0x00007ff866686302  r13: 0x0000600001a84000  r14: 0x00000000000000b8  r15: 0x0000000000000000
  rip: 0x00007ff80d640f48  rfl: 0x0000000000010206  cr2: 0x000000010cea0000

Logical CPU:     10
Error Code:      0x00000000 
Trap Number:     6

Binary Images:
    0x7ff80d613000 -     0x7ff80dacfffc libswiftCore.dylib (*) <bc68446a-6b8d-3dfc-a5f0-6d9cb12edc1c> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib
       0x10b910000 -        0x10b953fff org.cocoapods.flutter-naver-map (0.10.1) <04878cbb-d51d-3772-9397-76067a9dc3f0> /Users/USER/Library/Developer/CoreSimulator/Devices/01932D09-C49D-4375-A9FF-ADDEC1BF5E54/data/Containers/Bundle/Application/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1/Runner.app/Frameworks/flutter_naver_map.framework/flutter_naver_map
       0x110762000 -        0x112311fff io.flutter.flutter (1.0) <b43a8896-d220-3ec8-ad43-6e9886ea9f64> /Users/USER/Library/Developer/CoreSimulator/Devices/01932D09-C49D-4375-A9FF-ADDEC1BF5E54/data/Containers/Bundle/Application/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1/Runner.app/Frameworks/Flutter.framework/Flutter
    0x7ff80013a000 -     0x7ff800185ff3 libdispatch.dylib (*) <c7362476-68b1-3ebe-aa4a-46c0b676b3f7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
    0x7ff800302000 -     0x7ff800689ffc com.apple.CoreFoundation (6.9) <b5a38680-23b2-3ada-8f11-32c707243f2f> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x7ff809c0c000 -     0x7ff809c13ff2 com.apple.GraphicsServices (1.0) <48f162ca-ddc3-3479-8660-020ca125d2b8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x119269000 -        0x11ad0efff com.apple.UIKitCore (1.0) <35e99f75-b102-3980-ad6e-a8ce4d94ca2b> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
       0x10b63c000 -        0x10b63ffff kr.co.rootlink.vankorea (0.9.3) <8d5b0354-775e-3ecd-8ce2-bb95aed1dd4c> /Users/USER/Library/Developer/CoreSimulator/Devices/01932D09-C49D-4375-A9FF-ADDEC1BF5E54/data/Containers/Bundle/Application/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1/Runner.app/Runner
       0x10b878000 -        0x10b8d7fff dyld_sim (*) <db2ea9eb-03d5-3b81-a6ce-26ec4dd81b07> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x10de62000 -        0x10decdfff dyld (*) <7b87a986-a153-33c4-8470-d56410b7f9d5> /usr/lib/dyld
    0x7ff833e37000 -     0x7ff833e42ff7 libsystem_pthread.dylib (*) <b5454e27-e8c7-3fdb-b77f-714f1e82e70b> /usr/lib/system/libsystem_pthread.dylib
    0x7ff833dde000 -     0x7ff833e15fff libsystem_kernel.dylib (*) <0ea0d8ac-c27b-3a71-a59b-ec3a6f116acf> /usr/lib/system/libsystem_kernel.dylib
    0x7ff8006fc000 -     0x7ff80102eff4 com.apple.Foundation (6.9) <0ccd4306-bb63-3964-8ff5-e8d30bf494f5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
    0x7ff800287000 -     0x7ff8002dcff7 libc++.1.dylib (*) <8bac67d5-4013-3665-8383-c68aca4d5862> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
       0x10c32e000 -        0x10c8bdfff com.naver.maps.map (3.16.0) <2dfd8bba-3938-329e-9e9d-bdebdb88fb9f> /Users/USER/Library/Developer/CoreSimulator/Devices/01932D09-C49D-4375-A9FF-ADDEC1BF5E54/data/Containers/Bundle/Application/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1/Runner.app/Frameworks/NMapsMap.framework/NMapsMap

EOF

-----------
Full Report
-----------

{"app_name":"Runner","timestamp":"2022-12-14 16:46:19.00 +0900","app_version":"0.9.3","slice_uuid":"8d5b0354-775e-3ecd-8ce2-bb95aed1dd4c","build_version":"6","platform":7,"bundleID":"kr.co.rootlink.vankorea","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6.1 (21G217)","incident_id":"DAAE32C7-5589-4F2E-BA98-18E8631E7FEA","name":"Runner"}
{
  "uptime" : 28000,
  "procLaunch" : "2022-12-14 16:46:09.6862 +0900",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro15,1",
  "procStartAbsTime" : 28076951021924,
  "coalitionID" : 7285,
  "osVersion" : {
    "train" : "macOS 12.6.1",
    "build" : "21G217",
    "releaseType" : "User"
  },
  "captureTime" : "2022-12-14 16:46:18.5789 +0900",
  "incident" : "DAAE32C7-5589-4F2E-BA98-18E8631E7FEA",
  "bug_type" : "309",
  "pid" : 25987,
  "procExitAbsTime" : 28085841934519,
  "cpuType" : "X86-64",
  "procName" : "Runner",
  "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/01932D09-C49D-4375-A9FF-ADDEC1BF5E54\/data\/Containers\/Bundle\/Application\/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1\/Runner.app\/Runner",
  "bundleInfo" : {"CFBundleShortVersionString":"0.9.3","CFBundleVersion":"6","CFBundleIdentifier":"kr.co.rootlink.vankorea"},
  "storeInfo" : {"deviceIdentifierForVendor":"DAA80ACE-A4A2-59AC-A4FB-B221D44C8700","thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 89286,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.01932D09-C49D-4375-A9FF-ADDEC1BF5E54",
  "crashReporterKey" : "B9D792B9-A54D-E4BB-394B-B9CBFFCB35CE",
  "responsiblePid" : 32068,
  "responsibleProc" : "SimulatorTrampoline",
  "bridgeVersion" : {"build":"20P411","train":"7.0"},
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_INSTRUCTION","signal":"SIGILL"},
  "termination" : {"flags":0,"code":4,"namespace":"SIGNAL","indicator":"Illegal instruction: 4","byProc":"exc handler","byPid":25987},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":724795,"instructionState":{"instructionStream":{"bytes":[0,72,141,13,176,220,69,0,190,11,0,0,0,65,184,43,0,0,0,186,2,0,0,0,65,185,2,0,0,0,106,0,104,230,13,0,0,233,14,255,255,255,73,57,242,15,131,207,254,255,255,76,139,93,16,76,137,222,72,193,238,32,117,34,139,93,24,72,137,215,137,206,76,137,194,68,137,201,73,137,192,69,137,209,83,65,83,232,124,229,57,0,72,131,196,16,15,11,72,131,236,8,72,141,5,43,220,69,0,72,141,61,216,219,69,0,72,141,13,237,219,69,0,190,11,0,0,0,65,184,45,0,0,0,186,2,0,0,0,65,185,2,0,0,0,106,0,104,119,13,0,0,233,155,254,255,255,102,46,15,31,132,0,0,0,0,0,144,85,72,137,229,72,137,248,93,195,15,31,128,0,0,0,0,85,72,137,229,83,80,72,137],"offset":96}},"threadState":{"r13":{"value":105553144070144},"rax":{"value":2993051643},"rflags":{"value":66054},"cpu":{"value":10},"r14":{"value":184},"rsi":{"value":105553144184832},"r8":{"value":203},"cr2":{"value":4511629312},"rdx":{"value":2995150843},"r10":{"value":204},"r9":{"value":0},"r15":{"value":0},"rbx":{"value":0},"trap":{"value":6},"err":{"value":0},"r11":{"value":105553144184832},"rip":{"value":140703353278280,"matchesCrashFrame":1},"rbp":{"value":140701862716272},"rsp":{"value":140701862716256},"r12":{"value":140704846734082,"symbolLocation":10,"symbol":"OBJC_METACLASS_$_OS_dispatch_data"},"rcx":{"value":2993051643},"flavor":"x86_THREAD_STATE","rdi":{"value":80}},"queue":"com.apple.main-thread","frames":[{"imageOffset":188232,"symbol":"closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:)","symbolLocation":456,"imageIndex":0},{"imageOffset":187483,"symbol":"closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:)","symbolLocation":267,"imageIndex":0},{"imageOffset":186957,"symbol":"closure #1 in _assertionFailure(_:_:file:line:flags:)","symbolLocation":333,"imageIndex":0},{"imageOffset":185797,"symbol":"_assertionFailure(_:_:file:line:flags:)","symbolLocation":309,"imageIndex":0},{"imageOffset":98575,"sourceLine":184,"sourceFile":"NaverMapController.swift","symbol":"NaverMapController.handle(call:result:)","imageIndex":1,"symbolLocation":13679},{"imageOffset":84174,"sourceLine":71,"sourceFile":"NaverMapController.swift","symbol":"implicit closure #10 in implicit closure #9 in NaverMapController.init(viewId:frame:registrar:argument:)","imageIndex":1,"symbolLocation":78},{"imageOffset":84315,"sourceFile":"<compiler-generated>","symbol":"thunk for @escaping @callee_guaranteed (@guaranteed FlutterMethodCall, @guaranteed @escaping @callee_guaranteed (@in_guaranteed Any?) -> ()) -> ()","symbolLocation":123,"imageIndex":1},{"imageOffset":6289985,"symbol":"__45-[FlutterMethodChannel setMethodCallHandler:]_block_invoke","symbolLocation":104,"imageIndex":2},{"imageOffset":255794,"symbol":"invocation function for block in flutter::PlatformMessageHandlerIos::HandlePlatformMessage(std::__1::unique_ptr<flutter::PlatformMessage, std::__1::default_delete<flutter::PlatformMessage> >)","symbolLocation":86,"imageIndex":2},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":3},{"imageOffset":10810,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":3},{"imageOffset":74540,"symbol":"_dispatch_main_queue_drain","symbolLocation":1338,"imageIndex":3},{"imageOffset":73188,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":31,"imageIndex":3},{"imageOffset":543223,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":9,"imageIndex":4},{"imageOffset":521158,"symbol":"__CFRunLoopRun","symbolLocation":2482,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":12938,"symbol":"GSEventRunModal","symbolLocation":139,"imageIndex":5},{"imageOffset":14877733,"symbol":"-[UIApplication _run]","symbolLocation":994,"imageIndex":6},{"imageOffset":14897921,"symbol":"UIApplicationMain","symbolLocation":123,"imageIndex":6},{"imageOffset":12511,"sourceLine":6,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":7,"symbolLocation":63},{"imageOffset":8895,"symbol":"start_sim","symbolLocation":10,"imageIndex":8},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":9}]},{"id":724815,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":724817,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":724818,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":724824,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":5614076,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":213,"imageIndex":12},{"imageOffset":5614709,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":72,"imageIndex":12},{"imageOffset":15744638,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":535,"imageIndex":6},{"imageOffset":5784135,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724831,"name":"io.flutter.1.ui","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":3740949,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715436,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736383,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724832,"name":"io.flutter.1.raster","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":3740949,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715436,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736383,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724833,"name":"io.flutter.1.io","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":3740949,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715436,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736383,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724834,"name":"io.flutter.1.profiler","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":3740949,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715436,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736383,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724835,"name":"io.worker.1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724836,"name":"io.worker.2","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724837,"name":"io.worker.3","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724838,"name":"io.worker.4","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724839,"name":"io.worker.5","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724840,"name":"io.worker.6","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724841,"name":"io.worker.7","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724842,"name":"io.worker.8","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724843,"name":"io.worker.9","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724844,"name":"io.worker.10","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724845,"name":"io.worker.11","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724846,"name":"io.worker.12","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724847,"name":"io.worker.13","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724848,"name":"io.worker.14","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724849,"name":"io.worker.15","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724850,"name":"io.worker.16","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":10},{"imageOffset":35810,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703345,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705359,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724851,"name":"dart:io EventHandler","frames":[{"imageOffset":25422,"symbol":"kevent","symbolLocation":10,"imageIndex":11},{"imageOffset":5858072,"symbol":"dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long)","symbolLocation":312,"imageIndex":2},{"imageOffset":5984264,"symbol":"dart::bin::ThreadStart(void*)","symbolLocation":40,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724852,"name":"Dart Profiler ThreadInterrupter","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":10},{"imageOffset":7533222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8068447,"symbol":"dart::ThreadInterrupter::ThreadMain(unsigned long)","symbolLocation":447,"imageIndex":2},{"imageOffset":7530639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724853,"name":"Dart Profiler SampleBlockProcessor","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":10},{"imageOffset":7533222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":7556869,"symbol":"dart::SampleBlockProcessor::ThreadMain(unsigned long)","symbolLocation":181,"imageIndex":2},{"imageOffset":7530639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724854,"name":"DartWorker","frames":[{"imageOffset":8214364,"symbol":"dart::MarkingVisitorBase<true>::VisitPointers(dart::ObjectPtr*, dart::ObjectPtr*)","symbolLocation":124,"imageIndex":2},{"imageOffset":7587147,"symbol":"dart::UntaggedObject::VisitPointersPredefined(dart::ObjectPointerVisitor*, long)","symbolLocation":331,"imageIndex":2},{"imageOffset":8212506,"symbol":"dart::MarkingVisitorBase<true>::ProcessMarkingStack()","symbolLocation":266,"imageIndex":2},{"imageOffset":8214728,"symbol":"dart::ConcurrentMarkTask::Run()","symbolLocation":104,"imageIndex":2},{"imageOffset":8071720,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":328,"imageIndex":2},{"imageOffset":8072510,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724856,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":10},{"imageOffset":7533222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8071951,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":559,"imageIndex":2},{"imageOffset":8072510,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724857,"name":"DartWorker","frames":[{"imageOffset":8214364,"symbol":"dart::MarkingVisitorBase<true>::VisitPointers(dart::ObjectPtr*, dart::ObjectPtr*)","symbolLocation":124,"imageIndex":2},{"imageOffset":7587864,"symbol":"dart::UntaggedObject::VisitPointersPredefined(dart::ObjectPointerVisitor*, long)","symbolLocation":1048,"imageIndex":2},{"imageOffset":8212506,"symbol":"dart::MarkingVisitorBase<true>::ProcessMarkingStack()","symbolLocation":266,"imageIndex":2},{"imageOffset":8214728,"symbol":"dart::ConcurrentMarkTask::Run()","symbolLocation":104,"imageIndex":2},{"imageOffset":8071720,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":328,"imageIndex":2},{"imageOffset":8072510,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":724865,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":11},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":10},{"imageOffset":7533222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":6719887,"symbol":"dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*)","symbolLocation":207,"imageIndex":2},{"imageOffset":8072029,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":637,"imageIndex":2},{"imageOffset":8072510,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":725000,"name":"com.naver.nmaps.AssetFileSource","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":521815,"symbol":"CFRunLoopRun","symbolLocation":40,"imageIndex":4},{"imageOffset":100943,"symbol":"nmaps::map::util::Thread<nmaps::map::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()::operator()()","symbolLocation":141,"imageIndex":14},{"imageOffset":100623,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, nmaps::map::util::Thread<nmaps::map::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()> >(void*)","symbolLocation":48,"imageIndex":14},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":725001,"name":"com.naver.nmaps.DefaultFileSource","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":521815,"symbol":"CFRunLoopRun","symbolLocation":40,"imageIndex":4},{"imageOffset":127346,"symbol":"nmaps::map::util::Thread<nmaps::map::DefaultFileSource::Impl>::Thread<std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long, bool, bool, bool>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long&&, bool&&, bool&&, bool&&)::'lambda'()::operator()()","symbolLocation":128,"imageIndex":14},{"imageOffset":127015,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, nmaps::map::util::Thread<nmaps::map::DefaultFileSource::Impl>::Thread<std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long, bool, bool, bool>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<nmaps::map::FileSource> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long&&, bool&&, bool&&, bool&&)::'lambda'()> >(void*)","symbolLocation":48,"imageIndex":14},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":725002,"name":"com.naver.nmaps.LocalFileSource","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":11},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":11},{"imageOffset":542566,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":4},{"imageOffset":520047,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":4},{"imageOffset":517687,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":4},{"imageOffset":521815,"symbol":"CFRunLoopRun","symbolLocation":40,"imageIndex":4},{"imageOffset":155886,"symbol":"nmaps::map::util::Thread<nmaps::map::LocalFileSource::Impl>::Thread<>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()::operator()()","symbolLocation":122,"imageIndex":14},{"imageOffset":155602,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, nmaps::map::util::Thread<nmaps::map::LocalFileSource::Impl>::Thread<>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'()> >(void*)","symbolLocation":48,"imageIndex":14},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":10},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":10}]},{"id":725009,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":725011,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":725012,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":725013,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":725014,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":725015,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703353090048,
    "size" : 4968445,
    "uuid" : "bc68446a-6b8d-3dfc-a5f0-6d9cb12edc1c",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/swift\/libswiftCore.dylib",
    "name" : "libswiftCore.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4489019392,
    "CFBundleShortVersionString" : "0.10.1",
    "CFBundleIdentifier" : "org.cocoapods.flutter-naver-map",
    "size" : 278528,
    "uuid" : "04878cbb-d51d-3772-9397-76067a9dc3f0",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/01932D09-C49D-4375-A9FF-ADDEC1BF5E54\/data\/Containers\/Bundle\/Application\/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1\/Runner.app\/Frameworks\/flutter_naver_map.framework\/flutter_naver_map",
    "name" : "flutter_naver_map",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4571144192,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "io.flutter.flutter",
    "size" : 29032448,
    "uuid" : "b43a8896-d220-3ec8-ad43-6e9886ea9f64",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/01932D09-C49D-4375-A9FF-ADDEC1BF5E54\/data\/Containers\/Bundle\/Application\/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1\/Runner.app\/Frameworks\/Flutter.framework\/Flutter",
    "name" : "Flutter",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703129903104,
    "size" : 311284,
    "uuid" : "c7362476-68b1-3ebe-aa4a-46c0b676b3f7",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703131770880,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 3702781,
    "uuid" : "b5a38680-23b2-3ada-8f11-32c707243f2f",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1946.102"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703292243968,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.GraphicsServices",
    "size" : 32755,
    "uuid" : "48f162ca-ddc3-3479-8660-020ca125d2b8",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices",
    "name" : "GraphicsServices",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4716924928,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 27942912,
    "uuid" : "35e99f75-b102-3980-ad6e-a8ce4d94ca2b",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore",
    "name" : "UIKitCore",
    "CFBundleVersion" : "6092.1.111"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4486053888,
    "CFBundleShortVersionString" : "0.9.3",
    "CFBundleIdentifier" : "kr.co.rootlink.vankorea",
    "size" : 16384,
    "uuid" : "8d5b0354-775e-3ecd-8ce2-bb95aed1dd4c",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/01932D09-C49D-4375-A9FF-ADDEC1BF5E54\/data\/Containers\/Bundle\/Application\/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1\/Runner.app\/Runner",
    "name" : "Runner",
    "CFBundleVersion" : "6"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4488396800,
    "size" : 393216,
    "uuid" : "db2ea9eb-03d5-3b81-a6ce-26ec4dd81b07",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim",
    "name" : "dyld_sim"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4528152576,
    "size" : 442368,
    "uuid" : "7b87a986-a153-33c4-8470-d56410b7f9d5",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703999160320,
    "size" : 49144,
    "uuid" : "b5454e27-e8c7-3fdb-b77f-714f1e82e70b",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703998795776,
    "size" : 229376,
    "uuid" : "0ea0d8ac-c27b-3a71-a59b-ec3a6f116acf",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703135940608,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 9646069,
    "uuid" : "0ccd4306-bb63-3964-8ff5-e8d30bf494f5",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1946.102"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703131267072,
    "size" : 352248,
    "uuid" : "8bac67d5-4013-3665-8383-c68aca4d5862",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4499628032,
    "CFBundleShortVersionString" : "3.16.0",
    "CFBundleIdentifier" : "com.naver.maps.map",
    "size" : 5832704,
    "uuid" : "2dfd8bba-3938-329e-9e9d-bdebdb88fb9f",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/01932D09-C49D-4375-A9FF-ADDEC1BF5E54\/data\/Containers\/Bundle\/Application\/F91C7FF5-CA79-405B-B5FB-1D81A2A073D1\/Runner.app\/Frameworks\/NMapsMap.framework\/NMapsMap",
    "name" : "NMapsMap",
    "CFBundleVersion" : "3.16.0"
  }
],
  "sharedCache" : {
  "base" : 140703128616960,
  "size" : 2997714944,
  "uuid" : "d59494d6-cefa-3b4d-b2af-cd30f8e4da87"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=836.6M resident=0K(0%) swapped_out_or_unallocated=836.6M(100%)\nWritable regions: Total=961.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=961.2M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                           80K        5 \nCoreAnimation                      352K       13 \nCoreUI image data                   76K        1 \nFoundation                          16K        1 \nIOSurface                         70.5M        7 \nImage IO                            24K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           333.4M      100 \nMALLOC guard page                   48K       11 \nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSQLite page cache                  704K       11 \nSTACK GUARD                       56.2M       41 \nStack                             31.8M       41 \nVM_ALLOCATE                      149.7M      362 \n__DATA                            9134K      399 \n__DATA_CONST                      37.0M      399 \n__DATA_DIRTY                        26K       12 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       375.1M       30 \n__OBJC_RO                         28.0M        1 \n__OBJC_RW                          882K        1 \n__TEXT                           461.5M      415 \ndyld private memory               1280K        2 \nlibnetwork                        1152K       16 \nmapped file                      134.6M       25 \nshared memory                       16K        1 \n===========                     =======  ======= \nTOTAL                              2.0G     1899 \nTOTAL, minus reserved VM space     1.7G     1899 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6112dda2fc54bc3389840642",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "620aec83b02b354d3afd2f50"
      },
      "deploymentId" : 240000145
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
      },
      "deploymentId" : 240000066
    }
  ],
  "experiments" : [

  ]
}
}
note11g commented 1 year ago

해당 이슈는 mapView가 아직 화면상에 없을 때, moveCamera 메서드를 실행하여 발생한 것으로 보입니다. 해당 상황인지 확인해주시면 감사드리겠습니다.

andynvt commented 1 year ago

same issue. Any updates?

{        tilt = 0;
        zoom = 12;
    };
}
warning: flutter_naver_map was compiled with optimization - stepping may behave oddly; variables may not be available.
* thread #1, queue = 'com.apple.main-thread', stop reason = Swift runtime failure: Unexpectedly found nil while unwrapping an Optional value
    frame #1: 0x000000010384e0a4 flutter_naver_map`NaverMapController.handle(call=0x0000000283edfba0, result=0x0000000103850f80 flutter_naver_map`partial apply forwarder for reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> () at <compiler-generated>, self=0x0000000281929220) at NaverMapController.swift:184:24 [opt]
   181                      update.animationDuration = Double(animationDuration!) / 1000
   182                  }
   183
-> 184                  mapView!.moveCamera(update, completion: { isCancelled in
                               ^
   185                      result(nil)
   186                  })
   187              } else {
Target 0: (Runner) stopped.
Lost connection to device.
note11g commented 1 year ago

@andynvt is this running on ios simulator?

andynvt commented 1 year ago

@andynvt is this running on ios simulator?

@note11g No. It's on iPhone 11 Pro Max. IOS 16.2

I open the Naver map with moveCamera successfully. Then push another page onto it, back to the Naver map page, and use moveCamera. It's was crashed

note11g commented 1 year ago

@andynvt can you retry 1.0 dev?