Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-308

SIGABORT on reading collection

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None

      Hi,

      I'm constantly facing SIGABORT on getting elements from the collection:

          public func getMessageReceipts(for messageId: UInt64, roomId: UInt64) -> [MessageReceipt] {
              let realm = getContext()
              let receipts = realm.objects(MessageReceiptObject.self)
                  .filter("messageId = %d AND roomId = %d", Int64(messageId), Int64(roomId))
                  .sorted(byKeyPath: "messageId", ascending: true)
      
              return receipts.map { $0.toValue() } <-------SIGABORT
          }
      

      XCode 11.5, iOS 12.4.6, Realm 5.2.0.

      SIGABORT output:

      /Users/realm/workspace/realm_realm-core_release_6.0.6/src/realm/util/encrypted_file_mapping.hpp:150: [realm-core-6.0.6] Assertion failed: local_ndx < m_page_state.size() with (local_ndx, m_page_state.size()) =  [2711488176, 1450772460]
      0   Realm                               0x0000000102ef8c7c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28
      1   Realm                               0x0000000102ef9110 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 388
      2   Realm                               0x0000000102e48114 _ZN5realm11StringIndex11leaf_insertENS_6ObjKeyEimNS_10StringDataEb + 0
      3   Realm                               0x0000000102ee0298 _ZN5realm4util27encrypted_size_to_data_sizeEx + 0
      4   Realm                               0x0000000102bd6024 _ZN5realm4util26do_encryption_read_barrierEPKvmPFmPKcEPNS0_20EncryptedFileMappingE + 84
      5   Realm                               0x0000000102e18e4c _ZNK5realm16ClusterNodeInner8traverseENS_4util11FunctionRefIFbPKNS_7ClusterEEEEx + 208
      6   Realm                               0x0000000102e20358 _ZNK5realm11ClusterTree8traverseENS_4util11FunctionRefIFbPKNS_7ClusterEEEE + 108
      7   Realm                               0x0000000102d17774 _ZNK5realm5Query8do_countEm + 616
      8   Realm                               0x0000000102d17b30 _ZN5realm5Query5countERKNS_18DescriptorOrderingE + 208
      9   Realm                               0x0000000102c0c724 _ZN5realm7Results7do_sizeEv + 212
      10  Realm                               0x0000000102c113d8 _ZN5realm7Results4sizeEv + 56
      11  Realm                               0x0000000102cb0c44 -[RLMResults count] + 20
      12  RealmSwift                          0x0000000103438538 $s10RealmSwift7ResultsV5countSivg + 20
      13  libswiftCore.dylib                  0x0000000225949d38 $sSlsE3mapySayqd__Gqd__7ElementQzKXEKlF + 304
      14  chatapp                             0x00000001009505d4 $s7chatapp14StorageServiceC18getMessageReceipts3for6roomIdSayAA0E7ReceiptVGs6UInt64V_AKtF + 684
      15  chatapp                             0x000000010095e144 $s7chatapp14StorageServiceCAA0bC8ProtocolA2aDP18getMessageReceipts3for6roomIdSayAA0F7ReceiptVGs6UInt64V_AMtFTW + 12
      16  chatapp                             0x00000001009a4e30 $s7chatapp11ChatServiceC19updateMessageStatus33_551D667F16BA05834381E45CED04EC24LL3for11skipUpdatesyAA0E0V_SbtF + 3012
      17  chatapp                             0x00000001009b5c00 $s7chatapp11ChatServiceC15decryptMessages_5using4with11skipUpdatesySayAA7MessageVG_AA4RoomVSays6UInt64VGSbtF + 6996
      18  chatapp                             0x00000001009b3fe4 $s7chatapp11ChatServiceC15processMessages33_551D667F16BA05834381E45CED04EC24LL_7roomIds2at010activeRoomM07performySayAA7MessageVG_Says6UInt64VGSiAOyyctFyAA0P0VcfU1_ + 840
      19  chatapp                             0x00000001009b63c8 $s7chatapp4RoomVs5Error_pIegnzo_ACytsAD_pIegnrzo_TR + 24
      20  chatapp                             0x00000001009c9ba0 $s7chatapp4RoomVs5Error_pIegnzo_ACytsAD_pIegnrzo_TRTA + 24
      21  When                                0x0000000106d0f680 $sxqd__s5Error_pIegnrzo_xqd__SgsAA_pIegnrzo_r__lTR + 68
      22  When                                0x0000000106d109dc $sxqd__s5Error_pIegnrzo_xqd__SgsAA_pIegnrzo_r__lTRTA + 20
      23  When                                0x0000000106d0fb04 $s4When7PromiseC11addObserver33_D0183353BB0824D778421B05A5273BAALL2on7promise_ySo17OS_dispatch_queueC_ACyqd__Gqd__SgxKctlFyAA6ResultOyxGcfU_ + 248
      24  When                                0x0000000106d11978 $s4When7PromiseC6notify33_D0183353BB0824D778421B05A5273BAALLyyAA6ResultOyxGFyycfU_TA + 36
      25  When                                0x0000000106d0f554 $sIeg_IeyB_TR + 28
      26  libdispatch.dylib                   0x0000000106daf6f4 _dispatch_call_block_and_release + 24
      27  libdispatch.dylib                   0x0000000106db0c78 _dispatch_client_callout + 16
      28  libdispatch.dylib                   0x0000000106db8bf4 _dispatch_lane_serial_drain + 712
      29  libdispatch.dylib                   0x0000000106db98b4 _dispatch_lane_invoke + 456
      30  libdispatch.dylib                   0x0000000106dc377c _dispatch_workloop_worker_thread + 1148
      31  libsystem_pthread.dylib             0x00000001f7c2a114 _pthread_wqthread + 304
      32  libsystem_pthread.dylib             0x00000001f7c2ccd4 start_wqthread + 4!!! IMPORTANT: Please send this log and info about Realm SDK version and other relevant reproduction info to help@realm.io.
      

      bt all:

        thread #1, queue = 'com.apple.main-thread'
          frame #0: 0x00000001f7b9c0f4 libsystem_kernel.dylib`mach_msg_trap + 8
          frame #1: 0x00000001f7b9b5a0 libsystem_kernel.dylib`mach_msg + 72
          frame #2: 0x00000001f7f9c914 CoreFoundation`__CFRunLoopServiceMachPort + 236
          frame #3: 0x00000001f7f97824 CoreFoundation`__CFRunLoopRun + 1360
          frame #4: 0x00000001f7f96fb4 CoreFoundation`CFRunLoopRunSpecific + 436
          frame #5: 0x00000001fa19879c GraphicsServices`GSEventRunModal + 104
          frame #6: 0x00000002247f8c38 UIKitCore`UIApplicationMain + 212
          frame #7: 0x0000000100bc09d0 chatapp`main at AppDelegate.swift:21:13
          frame #8: 0x00000001f7a5a8e0 libdyld.dylib`start + 4
        thread #3, name = 'DBDebugToolkit stderr reading thread'
          frame #0: 0x0000000101dc95c0 libBacktraceRecording.dylib`gcd_queue_item_enqueue_hook + 232
          frame #1: 0x0000000106de4b58 libdispatch.dylib`_dispatch_introspection_queue_item_enqueue_hook + 40
          frame #2: 0x0000000106db5a1c libdispatch.dylib`dispatch_async + 260
          frame #3: 0x00000001024a02b8 DBDebugToolkit`-[DBConsoleOutputCaptor appendConsoleOutput:](self=<unavailable>, _cmd=<unavailable>, consoleOutput=<unavailable>) at DBConsoleOutputCaptor.m:80:5 [opt]
          frame #4: 0x00000001024a0a0c DBDebugToolkit`-[DBConsoleOutputCaptor stderrCaptureNotification:](self=0x0000000282624680, _cmd=<unavailable>, notification=<unavailable>) at DBConsoleOutputCaptor.m:141:5 [opt]
          frame #5: 0x00000001f7f7c21c CoreFoundation`__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
          frame #6: 0x00000001f7f7c1e8 CoreFoundation`___CFXRegistrationPost_block_invoke + 64
          frame #7: 0x00000001f7f7b6dc CoreFoundation`_CFXRegistrationPost + 392
          frame #8: 0x00000001f7f7b388 CoreFoundation`___CFXNotificationPost_block_invoke + 96
          frame #9: 0x00000001f7ef4c54 CoreFoundation`-[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1496
          frame #10: 0x00000001f7f7ae38 CoreFoundation`_CFXNotificationPost + 696
          frame #11: 0x00000001f89641a4 Foundation`-[NSNotificationCenter postNotificationName:object:userInfo:] + 68
          frame #12: 0x00000001f8a373c4 Foundation`_performFileHandleSource + 1096
          frame #13: 0x00000001f7f9cf1c CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
          frame #14: 0x00000001f7f9ce9c CoreFoundation`__CFRunLoopDoSource0 + 88
          frame #15: 0x00000001f7f9c784 CoreFoundation`__CFRunLoopDoSources0 + 176
          frame #16: 0x00000001f7f976c0 CoreFoundation`__CFRunLoopRun + 1004
          frame #17: 0x00000001f7f96fb4 CoreFoundation`CFRunLoopRunSpecific + 436
          frame #18: 0x00000001f896595c Foundation`-[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
          frame #19: 0x00000001f89a0e1c Foundation`-[NSRunLoop(NSRunLoop) run] + 88
          frame #20: 0x00000001024a0634 DBDebugToolkit`+[DBConsoleOutputCaptor runStderrReadingThread](self=<unavailable>, _cmd=<unavailable>) at DBConsoleOutputCaptor.m:113:9 [opt]
          frame #21: 0x00000001f8a924a0 Foundation`__NSThread__start__ + 984
          frame #22: 0x00000001f7c292c0 libsystem_pthread.dylib`_pthread_body + 128
          frame #23: 0x00000001f7c29220 libsystem_pthread.dylib`_pthread_start + 44
          frame #24: 0x00000001f7c2ccdc libsystem_pthread.dylib`thread_start + 4
        thread #5, name = 'com.apple.uikit.eventfetch-thread'
          frame #0: 0x00000001f7b9c0f4 libsystem_kernel.dylib`mach_msg_trap + 8
          frame #1: 0x00000001f7b9b5a0 libsystem_kernel.dylib`mach_msg + 72
          frame #2: 0x00000001f7f9c914 CoreFoundation`__CFRunLoopServiceMachPort + 236
          frame #3: 0x00000001f7f97824 CoreFoundation`__CFRunLoopRun + 1360
          frame #4: 0x00000001f7f96fb4 CoreFoundation`CFRunLoopRunSpecific + 436
          frame #5: 0x00000001f896595c Foundation`-[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
          frame #6: 0x00000001f89657ec Foundation`-[NSRunLoop(NSRunLoop) runUntilDate:] + 96
          frame #7: 0x00000002248de754 UIKitCore`-[UIEventFetcher threadMain] + 136
          frame #8: 0x00000001f8a924a0 Foundation`__NSThread__start__ + 984
          frame #9: 0x00000001f7c292c0 libsystem_pthread.dylib`_pthread_body + 128
          frame #10: 0x00000001f7c29220 libsystem_pthread.dylib`_pthread_start + 44
          frame #11: 0x00000001f7c2ccdc libsystem_pthread.dylib`thread_start + 4
      * thread #6, queue = 'background-processing-queue', stop reason = signal SIGABRT
          frame #0: 0x00000001f7ba70dc libsystem_kernel.dylib`__pthread_kill + 8
          frame #1: 0x00000001f7c20094 libsystem_pthread.dylib`pthread_kill$VARIANT$mp + 380
          frame #2: 0x00000001f7affea8 libsystem_c.dylib`abort + 140
          frame #3: 0x0000000102ef8a9c Realm`please_report_this_error_to_help_at_realm_dot_io + 12
          frame #4: 0x0000000102ef8da4 Realm`realm::util::terminate_internal(std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) + 324
          frame #5: 0x0000000102ef9110 Realm`realm::util::terminate_with_info(char const*, char const*, long, char const*, std::initializer_list<realm::util::Printable>&&) + 388
          frame #6: 0x0000000102e48114 Realm`void realm::util::terminate_with_info<unsigned long&, unsigned long&>(char const*, int, char const*, char const*, unsigned long&, unsigned long&) + 68
          frame #7: 0x0000000102ee0298 Realm`realm::util::EncryptedFileMapping::read_barrier(void const*, unsigned long, unsigned long (*)(char const*)) + 504
          frame #8: 0x0000000102bd6024 Realm`realm::util::do_encryption_read_barrier(void const*, unsigned long, unsigned long (*)(char const*), realm::util::EncryptedFileMapping*) + 84
          frame #9: 0x0000000102e18e4c Realm`realm::ClusterNodeInner::traverse(realm::util::FunctionRef<bool (realm::Cluster const*)>, long long) const + 208
          frame #10: 0x0000000102e20358 Realm`realm::ClusterTree::traverse(realm::util::FunctionRef<bool (realm::Cluster const*)>) const + 108
          frame #11: 0x0000000102d17774 Realm`realm::Query::do_count(unsigned long) const + 616
          frame #12: 0x0000000102d17b30 Realm`realm::Query::count(realm::DescriptorOrdering const&) + 208
          frame #13: 0x0000000102c0c724 Realm`realm::Results::do_size() + 212
          frame #14: 0x0000000102c113d8 Realm`realm::Results::size() + 56
          frame #15: 0x0000000102cb0c44 Realm`-[RLMResults count] + 20
          frame #16: 0x0000000103438538 RealmSwift`RealmSwift.Results.count.getter : Swift.Int + 20
          frame #17: 0x0000000225949d38 libswiftCore.dylib`(extension in Swift):Swift.Collection.map<A>((A.Element) throws -> A1) throws -> Swift.Array<A1> + 304
        * frame #18: 0x00000001009505d4 chatapp`StorageService.getMessageReceipts(messageId=37165, roomId=174, self=0x0000000280c4dc20) at StorageService.swift:204:25
          frame #19: 0x000000010095e144 chatapp`protocol witness for StorageServiceProtocol.getMessageReceipts(for:roomId:) in conformance StorageService at <compiler-generated>:0
          frame #20: 0x00000001009a4e30 chatapp`ChatService.updateMessageStatus(message=chatapp.Message @ 0x000000016f8fd490, skipUpdates=true, self=0x0000000157ed3d70) at ChatService.swift:772:39
          frame #21: 0x00000001009b5c00 chatapp`ChatService.decryptMessages(messages=176 values, room=chatapp.Room @ 0x000000016f8fe4c0, activeRooms=95 values, skipUpdates=true, self=0x0000000157ed3d70) at ChatService.swift:1437:13
          frame #22: 0x00000001009b3fe4 chatapp`closure #3 in ChatService.processMessages(room=chatapp.Room @ 0x000000016f8fe780, self=0x0000000157ed3d70, roomMessages=176 values, activeRoomIds=95 values) at ChatService.swift:961:22
          frame #23: 0x00000001009b63c8 chatapp`thunk for @escaping @callee_guaranteed (@in_guaranteed Room) -> (@error @owned Error) at <compiler-generated>:0
          frame #24: 0x00000001009c9ba0 chatapp`partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed Room) -> (@error @owned Error) at <compiler-generated>:0
          frame #25: 0x0000000106d0f680 When`thunk for @escaping @callee_guaranteed (@in_guaranteed A) -> (@out A1, @error @owned Error) at <compiler-generated>:0 [opt]
          frame #26: 0x0000000106d109dc When`partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed A) -> (@out A1, @error @owned Error) at <compiler-generated>:0 [opt]
          frame #27: 0x0000000106d0fb04 When`closure #1 in Promise.addObserver<T>(result=<unavailable>, body=0x0000000106d109c8 When`partial apply forwarder for reabstraction thunk helper <A><A1> from @escaping @callee_guaranteed (@in_guaranteed A) -> (@out A1, @error @owned Swift.Error) to @escaping @callee_guaranteed (@in_guaranteed A) -> (@out Swift.Optional<A1>, @error @owned Swift.Error) at <compiler-generated>, promise=0x00000002818cf3a0) at Promise.swift:238:31 [opt]
          frame #28: 0x0000000106d11978 When`partial apply for closure #1 in Promise.notify(_:) [inlined] closure #1 (observer=<unavailable>, result=<unavailable>, self=<unavailable>) -> () in When.Promise.(notify in _D0183353BB0824D778421B05A5273BAA)(When.Result<A>) -> () at Promise.swift:184:18 [opt]
          frame #29: 0x0000000106d1196c When`partial apply for closure #1 in Promise.notify(_:) at <compiler-generated>:0 [opt]
          frame #30: 0x0000000106d0f554 When`thunk for @escaping @callee_guaranteed () -> () at <compiler-generated>:0 [opt]
          frame #31: 0x0000000106daf6f4 libdispatch.dylib`_dispatch_call_block_and_release + 24
          frame #32: 0x0000000106db0c78 libdispatch.dylib`_dispatch_client_callout + 16
          frame #33: 0x0000000106db8bf4 libdispatch.dylib`_dispatch_lane_serial_drain + 712
          frame #34: 0x0000000106db98b4 libdispatch.dylib`_dispatch_lane_invoke + 456
          frame #35: 0x0000000106dc377c libdispatch.dylib`_dispatch_workloop_worker_thread + 1148
          frame #36: 0x00000001f7c2a114 libsystem_pthread.dylib`_pthread_wqthread + 304
          frame #37: 0x00000001f7c2ccd4 libsystem_pthread.dylib`start_wqthread + 4
        thread #12, name = 'com.apple.NSURLConnectionLoader'
          frame #0: 0x00000001f7b9c0f4 libsystem_kernel.dylib`mach_msg_trap + 8
          frame #1: 0x00000001f7b9b5a0 libsystem_kernel.dylib`mach_msg + 72
          frame #2: 0x00000001f7f9c914 CoreFoundation`__CFRunLoopServiceMachPort + 236
          frame #3: 0x00000001f7f97824 CoreFoundation`__CFRunLoopRun + 1360
          frame #4: 0x00000001f7f96fb4 CoreFoundation`CFRunLoopRunSpecific + 436
          frame #5: 0x00000001f85b174c CFNetwork`-[__CoreSchedulingSetRunnable runForever] + 216
          frame #6: 0x00000001f8a924a0 Foundation`__NSThread__start__ + 984
          frame #7: 0x00000001f7c292c0 libsystem_pthread.dylib`_pthread_body + 128
          frame #8: 0x00000001f7c29220 libsystem_pthread.dylib`_pthread_start + 44
          frame #9: 0x00000001f7c2ccdc libsystem_pthread.dylib`thread_start + 4
        thread #15, queue = 'background-message-processing-queue'
          frame #0: 0x00000001f7b9c130 libsystem_kernel.dylib`semaphore_wait_trap + 8
          frame #1: 0x0000000106db1444 libdispatch.dylib`_dispatch_sema4_wait + 24
          frame #2: 0x0000000106db1ec4 libdispatch.dylib`_dispatch_semaphore_wait_slow + 140
          frame #3: 0x00000001009bbcf8 chatapp`closure #1 in ChatService.loadStateMessages(response=chatapp.OfflineMessagesResponse @ 0x000000016fbba6a8, self=0x0000000157ed3d70, rooms=95 values) at ChatService.swift:1278:27
          frame #4: 0x00000001009bbe4c chatapp`thunk for @escaping @callee_guaranteed (@guaranteed OfflineMessagesResponse) -> (@owned String?, @error @owned Error) at <compiler-generated>:0
          frame #5: 0x00000001009c9440 chatapp`partial apply for thunk for @escaping @callee_guaranteed (@guaranteed OfflineMessagesResponse) -> (@owned String?, @error @owned Error) at <compiler-generated>:0
          frame #6: 0x0000000106d0f680 When`thunk for @escaping @callee_guaranteed (@in_guaranteed A) -> (@out A1, @error @owned Error) at <compiler-generated>:0 [opt]
          frame #7: 0x0000000106d109dc When`partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed A) -> (@out A1, @error @owned Error) at <compiler-generated>:0 [opt]
          frame #8: 0x0000000106d0fb04 When`closure #1 in Promise.addObserver<T>(result=<unavailable>, body=0x0000000106d109c8 When`partial apply forwarder for reabstraction thunk helper <A><A1> from @escaping @callee_guaranteed (@in_guaranteed A) -> (@out A1, @error @owned Swift.Error) to @escaping @callee_guaranteed (@in_guaranteed A) -> (@out Swift.Optional<A1>, @error @owned Swift.Error) at <compiler-generated>, promise=0x0000000281d4b600) at Promise.swift:238:31 [opt]
          frame #9: 0x0000000106d11978 When`partial apply for closure #1 in Promise.notify(_:) [inlined] closure #1 (observer=<unavailable>, result=<unavailable>, self=<unavailable>) -> () in When.Promise.(notify in _D0183353BB0824D778421B05A5273BAA)(When.Result<A>) -> () at Promise.swift:184:18 [opt]
          frame #10: 0x0000000106d1196c When`partial apply for closure #1 in Promise.notify(_:) at <compiler-generated>:0 [opt]
          frame #11: 0x0000000106d0f554 When`thunk for @escaping @callee_guaranteed () -> () at <compiler-generated>:0 [opt]
          frame #12: 0x0000000106daf6f4 libdispatch.dylib`_dispatch_call_block_and_release + 24
          frame #13: 0x0000000106db0c78 libdispatch.dylib`_dispatch_client_callout + 16
          frame #14: 0x0000000106db8bf4 libdispatch.dylib`_dispatch_lane_serial_drain + 712
          frame #15: 0x0000000106db98b4 libdispatch.dylib`_dispatch_lane_invoke + 456
          frame #16: 0x0000000106dc377c libdispatch.dylib`_dispatch_workloop_worker_thread + 1148
          frame #17: 0x00000001f7c2a114 libsystem_pthread.dylib`_pthread_wqthread + 304
          frame #18: 0x00000001f7c2ccd4 libsystem_pthread.dylib`start_wqthread + 4
        thread #18, name = 'Realm notification listener'
          frame #0: 0x00000001f7ba88f4 libsystem_kernel.dylib`kevent + 8
          frame #1: 0x0000000102bd7860 Realm`realm::_impl::ExternalCommitHelper::listen() + 160
          frame #2: 0x0000000102bd8350 Realm`void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) + 52
          frame #3: 0x00000001f7c292c0 libsystem_pthread.dylib`_pthread_body + 128
          frame #4: 0x00000001f7c29220 libsystem_pthread.dylib`_pthread_start + 44
          frame #5: 0x00000001f7c2ccdc libsystem_pthread.dylib`thread_start + 4
        thread #20
          frame #0: 0x00000001f7c2ccd0 libsystem_pthread.dylib`start_wqthread
        thread #21
          frame #0: 0x00000001f7c2ccd0 libsystem_pthread.dylib`start_wqthread
        thread #22, name = 'AVAudioSession Notify Thread'
          frame #0: 0x00000001f7b9c0f4 libsystem_kernel.dylib`mach_msg_trap + 8
          frame #1: 0x00000001f7b9b5a0 libsystem_kernel.dylib`mach_msg + 72
          frame #2: 0x00000001f7f9c914 CoreFoundation`__CFRunLoopServiceMachPort + 236
          frame #3: 0x00000001f7f97824 CoreFoundation`__CFRunLoopRun + 1360
          frame #4: 0x00000001f7f96fb4 CoreFoundation`CFRunLoopRunSpecific + 436
          frame #5: 0x00000001fdf09334 AVFAudio`GenericRunLoopThread::Entry(void*) + 156
          frame #6: 0x00000001fdf33c60 AVFAudio`CAPThread::Entry(CAPThread*) + 88
          frame #7: 0x00000001f7c292c0 libsystem_pthread.dylib`_pthread_body + 128
          frame #8: 0x00000001f7c29220 libsystem_pthread.dylib`_pthread_start + 44
          frame #9: 0x00000001f7c2ccdc libsystem_pthread.dylib`thread_start + 4
        thread #23
          frame #0: 0x0000000000000000
      

      register read

      General Purpose Registers:
             x19 = 0x000000016f8fc5a0
             x20 = 0x000000016f8fbf68
             x21 = 0x0000000000000000
             x22 = 0x000000016f8fe800
             x23 = 0x000000016f8fe730
             x24 = 0x000000022f181d90  libswiftCore.dylib`value witness table for ()
             x25 = 0x000000016f8fe800
             x26 = 0x000000016f8fe800
             x27 = 0x00000002317eb5b8  libswiftCore.dylib`InitialAllocationPool + 27680
             x28 = 0x000000016f8fe780
              fp = 0x000000016f8fbfc0
              lr = 0x00000001009505d4  chatapp`chatapp.StorageService.getMessageReceipts(for: Swift.UInt64, roomId: Swift.UInt64) -> Swift.Array<chatapp.MessageReceipt> + 684 at StorageService.swift:204:25
              sp = 0x000000016f8fbe30
              pc = 0x00000001009505d4  chatapp`chatapp.StorageService.getMessageReceipts(for: Swift.UInt64, roomId: Swift.UInt64) -> Swift.Array<chatapp.MessageReceipt> + 684 at StorageService.swift:204:25
      20 registers were unavailable.
      

            Assignee:
            finn.schiermer-andersen@mongodb.com Finn Andersen (Inactive)
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: