kvs-coder / health_kit_reporter

A Flutter wrapper for the HealthKitReporter library
https://pub.dev/packages/health_kit_reporter
MIT License
38 stars 38 forks source link

App crashes when trying to write mindful minutes. #32

Closed nohli closed 3 years ago

nohli commented 3 years ago

Describe the bug Since version 1.5.0 or 1.5.1 the app crashes on iOS.

While everything in Dart is in try-catch-blocks, the whole app crashes. Was there a change that I need to update? The analyzer does not complain about any argument.

Screenshots

Below the crash logs I've sent to myself via TestFlight and a screenshot of the crash in Xcode:

Log 1 ``` Incident Identifier: 818A3A29-E11B-40E9-AB96-CCBFB0548444 Hardware Model: iPhone10,6 Process: Runner [18400] Path: /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Runner Identifier: com.achimsapps.breathe Version: 3.18.0 (2220) AppStoreTools: 13A1030d AppVariant: 1:iPhone10,6:15 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.achimsapps.breathe [3592] Date/Time: 2021-11-01 21:18:42.2634 +0100 Launch Time: 2021-11-01 21:17:52.8102 +0100 OS Version: iPhone OS 15.1 (19B74) Release Type: User Baseband Version: 5.00.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x182e09c9c __exceptionPreprocess + 216 (NSException.m:200) 1 libobjc.A.dylib 0x199fbd758 objc_exception_throw + 56 (objc-exception.mm:565) 2 CoreFoundation 0x182e5cd04 +[NSException raise:format:] + 108 (NSException.m:156) 3 HealthKit 0x18ec00aa8 -[HKObject _validateForCreation] + 140 (HKObject.m:127) 4 HealthKit 0x18ec00838 +[HKObject _newDataObjectWithMetadata:device:config:] + 268 (HKObject.m:112) 5 HealthKit 0x18ec006e8 +[HKSample _newSampleWithType:startDate:endDate:device:metadata:config:] + 176 (HKSample.m:42) 6 HealthKit 0x18ec01f7c +[HKCategorySample categorySampleWithType:value:startDate:endDate:device:metadata:] + 268 (HKCategorySample.m:42) 7 HealthKitReporter 0x1011d8dd4 @nonobjc HKCategorySample.__allocating_init(type:value:start:end:device:metadata:) + 48 (:0) 8 HealthKitReporter 0x1011d8dd4 Category.asOriginal() + 1076 (Category.swift:125) 9 HealthKitReporter 0x1012046f0 HealthKitWriter.delete(sample:completion:) + 408 10 health_kit_reporter 0x101464aa8 specialized SwiftHealthKitReporterPlugin.handle(_:result:) + 6292 (SwiftHealthKitReporterPlugin.swift:0) 11 health_kit_reporter 0x101455d90 specialized SwiftHealthKitReporterPlugin.handle(_:result:) + 12 (:0) 12 health_kit_reporter 0x101455d90 @objc SwiftHealthKitReporterPlugin.handle(_:result:) + 76 13 Flutter 0x101a94dc0 0x1015a8000 + 5164480 14 Flutter 0x1015e7f34 0x1015a8000 + 261940 15 Flutter 0x1018f0db4 0x1015a8000 + 3444148 16 Flutter 0x101896068 0x1015a8000 + 3072104 17 Flutter 0x101899098 0x1015a8000 + 3084440 18 CoreFoundation 0x182e1dfcc __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1812) 19 CoreFoundation 0x182da8338 __CFRunLoopDoTimer + 1016 (CFRunLoop.c:2420) 20 CoreFoundation 0x182da2fcc __CFRunLoopDoTimers + 324 (CFRunLoop.c:2580) 21 CoreFoundation 0x182d82ea4 __CFRunLoopRun + 1948 (CFRunLoop.c:3116) 22 CoreFoundation 0x182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 23 GraphicsServices 0x19d00a9a0 GSEventRunModal + 160 (GSEvent.c:2200) 24 UIKitCore 0x1855c805c -[UIApplication _run] + 1080 (UIApplication.m:3493) 25 UIKitCore 0x18535dce0 UIApplicationMain + 2028 (UIApplication.m:5046) 26 Runner 0x100e4f090 main + 64 (AppDelegate.swift:5) 27 dyld 0x10114c190 start + 444 (dyldMain.cpp:876) Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001bc7f29e8 __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001dcd45824 pthread_kill + 208 (pthread.c:1610) 2 libsystem_c.dylib 0x000000018d2830b4 abort + 120 (abort.c:118) 3 libc++abi.dylib 0x000000019a0b2e1c abort_message + 128 (abort_message.cpp:78) 4 libc++abi.dylib 0x000000019a0a4bec demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:71) 5 libobjc.A.dylib 0x0000000199fc30c8 _objc_terminate() + 124 (objc-exception.mm:701) 6 libc++abi.dylib 0x000000019a0b22cc std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x000000019a0b4e4c __cxa_rethrow + 144 (cxa_exception.cpp:616) 8 libobjc.A.dylib 0x0000000199fbf298 objc_exception_rethrow + 40 (objc-exception.mm:604) 9 CoreFoundation 0x0000000182d95e68 CFRunLoopRunSpecific + 808 (CFRunLoop.c:3283) 10 GraphicsServices 0x000000019d00a9a0 GSEventRunModal + 160 (GSEvent.c:2200) 11 UIKitCore 0x00000001855c805c -[UIApplication _run] + 1080 (UIApplication.m:3493) 12 UIKitCore 0x000000018535dce0 UIApplicationMain + 2028 (UIApplication.m:5046) 13 Runner 0x0000000100e4f090 main + 64 (AppDelegate.swift:5) 14 dyld 0x000000010114c190 start + 444 (dyldMain.cpp:876) Thread 1: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Foundation 0x00000001844ce00c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:373) 6 Foundation 0x000000018450d18c -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:420) 7 UIKitCore 0x0000000185545d58 -[UIEventFetcher threadMain] + 512 (UIEventFetcher.m:1167) 8 Foundation 0x000000018451aefc __NSThread__start__ + 792 (NSThread.m:972) 9 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 10 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x0000000101898f74 0x1015a8000 + 3084148 6 Flutter 0x0000000101898788 0x1015a8000 + 3082120 7 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x0000000101898f74 0x1015a8000 + 3084148 6 Flutter 0x0000000101898788 0x1015a8000 + 3082120 7 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x0000000101898f74 0x1015a8000 + 3084148 6 Flutter 0x0000000101898788 0x1015a8000 + 3082120 7 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000101893b60 0x1015a8000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000101893b60 0x1015a8000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000101893b60 0x1015a8000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000101893b60 0x1015a8000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000101893b60 0x1015a8000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000101893b60 0x1015a8000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001bc7ee2f8 kevent + 8 1 Flutter 0x00000001019e348c 0x1015a8000 + 4437132 2 Flutter 0x0000000101a10cc4 0x1015a8000 + 4623556 3 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 4 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 AudioSession 0x000000018b918d7c CADeprecated::GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:95) 6 AudioSession 0x000000018b9220ac CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 88 (CAPThread.cpp:324) 7 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 16: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 17: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 18 name: Thread 18: 0 libsystem_kernel.dylib 0x00000001bc7ecb64 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x0000000182aa571c _dispatch_sema4_timedwait$VARIANT$armv81 + 60 (lock.c:154) 2 libdispatch.dylib 0x0000000182aa5cac _dispatch_semaphore_wait_slow + 72 (semaphore.c:116) 3 libdispatch.dylib 0x0000000182aba0f8 _dispatch_worker_thread + 304 (queue.c:7040) 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 19: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 20 name: Thread 20 name: Thread 20: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 libdispatch.dylib 0x0000000182aa7cbc _dispatch_mach_send_and_wait_for_reply + 504 (mach.c:815) 3 libdispatch.dylib 0x0000000182aa8068 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$armv81 + 52 (mach.c:2019) 4 libxpc.dylib 0x00000001dcd63458 xpc_connection_send_message_with_reply_sync + 236 (connection.c:974) 5 CoreMedia 0x000000018cdb5d58 FigXPCRemoteClientSendSyncMessageCreatingReply + 40 (FigXPCClientServer.c:939) 6 CoreMedia 0x000000018cdb5ec4 FigXPCSendStdSetPropertyMessage + 128 (FigXPCClientServer.c:969) 7 MediaToolbox 0x000000018c7bf774 remoteXPCPlayer_SetProperty + 140 (FigPlayer_RemoteXPC.m:5847) 8 MediaToolbox 0x000000018c6d2198 playerasync_runOneCommand + 2332 (FigPlayer_Async.c:0) 9 MediaToolbox 0x000000018c6d51bc playerasync_runAsynchronousCommandOnQueue + 180 (FigPlayer_Async.c:1539) 10 libdispatch.dylib 0x0000000182ad6198 _dispatch_client_callout + 16 (object.m:560) 11 libdispatch.dylib 0x0000000182ab113c _dispatch_lane_serial_drain$VARIANT$armv81 + 604 (inline_internal.h:2601) 12 libdispatch.dylib 0x0000000182ab1c28 _dispatch_lane_invoke$VARIANT$armv81 + 440 (queue.c:3937) 13 libdispatch.dylib 0x0000000182aba2e0 _dispatch_root_queue_drain + 328 (inline_internal.h:0) 14 libdispatch.dylib 0x0000000182aba0b4 _dispatch_worker_thread + 236 (queue.c:7037) 15 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 16 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 21 name: Thread 21 name: Thread 21: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 libdispatch.dylib 0x0000000182aa7cbc _dispatch_mach_send_and_wait_for_reply + 504 (mach.c:815) 3 libdispatch.dylib 0x0000000182aa8068 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$armv81 + 52 (mach.c:2019) 4 libxpc.dylib 0x00000001dcd63458 xpc_connection_send_message_with_reply_sync + 236 (connection.c:974) 5 CoreMedia 0x000000018cdb5d58 FigXPCRemoteClientSendSyncMessageCreatingReply + 40 (FigXPCClientServer.c:939) 6 MediaToolbox 0x000000018c7c222c remoteXPCPlayer_SetRateWithOptions + 148 (FigPlayer_RemoteXPC.m:6352) 7 MediaToolbox 0x000000018c6d1ed0 playerasync_runOneCommand + 1620 (FigPlayer_Async.c:0) 8 MediaToolbox 0x000000018c6d51bc playerasync_runAsynchronousCommandOnQueue + 180 (FigPlayer_Async.c:1539) 9 libdispatch.dylib 0x0000000182ad6198 _dispatch_client_callout + 16 (object.m:560) 10 libdispatch.dylib 0x0000000182ab113c _dispatch_lane_serial_drain$VARIANT$armv81 + 604 (inline_internal.h:2601) 11 libdispatch.dylib 0x0000000182ab1c28 _dispatch_lane_invoke$VARIANT$armv81 + 440 (queue.c:3937) 12 libdispatch.dylib 0x0000000182aba2e0 _dispatch_root_queue_drain + 328 (inline_internal.h:0) 13 libdispatch.dylib 0x0000000182aba0b4 _dispatch_worker_thread + 236 (queue.c:7037) 14 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 15 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 22 name: Thread 22: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8e4 _pthread_cond_wait$VARIANT$armv81 + 1260 (pthread_cond.c:640) 2 Flutter 0x0000000101b41374 0x1015a8000 + 5870452 3 Flutter 0x0000000101b87214 0x1015a8000 + 6156820 4 Flutter 0x0000000101b40c9c 0x1015a8000 + 5868700 5 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 6 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x000000019a0b5e55 x5: 0x000000016efb7220 x6: 0x000000000000006e x7: 0x0000000000267900 x8: 0x0000000101194580 x9: 0xbb9d6fcefdfc5c84 x10: 0x000000016efb6c80 x11: 0x000000000000000b x12: 0x0000000000000000 x13: 0x0000000051e16000 x14: 0x0000000000000010 x15: 0x0000000000000002 x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000103 x21: 0x0000000101194660 x22: 0x0000000000000001 x23: 0x0000000280134420 x24: 0x0000000000000000 x25: 0x0000000000000001 x26: 0x0000000eb1e31100 x27: 0x00000001f4389000 x28: 0x0000000000000001 fp: 0x000000016efb7190 lr: 0x00000001dcd45824 sp: 0x000000016efb7170 pc: 0x00000001bc7f29e8 cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x100e48000 - 0x100e4ffff Runner arm64 /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Runner 0x101134000 - 0x101187fff dyld arm64 <5e7ef5771cc5369aa04d28fbba883086> /usr/lib/dyld 0x1011d0000 - 0x101243fff HealthKitReporter arm64 <5d43f174d41b34f5b05c13adc0cc7515> /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Frameworks/HealthKitReporter.framework/HealthKitReporter 0x101440000 - 0x10146bfff health_kit_reporter arm64 /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Frameworks/health_kit_reporter.framework/health_kit_reporter 0x1015a8000 - 0x101cebfff Flutter arm64 /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Frameworks/Flutter.framework/Flutter 0x182a72000 - 0x182af4fff libdispatch.dylib arm64 <56aa6e938d8e32feac73d3e79b1ba2f5> /usr/lib/system/libdispatch.dylib 0x182d78000 - 0x1831b2fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1844b6000 - 0x184796fff Foundation arm64 <86d8a58db71f34c683e0014b2b835f1d> /System/Library/Frameworks/Foundation.framework/Foundation 0x1850dc000 - 0x186865fff UIKitCore arm64 /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x18b913000 - 0x18b93afff AudioSession arm64 <12427ae9e9e23966989f711c820e7125> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x18c5ba000 - 0x18ccd6fff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x18ccd7000 - 0x18cddffff CoreMedia arm64 <78b1b609495335ac8eb02d6bdd487283> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x18d264000 - 0x18d2defff libsystem_c.dylib arm64 <5700e26c19b735c9b739e62c325f4fcc> /usr/lib/system/libsystem_c.dylib 0x18ebf6000 - 0x18eed3fff HealthKit arm64 <52629b13ccb5354ca9567bed7de669a1> /System/Library/Frameworks/HealthKit.framework/HealthKit 0x199fa9000 - 0x199fdefff libobjc.A.dylib arm64 <78e77e2874d0371aa2466d41374ba19a> /usr/lib/libobjc.A.dylib 0x19a047000 - 0x19a09ffff libc++.1.dylib arm64 <0b3e0b571a513ec98680bd398555aeeb> /usr/lib/libc++.1.dylib 0x19a0a0000 - 0x19a0b8fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x19d009000 - 0x19d011fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1bc7ec000 - 0x1bc81dfff libsystem_kernel.dylib arm64 <28a82cbdb2103662af9e636819d8909a> /usr/lib/system/libsystem_kernel.dylib 0x1dcd35000 - 0x1dcd48fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x1dcd57000 - 0x1dcd89fff libxpc.dylib arm64 <0d9c930f4a4b352c988d4b52a1636fb2> /usr/lib/system/libxpc.dylib EOF ```
Log 2 ``` Incident Identifier: 6F48EAF0-19F5-49C5-B79F-1CB3A9068FAD Hardware Model: iPhone10,6 Process: Runner [13398] Path: /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Runner Identifier: com.achimsapps.breathe Version: 3.18.0 (2220) AppStoreTools: 13A1030d AppVariant: 1:iPhone10,6:15 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.achimsapps.breathe [2962] Date/Time: 2021-10-30 21:36:55.1023 +0200 Launch Time: 2021-10-30 21:36:52.5655 +0200 OS Version: iPhone OS 15.1 (19B74) Release Type: User Baseband Version: 5.00.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x182e09c9c __exceptionPreprocess + 216 (NSException.m:200) 1 libobjc.A.dylib 0x199fbd758 objc_exception_throw + 56 (objc-exception.mm:565) 2 CoreFoundation 0x182e5cd04 +[NSException raise:format:] + 108 (NSException.m:156) 3 HealthKit 0x18ec00aa8 -[HKObject _validateForCreation] + 140 (HKObject.m:127) 4 HealthKit 0x18ec00838 +[HKObject _newDataObjectWithMetadata:device:config:] + 268 (HKObject.m:112) 5 HealthKit 0x18ec006e8 +[HKSample _newSampleWithType:startDate:endDate:device:metadata:config:] + 176 (HKSample.m:42) 6 HealthKit 0x18ec01f7c +[HKCategorySample categorySampleWithType:value:startDate:endDate:device:metadata:] + 268 (HKCategorySample.m:42) 7 HealthKitReporter 0x102870dd4 @nonobjc HKCategorySample.__allocating_init(type:value:start:end:device:metadata:) + 48 (:0) 8 HealthKitReporter 0x102870dd4 Category.asOriginal() + 1076 (Category.swift:125) 9 HealthKitReporter 0x10289c6f0 HealthKitWriter.delete(sample:completion:) + 408 10 health_kit_reporter 0x102c68aa8 0x102c44000 + 150184 (SwiftHealthKitReporterPlugin.swift:0) 11 health_kit_reporter 0x102c59d90 specialized SwiftHealthKitReporterPlugin.handle(_:result:) + 12 (:0) 12 health_kit_reporter 0x102c59d90 @objc SwiftHealthKitReporterPlugin.handle(_:result:) + 76 13 Flutter 0x103298dc0 0x102dac000 + 5164480 14 Flutter 0x102debf34 0x102dac000 + 261940 15 Flutter 0x1030f4db4 0x102dac000 + 3444148 16 Flutter 0x10309a068 0x102dac000 + 3072104 17 Flutter 0x10309d098 0x102dac000 + 3084440 18 CoreFoundation 0x182e1dfcc __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1812) 19 CoreFoundation 0x182da8338 __CFRunLoopDoTimer + 1016 (CFRunLoop.c:2420) 20 CoreFoundation 0x182da2fcc __CFRunLoopDoTimers + 324 (CFRunLoop.c:2580) 21 CoreFoundation 0x182d82ea4 __CFRunLoopRun + 1948 (CFRunLoop.c:3116) 22 CoreFoundation 0x182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 23 GraphicsServices 0x19d00a9a0 GSEventRunModal + 160 (GSEvent.c:2200) 24 UIKitCore 0x1855c805c -[UIApplication _run] + 1080 (UIApplication.m:3493) 25 UIKitCore 0x18535dce0 UIApplicationMain + 2028 (UIApplication.m:5046) 26 Runner 0x10265b090 main + 64 (AppDelegate.swift:5) 27 dyld 0x1027e4190 start + 444 (dyldMain.cpp:876) Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001bc7f29e8 __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001dcd45824 pthread_kill + 208 (pthread.c:1610) 2 libsystem_c.dylib 0x000000018d2830b4 abort + 120 (abort.c:118) 3 libc++abi.dylib 0x000000019a0b2e1c abort_message + 128 (abort_message.cpp:78) 4 libc++abi.dylib 0x000000019a0a4bec demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:71) 5 libobjc.A.dylib 0x0000000199fc30c8 _objc_terminate() + 124 (objc-exception.mm:701) 6 libc++abi.dylib 0x000000019a0b22cc std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x000000019a0b4e4c __cxa_rethrow + 144 (cxa_exception.cpp:616) 8 libobjc.A.dylib 0x0000000199fbf298 objc_exception_rethrow + 40 (objc-exception.mm:604) 9 CoreFoundation 0x0000000182d95e68 CFRunLoopRunSpecific + 808 (CFRunLoop.c:3283) 10 GraphicsServices 0x000000019d00a9a0 GSEventRunModal + 160 (GSEvent.c:2200) 11 UIKitCore 0x00000001855c805c -[UIApplication _run] + 1080 (UIApplication.m:3493) 12 UIKitCore 0x000000018535dce0 UIApplicationMain + 2028 (UIApplication.m:5046) 13 Runner 0x000000010265b090 main + 64 (AppDelegate.swift:5) 14 dyld 0x00000001027e4190 start + 444 (dyldMain.cpp:876) Thread 1: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Foundation 0x00000001844ce00c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:373) 6 Foundation 0x000000018450d18c -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:420) 7 UIKitCore 0x0000000185545d58 -[UIEventFetcher threadMain] + 512 (UIEventFetcher.m:1167) 8 Foundation 0x000000018451aefc __NSThread__start__ + 792 (NSThread.m:972) 9 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 10 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 5: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 6: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 7: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x000000010309cf74 0x102dac000 + 3084148 6 Flutter 0x000000010309c788 0x102dac000 + 3082120 7 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x000000010309cf74 0x102dac000 + 3084148 6 Flutter 0x000000010309c788 0x102dac000 + 3082120 7 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001bc7ef954 ftruncate + 8 1 Flutter 0x0000000103088234 0x102dac000 + 2998836 2 Flutter 0x000000010309a068 0x102dac000 + 3072104 3 Flutter 0x000000010309d098 0x102dac000 + 3084440 4 CoreFoundation 0x0000000182e1dfcc __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1812) 5 CoreFoundation 0x0000000182da8338 __CFRunLoopDoTimer + 1016 (CFRunLoop.c:2420) 6 CoreFoundation 0x0000000182da2fcc __CFRunLoopDoTimers + 324 (CFRunLoop.c:2580) 7 CoreFoundation 0x0000000182d82ea4 __CFRunLoopRun + 1948 (CFRunLoop.c:3116) 8 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 9 Flutter 0x000000010309cf74 0x102dac000 + 3084148 10 Flutter 0x000000010309c788 0x102dac000 + 3082120 11 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 12 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000103097b60 0x102dac000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000103097b60 0x102dac000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000103097b60 0x102dac000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000103097b60 0x102dac000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000103097b60 0x102dac000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8b8 _pthread_cond_wait$VARIANT$armv81 + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019a0502b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000103097b60 0x102dac000 + 3062624 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 17 name: Thread 17: 0 libsystem_kernel.dylib 0x00000001bc7ee2f8 kevent + 8 1 Flutter 0x00000001031e748c 0x102dac000 + 4437132 2 Flutter 0x0000000103214cc4 0x102dac000 + 4623556 3 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 4 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 18 name: Thread 18: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8e4 _pthread_cond_wait$VARIANT$armv81 + 1260 (pthread_cond.c:640) 2 Flutter 0x0000000103345374 0x102dac000 + 5870452 3 Flutter 0x000000010338b214 0x102dac000 + 6156820 4 Flutter 0x0000000103344c9c 0x102dac000 + 5868700 5 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 6 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 19 name: Thread 19: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x0000000182d7eac0 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x0000000182d82ba8 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x0000000182d95d7c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 AudioSession 0x000000018b918d7c CADeprecated::GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:95) 6 AudioSession 0x000000018b9220ac CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 88 (CAPThread.cpp:324) 7 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 20 name: Thread 20: 0 libsystem_kernel.dylib 0x00000001bc7ecb64 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x0000000182aa571c _dispatch_sema4_timedwait$VARIANT$armv81 + 60 (lock.c:154) 2 libdispatch.dylib 0x0000000182aa5cac _dispatch_semaphore_wait_slow + 72 (semaphore.c:116) 3 libdispatch.dylib 0x0000000182aba0f8 _dispatch_worker_thread + 304 (queue.c:7040) 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 21 name: Thread 21 name: Thread 21: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 libdispatch.dylib 0x0000000182aa7cbc _dispatch_mach_send_and_wait_for_reply + 504 (mach.c:815) 3 libdispatch.dylib 0x0000000182aa8068 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$armv81 + 52 (mach.c:2019) 4 libxpc.dylib 0x00000001dcd63458 xpc_connection_send_message_with_reply_sync + 236 (connection.c:974) 5 CoreMedia 0x000000018cdb5d58 FigXPCRemoteClientSendSyncMessageCreatingReply + 40 (FigXPCClientServer.c:939) 6 CoreMedia 0x000000018cdb5ec4 FigXPCSendStdSetPropertyMessage + 128 (FigXPCClientServer.c:969) 7 MediaToolbox 0x000000018c7bf774 remoteXPCPlayer_SetProperty + 140 (FigPlayer_RemoteXPC.m:5847) 8 MediaToolbox 0x000000018c6d2198 playerasync_runOneCommand + 2332 (FigPlayer_Async.c:0) 9 MediaToolbox 0x000000018c6d51bc playerasync_runAsynchronousCommandOnQueue + 180 (FigPlayer_Async.c:1539) 10 libdispatch.dylib 0x0000000182ad6198 _dispatch_client_callout + 16 (object.m:560) 11 libdispatch.dylib 0x0000000182ab113c _dispatch_lane_serial_drain$VARIANT$armv81 + 604 (inline_internal.h:2601) 12 libdispatch.dylib 0x0000000182ab1c28 _dispatch_lane_invoke$VARIANT$armv81 + 440 (queue.c:3937) 13 libdispatch.dylib 0x0000000182aba2e0 _dispatch_root_queue_drain + 328 (inline_internal.h:0) 14 libdispatch.dylib 0x0000000182aba0b4 _dispatch_worker_thread + 236 (queue.c:7037) 15 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 16 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 22 name: Thread 22 name: Thread 22: 0 libsystem_kernel.dylib 0x00000001bc7ecb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc7ed134 mach_msg + 72 (mach_msg.c:119) 2 libdispatch.dylib 0x0000000182aa7cbc _dispatch_mach_send_and_wait_for_reply + 504 (mach.c:815) 3 libdispatch.dylib 0x0000000182aa8068 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$armv81 + 52 (mach.c:2019) 4 libxpc.dylib 0x00000001dcd63458 xpc_connection_send_message_with_reply_sync + 236 (connection.c:974) 5 CoreMedia 0x000000018cdb5d58 FigXPCRemoteClientSendSyncMessageCreatingReply + 40 (FigXPCClientServer.c:939) 6 MediaToolbox 0x000000018c7c222c remoteXPCPlayer_SetRateWithOptions + 148 (FigPlayer_RemoteXPC.m:6352) 7 MediaToolbox 0x000000018c6d1ed0 playerasync_runOneCommand + 1620 (FigPlayer_Async.c:0) 8 MediaToolbox 0x000000018c6d51bc playerasync_runAsynchronousCommandOnQueue + 180 (FigPlayer_Async.c:1539) 9 libdispatch.dylib 0x0000000182ad6198 _dispatch_client_callout + 16 (object.m:560) 10 libdispatch.dylib 0x0000000182ab113c _dispatch_lane_serial_drain$VARIANT$armv81 + 604 (inline_internal.h:2601) 11 libdispatch.dylib 0x0000000182ab1c28 _dispatch_lane_invoke$VARIANT$armv81 + 440 (queue.c:3937) 12 libdispatch.dylib 0x0000000182aba2e0 _dispatch_root_queue_drain + 328 (inline_internal.h:0) 13 libdispatch.dylib 0x0000000182aba0b4 _dispatch_worker_thread + 236 (queue.c:7037) 14 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 15 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 23 name: Thread 23: 0 libsystem_kernel.dylib 0x00000001bc7ecb64 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x0000000182aa571c _dispatch_sema4_timedwait$VARIANT$armv81 + 60 (lock.c:154) 2 libdispatch.dylib 0x0000000182aa5cac _dispatch_semaphore_wait_slow + 72 (semaphore.c:116) 3 libdispatch.dylib 0x0000000182aba0f8 _dispatch_worker_thread + 304 (queue.c:7040) 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 24: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 25 name: Thread 25: 0 libsystem_kernel.dylib 0x00000001bc7ecb64 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x0000000182aa571c _dispatch_sema4_timedwait$VARIANT$armv81 + 60 (lock.c:154) 2 libdispatch.dylib 0x0000000182aa5cac _dispatch_semaphore_wait_slow + 72 (semaphore.c:116) 3 libdispatch.dylib 0x0000000182aba0f8 _dispatch_worker_thread + 304 (queue.c:7040) 4 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 Thread 26: 0 libsystem_pthread.dylib 0x00000001dcd399e8 start_wqthread + 0 Thread 27 name: Thread 27: 0 libsystem_kernel.dylib 0x00000001bc7ed4f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcd3a8e4 _pthread_cond_wait$VARIANT$armv81 + 1260 (pthread_cond.c:640) 2 Flutter 0x0000000103345374 0x102dac000 + 5870452 3 Flutter 0x000000010338b214 0x102dac000 + 6156820 4 Flutter 0x0000000103344c9c 0x102dac000 + 5868700 5 libsystem_pthread.dylib 0x00000001dcd3b3a4 _pthread_start + 116 (pthread.c:891) 6 libsystem_pthread.dylib 0x00000001dcd399fc thread_start + 8 No thread state (register information) available Binary Images: 0x102654000 - 0x10265bfff Runner arm64 /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Runner 0x1027cc000 - 0x10281ffff dyld arm64 <5e7ef5771cc5369aa04d28fbba883086> /usr/lib/dyld 0x102868000 - 0x1028dbfff HealthKitReporter arm64 <5d43f174d41b34f5b05c13adc0cc7515> /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Frameworks/HealthKitReporter.framework/HealthKitReporter 0x102c44000 - 0x102c6ffff health_kit_reporter arm64 /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Frameworks/health_kit_reporter.framework/health_kit_reporter 0x102dac000 - 0x1034effff Flutter arm64 /private/var/containers/Bundle/Application/8C7D995A-D00B-4055-A557-255202043F77/Runner.app/Frameworks/Flutter.framework/Flutter 0x182a72000 - 0x182af4fff libdispatch.dylib arm64 <56aa6e938d8e32feac73d3e79b1ba2f5> /usr/lib/system/libdispatch.dylib 0x182d78000 - 0x1831b2fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1844b6000 - 0x184796fff Foundation arm64 <86d8a58db71f34c683e0014b2b835f1d> /System/Library/Frameworks/Foundation.framework/Foundation 0x1850dc000 - 0x186865fff UIKitCore arm64 /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x18b913000 - 0x18b93afff AudioSession arm64 <12427ae9e9e23966989f711c820e7125> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x18c5ba000 - 0x18ccd6fff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x18ccd7000 - 0x18cddffff CoreMedia arm64 <78b1b609495335ac8eb02d6bdd487283> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x18d264000 - 0x18d2defff libsystem_c.dylib arm64 <5700e26c19b735c9b739e62c325f4fcc> /usr/lib/system/libsystem_c.dylib 0x18ebf6000 - 0x18eed3fff HealthKit arm64 <52629b13ccb5354ca9567bed7de669a1> /System/Library/Frameworks/HealthKit.framework/HealthKit 0x199fa9000 - 0x199fdefff libobjc.A.dylib arm64 <78e77e2874d0371aa2466d41374ba19a> /usr/lib/libobjc.A.dylib 0x19a047000 - 0x19a09ffff libc++.1.dylib arm64 <0b3e0b571a513ec98680bd398555aeeb> /usr/lib/libc++.1.dylib 0x19a0a0000 - 0x19a0b8fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x19d009000 - 0x19d011fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1bc7ec000 - 0x1bc81dfff libsystem_kernel.dylib arm64 <28a82cbdb2103662af9e636819d8909a> /usr/lib/system/libsystem_kernel.dylib 0x1dcd35000 - 0x1dcd48fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x1dcd57000 - 0x1dcd89fff libxpc.dylib arm64 <0d9c930f4a4b352c988d4b52a1636fb2> /usr/lib/system/libxpc.dylib EOF ```

crash

Smartphone (please complete the following information):

kvs-coder commented 3 years ago

Hi @nohli

thank you for your report.

I investigated the problem and it appears, that during the save the timestamps were incorrect for the native side. (For Flutter they are in millis, for Swift in seconds).

Made adjustments on the Flutter side, please check the new version 1.5.2

nohli commented 3 years ago

The new version works 😊

You're great 🙏🏽