qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

Unexpected quit on startup #898

Closed jacovdbosch closed 2 years ago

jacovdbosch commented 2 years ago

I've been using the latest version (0.36.0) for a while now and suddenly today i started getting issues with VimR not being able to start. I've tried reinstalling without any luck of it getting better. I was wondering if maybe some cache has been corrupted?

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               VimR [6836]
Path:                  /Applications/VimR.app/Contents/MacOS/VimR
Identifier:            com.qvacua.VimR
Version:               0.36.0 (20220102.161018)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2022-02-02 14:12:21.8822 +0100
OS Version:            macOS 12.1 (21C52)
Report Version:        12
Anonymous UUID:        E76A2BAC-46F3-6065-EA1B-3C069728883B

Sleep/Wake UUID:       03061A63-641B-4BAC-93FE-69E3E5ED57DD

Time Awake Since Boot: 19000 seconds
Time Since Wake:       498 seconds

System Integrity Protection: enabled

Crashed Thread:        3  Dispatch queue: RxPack.RxMessagePortClient-B3CEF9B4-6587-48FD-8742-079515DD21F1

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000008
Exception Codes:       0x0000000000000001, 0x0000000000000008
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [6836]

VM Region Info: 0x8 is not in any region.  Bytes before following region: 4304863224
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      100970000-100d88000    [ 4192K] r-x/r-x SM=COW  ...ts/MacOS/VimR

Thread 0::  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                        0x1926f3344 getMethodNoSuper_nolock(objc_class*, objc_selector*) + 456
1   libobjc.A.dylib                        0x1926f31a8 getMethodNoSuper_nolock(objc_class*, objc_selector*) + 44
2   libobjc.A.dylib                        0x1926f4ac4 lookUpImpOrForward + 384
3   libobjc.A.dylib                        0x1926f4664 _objc_msgSend_uncached + 68
4   AppKit                                 0x1954751bc +[NSAppearance _aquaAppearance] + 172
5   AppKit                                 0x19544f650 +[NSAppearance appearanceNamed:] + 32
6   AppKit                                 0x1954af2f0 -[NSView _notePreferredAppearanceDidChange] + 80
7   AppKit                                 0x1954af6b0 -[NSVisualEffectView _reactToMaterialChangeDiscardingMaterialLayers:invalidatingPreferredAppearance:] + 132
8   AppKit                                 0x19562b0e4 -[NSVisualEffectView _windowChangedKeyState] + 96
9   AppKit                                 0x1955f3558 -[NSView _windowChangedKeyState] + 296
10  AppKit                                 0x1955f3558 -[NSView _windowChangedKeyState] + 296
11  AppKit                                 0x195e854bc -[NSTitlebarContainerView _windowChangedKeyState] + 52
12  AppKit                                 0x1955f3558 -[NSView _windowChangedKeyState] + 296
13  AppKit                                 0x19562b014 -[NSThemeFrame _windowChangedKeyState] + 52
14  AppKit                                 0x1955bec3c +[NSWindow _enableKeyStateChangeNotifications] + 340
15  AppKit                                 0x1955bdc28 -[NSWindow _changeKeyAndMainLimitedOK:] + 232
16  AppKit                                 0x1955bd964 -[NSWindow _makeKeyRegardlessOfVisibility] + 88
17  AppKit                                 0x1955b35f0 -[NSWindow makeKeyAndOrderFront:] + 48
18  QuickLookUI                            0x1f686c770 -[QLSeamlessDocumentOpener showWindow:contentFrame:withBlock:] + 160
19  AppKit                                 0x1956bb88c -[NSWindowController showWindow:] + 676
20  VimR                                   0x1009abba8 closure #1 in UiRoot.init(source:emitter:state:) + 1804
21  VimR                                   0x100ac1560 closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) + 272
22  VimR                                   0x100ac18dc partial apply for closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) + 48
23  VimR                                   0x100a760f4 AnonymousObserver.onCore(_:) + 20
24  VimR                                   0x100ac3e20 ObserverBase.on(_:) + 276
25  VimR                                   0x100ac3f64 protocol witness for ObserverType.on(_:) in conformance ObserverBase<A> + 20
26  VimR                                   0x100ac31ec closure #1 in ObserveOnSerialDispatchQueueSink.init(scheduler:observer:cancel:) + 556
27  VimR                                   0x100ac3b68 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed ObserveOnSerialDispatchQueueSink<A>, @in_guaranteed Event<A.ObserverType.Element>) -> (@out Disposable) + 148
28  VimR                                   0x100ab6624 closure #1 in MainScheduler.scheduleInternal<A>(_:action:) + 116
29  VimR                                   0x100a9a5f4 thunk for @escaping @callee_guaranteed () -> () + 20
30  libdispatch.dylib                      0x1926a8e60 _dispatch_call_block_and_release + 32
31  libdispatch.dylib                      0x1926aabac _dispatch_client_callout + 20
32  libdispatch.dylib                      0x1926b90ac _dispatch_main_queue_callback_4CF + 944
33  CoreFoundation                         0x192975f00 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
34  CoreFoundation                         0x1929338c0 __CFRunLoopRun + 2540
35  CoreFoundation                         0x192932734 CFRunLoopRunSpecific + 600
36  HIToolbox                              0x19b4c4f68 RunCurrentEventLoopInMode + 292
37  HIToolbox                              0x19b4c4cdc ReceiveNextEventCommon + 552
38  HIToolbox                              0x19b4c4a9c _BlockUntilNextEventMatchingListInModeWithFilter + 72
39  AppKit                                 0x195488ce0 _DPSNextEvent + 844
40  AppKit                                 0x195487584 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1332
41  AppKit                                 0x1954795a4 -[NSApplication run] + 596
42  AppKit                                 0x19544ac78 NSApplicationMain + 1064
43  VimR                                   0x100977134 main + 12
44  dyld                                   0x1016010f4 start + 520

Thread 1::  Dispatch queue: rx.global_dispatch_queue.serial
0   libswiftCore.dylib                     0x19f9c97d0 specialized closure #1 in _parseInteger<A, B>(ascii:radix:) + 0
1   libswiftCore.dylib                     0x19fbc03dc specialized _DictionaryCodingKey.init(stringValue:) + 100
2   libswiftCore.dylib                     0x19f909394 Dictionary<>.encode(to:) + 6264
3   libswiftCore.dylib                     0x19f90a29c protocol witness for Encodable.encode(to:) in conformance <> [A : B] + 32
4   libswiftCore.dylib                     0x19fbde9e4 dispatch thunk of Encodable.encode(to:) + 32
5   VimR                                   0x100c10df0 _DictionaryEncoder.box_<A>(_:) + 516
6   VimR                                   0x100c13e24 DictionaryCodingKeyedEncodingContainer.encode<A>(_:forKey:) + 564
7   VimR                                   0x100c14a84 protocol witness for KeyedEncodingContainerProtocol.encode<A>(_:forKey:) in conformance DictionaryCodingKeyedEncodingContainer<A> + 28
8   libswiftCore.dylib                     0x19f8f0544 _KeyedEncodingContainerBox.encode<A, B>(_:forKey:) + 396
9   libswiftCore.dylib                     0x19f8e3854 KeyedEncodingContainer.encode<A>(_:forKey:) + 68
10  VimR                                   0x10098e86c MainWindow.State.encode(to:) + 872
11  VimR                                   0x10098eb78 protocol witness for Encodable.encode(to:) in conformance MainWindow.State + 12
12  libswiftCore.dylib                     0x19fbde9e4 dispatch thunk of Encodable.encode(to:) + 32
13  VimR                                   0x100c10df0 _DictionaryEncoder.box_<A>(_:) + 516
14  VimR                                   0x100c13e24 DictionaryCodingKeyedEncodingContainer.encode<A>(_:forKey:) + 564
15  VimR                                   0x100c14a84 protocol witness for KeyedEncodingContainerProtocol.encode<A>(_:forKey:) in conformance DictionaryCodingKeyedEncodingContainer<A> + 28
16  libswiftCore.dylib                     0x19f8f0544 _KeyedEncodingContainerBox.encode<A, B>(_:forKey:) + 396
17  libswiftCore.dylib                     0x19f8e3854 KeyedEncodingContainer.encode<A>(_:forKey:) + 68
18  VimR                                   0x10098a4d0 AppState.encode(to:) + 492
19  VimR                                   0x10098a524 protocol witness for Encodable.encode(to:) in conformance AppState + 12
20  libswiftCore.dylib                     0x19fbde9e4 dispatch thunk of Encodable.encode(to:) + 32
21  VimR                                   0x100c10df0 _DictionaryEncoder.box_<A>(_:) + 516
22  VimR                                   0x100c113c4 DictionaryEncoder.encode<A>(_:) + 416
23  VimR                                   0x1009dcd24 specialized closure #1 in PrefMiddleware.typedApply(_:) + 1704
24  VimR                                   0x1009a6830 specialized closure #1 in MiddlewareType.apply(_:) + 508
25  VimR                                   0x1009a90b0 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed AppState, @in_guaranteed Any, @unowned Bool) -> (@out AppState, @out Any, @unowned Bool) + 72
26  VimR                                   0x1009a56fc thunk for @escaping @callee_guaranteed (@in_guaranteed (state: AppState, action: Any, modified: Bool)) -> (@out (state: AppState, action: Any, modified: Bool)) + 192
27  VimR                                   0x1009a99e4 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed (state: AppState, action: Any, modified: Bool)) -> (@out (state: AppState, action: Any, modified: Bool)) + 64
28  VimR                                   0x1009a86f4 specialized closure #1 in closure #1 in MiddlewareType.apply(_:) + 264
29  VimR                                   0x1009dd0c0 specialized closure #1 in PrefMiddleware.MainWindowMiddleware.typedApply(_:) + 376
30  VimR                                   0x1009a6548 specialized closure #1 in MiddlewareType.apply(_:) + 680
31  VimR                                   0x1009a90b0 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed AppState, @in_guaranteed Any, @unowned Bool) -> (@out AppState, @out Any, @unowned Bool) + 72
32  VimR                                   0x100ab6cc8 MapSink.on(_:) + 436
33  VimR                                   0x100ab6e9c protocol witness for ObserverType.on(_:) in conformance MapSink<A, B> + 20
34  VimR                                   0x100ae09f0 Sink.forwardOn(_:) + 112
35  VimR                                   0x100ab6d8c MapSink.on(_:) + 632
36  VimR                                   0x100ab6e9c protocol witness for ObserverType.on(_:) in conformance MapSink<A, B> + 20
37  VimR                                   0x100ac31ec closure #1 in ObserveOnSerialDispatchQueueSink.init(scheduler:observer:cancel:) + 556
38  VimR                                   0x100ac3b68 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed ObserveOnSerialDispatchQueueSink<A>, @in_guaranteed Event<A.ObserverType.Element>) -> (@out Disposable) + 148
39  VimR                                   0x100aa5ac0 partial apply for closure #1 in DispatchQueueConfiguration.schedule<A>(_:action:) + 120
40  VimR                                   0x100a9a5f4 thunk for @escaping @callee_guaranteed () -> () + 20
41  libdispatch.dylib                      0x1926a8e60 _dispatch_call_block_and_release + 32
42  libdispatch.dylib                      0x1926aabac _dispatch_client_callout + 20
43  libdispatch.dylib                      0x1926b2330 _dispatch_lane_serial_drain + 672
44  libdispatch.dylib                      0x1926b2ea4 _dispatch_lane_invoke + 392
45  libdispatch.dylib                      0x1926bd708 _dispatch_workloop_worker_thread + 656
46  libsystem_pthread.dylib                0x192865304 _pthread_wqthread + 288
47  libsystem_pthread.dylib                0x192864018 start_wqthread + 8

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

Thread 3 Crashed::  Dispatch queue: RxPack.RxMessagePortClient-B3CEF9B4-6587-48FD-8742-079515DD21F1
0   CoreFoundation                         0x192a0d56c _CFGetNonObjCTypeID + 92
1   CoreFoundation                         0x19292e484 CFMessagePortIsValid + 24
2   VimR                                   0x100c57748 closure #1 in closure #1 in RxMessagePortClient.send(msgid:data:expectsReply:) + 80
3   VimR                                   0x100c59e04 thunk for @escaping @callee_guaranteed () -> () + 20
4   libdispatch.dylib                      0x1926a8e60 _dispatch_call_block_and_release + 32
5   libdispatch.dylib                      0x1926aabac _dispatch_client_callout + 20
6   libdispatch.dylib                      0x1926b2330 _dispatch_lane_serial_drain + 672
7   libdispatch.dylib                      0x1926b2ea4 _dispatch_lane_invoke + 392
8   libdispatch.dylib                      0x1926bd708 _dispatch_workloop_worker_thread + 656
9   libsystem_pthread.dylib                0x192865304 _pthread_wqthread + 288
10  libsystem_pthread.dylib                0x192864018 start_wqthread + 8

Thread 4::  Dispatch queue: com.apple.root.background-qos
0   libsystem_kernel.dylib                 0x192835aa4 __accept + 8
1   VimR                                   0x100b83ee0 closure #1 in HttpServerIO.start(_:forceIPv4:priority:) + 284
2   VimR                                   0x100b84544 thunk for @escaping @callee_guaranteed () -> () + 20
3   libdispatch.dylib                      0x1926a8e60 _dispatch_call_block_and_release + 32
4   libdispatch.dylib                      0x1926aabac _dispatch_client_callout + 20
5   libdispatch.dylib                      0x1926bc43c _dispatch_root_queue_drain + 684
6   libdispatch.dylib                      0x1926bcb58 _dispatch_worker_thread2 + 164
7   libsystem_pthread.dylib                0x1928652c8 _pthread_wqthread + 228
8   libsystem_pthread.dylib                0x192864018 start_wqthread + 8

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib                 0x19282d954 mach_msg_trap + 8
1   libsystem_kernel.dylib                 0x19282dd00 mach_msg + 76
2   CoreFoundation                         0x192934ed8 __CFRunLoopServiceMachPort + 372
3   CoreFoundation                         0x192933390 __CFRunLoopRun + 1212
4   CoreFoundation                         0x192932734 CFRunLoopRunSpecific + 600
5   AppKit                                 0x1955f5c90 _NSEventThread + 196
6   libsystem_pthread.dylib                0x192869240 _pthread_start + 148
7   libsystem_pthread.dylib                0x192864024 thread_start + 8

Thread 6::  Dispatch queue: com.apple.dock.fullscreen
0   dyld                                   0x101612a50 dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const + 112
1   dyld                                   0x101612c3c dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const + 604
2   dyld                                   0x101612c3c dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const + 604
3   dyld                                   0x101612c3c dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const + 604
4   dyld                                   0x101612c3c dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const + 604
5   dyld                                   0x101612c3c dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const + 604
6   dyld                                   0x1016229a4 dyld4::APIs::dlsym(void*, char const*) + 656
7   SkyLight                               0x197cc3544 __loginframework_vtable_block_invoke + 340
8   libdispatch.dylib                      0x1926aabac _dispatch_client_callout + 20
9   libdispatch.dylib                      0x1926ac454 _dispatch_once_callout + 32
10  SkyLight                               0x197cc4f20 SLSCopyCurrentSessionPropertiesInternalBridge + 384
11  SkyLight                               0x197b4e154 SLSessionCopyCurrentDictionary + 20
12  AppKit                                 0x1955bb410 -[NSDockConnection _makeConnectionIfNeededWithRetryInterval:onDemand:] + 64
13  AppKit                                 0x195dabd88 __35-[NSDockConnection startConnection]_block_invoke.39 + 52
14  libdispatch.dylib                      0x1926a8e60 _dispatch_call_block_and_release + 32
15  libdispatch.dylib                      0x1926aabac _dispatch_client_callout + 20
16  libdispatch.dylib                      0x1926b2330 _dispatch_lane_serial_drain + 672
17  libdispatch.dylib                      0x1926b2ea4 _dispatch_lane_invoke + 392
18  libdispatch.dylib                      0x1926bd708 _dispatch_workloop_worker_thread + 656
19  libsystem_pthread.dylib                0x192865304 _pthread_wqthread + 288
20  libsystem_pthread.dylib                0x192864018 start_wqthread + 8

Thread 3 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000100c59c8c   x2: 0x0000600001e87340   x3: 0x0000000000000005
    x4: 0x0000000000000001   x5: 0x0001000000000000   x6: 0x0000000000000000   x7: 0x0000000000000000
    x8: 0x0000000000000008   x9: 0x0000000100c59df0  x10: 0x0000000000000400  x11: 0x0000000000000000
   x12: 0x0000000000002000  x13: 0x000000004400f000  x14: 0x0000000000000000  x15: 0x0000000000000000
   x16: 0x000000019292e46c  x17: 0x00000001ed02c758  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x0000600001e87340  x21: 0x0000000000030002  x22: 0x0000000000000005  x23: 0x0000000000000000
   x24: 0x0000000000000028  x25: 0x0001000000000000  x26: 0x0000600000ba6ec0  x27: 0x0000000000000001
   x28: 0x0000600000b6f8c0   fp: 0x000000016f62e810   lr: 0xad3680019292e484
    sp: 0x000000016f62e810   pc: 0x0000000192a0d56c cpsr: 0x80001000
   far: 0x0000000000000008  esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images:
       0x1926ee000 -        0x192729fff libobjc.A.dylib (*) <8a930227-747e-381f-bb29-2dfe267a84f7> /usr/lib/libobjc.A.dylib
       0x195447000 -        0x1962fafff com.apple.AppKit (6.9) <a8bbc643-113d-310f-96b6-77a973bf2dba> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1f67cb000 -        0x1f68f2fff com.apple.QuickLookUIFramework (5.0) <998ea9bd-36a7-35a6-a2d1-96d2a6062ce2> /System/Library/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
       0x100970000 -        0x100d87fff com.qvacua.VimR (0.36.0) <d93b1767-f44b-31a7-b638-7dd79dc2995b> /Applications/VimR.app/Contents/MacOS/VimR
       0x1926a7000 -        0x1926edfff libdispatch.dylib (*) <3a9e9a1e-72b6-3f66-aa17-d955384c1a39> /usr/lib/system/libdispatch.dylib
       0x1928b0000 -        0x192df3fff com.apple.CoreFoundation (6.9) <f5ea9592-4ef9-3d35-b23d-5c21283acc52> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x19b492000 -        0x19b7c1fff com.apple.HIToolbox (2.1.1) <01b981b8-a2d8-374d-9a0e-c4ac8c1009da> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x1015fc000 -        0x10165bfff dyld (*) <7e92b284-4b90-3b68-b31a-3ddc4c0e8d40> /usr/lib/dyld
       0x19f892000 -        0x19fce4fff libswiftCore.dylib (*) <6923cdbf-7ae0-3339-9767-eccef4909653> /usr/lib/swift/libswiftCore.dylib
       0x192862000 -        0x19286efff libsystem_pthread.dylib (*) <ed328b18-eeef-3b15-8858-798b19b0c2cd> /usr/lib/system/libsystem_pthread.dylib
       0x19282c000 -        0x192861fff libsystem_kernel.dylib (*) <c8b3081a-5081-3a99-bbe3-01413de444c6> /usr/lib/system/libsystem_kernel.dylib
       0x197a32000 -        0x197dfbfff com.apple.SkyLight (1.600.0) <3612f513-5c49-3cb0-937b-33f65941d4b0> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)
Writable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG backing stores                 3520K        4 
ColorSync                          528K       25 
CoreData Object IDs               4112K        2 
CoreGraphics                        16K        1 
CoreServices                       272K        2 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           251.3M       41 
MALLOC guard page                  192K       11 
MALLOC_MEDIUM (reserved)         600.0M        5         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
SQLite page cache                   64K        1 
STACK GUARD                       56.1M        7 
Stack                             11.2M        7 
VM_ALLOCATE                        1.0G        9 
__AUTH                            2457K      275 
__AUTH_CONST                      18.6M      453 
__DATA                            14.6M      441 
__DATA_CONST                      16.8M      459 
__DATA_DIRTY                      1678K      194 
__FONT_DATA                          4K        1 
__LINKEDIT                       582.9M        5 
__OBJC_CONST                      3239K      244 
__OBJC_RO                         82.0M        1 
__OBJC_RW                         3104K        1 
__TEXT                           447.5M      477 
__UNICODE                          588K        1 
dyld private memory               1024K        1 
mapped file                      166.0M       25 
shared memory                      912K       15 
===========                     =======  ======= 
TOTAL                              3.6G     2713 
TOTAL, minus reserved VM space     2.6G     2713 

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

{"app_name":"VimR","timestamp":"2022-02-02 14:12:25.00 +0100","app_version":"0.36.0","slice_uuid":"d93b1767-f44b-31a7-b638-7dd79dc2995b","build_version":"20220102.161018","platform":1,"bundleID":"com.qvacua.VimR","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.1 (21C52)","incident_id":"25B8DFC4-5918-4599-924D-ACFE1DC3F076","name":"VimR"}
{
  "uptime" : 19000,
  "procLaunch" : "2022-02-02 14:12:19.1932 +0100",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,3",
  "procStartAbsTime" : 473309475421,
  "coalitionID" : 2535,
  "osVersion" : {
    "train" : "macOS 12.1",
    "build" : "21C52",
    "releaseType" : "User"
  },
  "captureTime" : "2022-02-02 14:12:21.8822 +0100",
  "incident" : "25B8DFC4-5918-4599-924D-ACFE1DC3F076",
  "bug_type" : "309",
  "pid" : 6836,
  "procExitAbsTime" : 473373717256,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "VimR",
  "procPath" : "\/Applications\/VimR.app\/Contents\/MacOS\/VimR",
  "bundleInfo" : {"CFBundleShortVersionString":"0.36.0","CFBundleVersion":"20220102.161018","CFBundleIdentifier":"com.qvacua.VimR"},
  "storeInfo" : {"deviceIdentifierForVendor":"CC3A8ADE-30EF-5528-B88D-4D15E1CB541A","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.qvacua.VimR",
  "crashReporterKey" : "E76A2BAC-46F3-6065-EA1B-3C069728883B",
  "wakeTime" : 498,
  "sleepWakeUUID" : "03061A63-641B-4BAC-93FE-69E3E5ED57DD",
  "sip" : "enabled",
  "vmRegionInfo" : "0x8 is not in any region.  Bytes before following region: 4304863224\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      100970000-100d88000    [ 4192K] r-x\/r-x SM=COW  ...ts\/MacOS\/VimR",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000008","rawCodes":[1,8],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000008"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":6836},
  "vmregioninfo" : "0x8 is not in any region.  Bytes before following region: 4304863224\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      100970000-100d88000    [ 4192K] r-x\/r-x SM=COW  ...ts\/MacOS\/VimR",
  "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" : 3,
  "threads" : [{"id":130083,"queue":"com.apple.main-thread","frames":[{"imageOffset":21316,"symbol":"getMethodNoSuper_nolock(objc_class*, objc_selector*)","symbolLocation":456,"imageIndex":0},{"imageOffset":20904,"symbol":"getMethodNoSuper_nolock(objc_class*, objc_selector*)","symbolLocation":44,"imageIndex":0},{"imageOffset":27332,"symbol":"lookUpImpOrForward","symbolLocation":384,"imageIndex":0},{"imageOffset":26212,"symbol":"_objc_msgSend_uncached","symbolLocation":68,"imageIndex":0},{"imageOffset":188860,"symbol":"+[NSAppearance _aquaAppearance]","symbolLocation":172,"imageIndex":1},{"imageOffset":34384,"symbol":"+[NSAppearance appearanceNamed:]","symbolLocation":32,"imageIndex":1},{"imageOffset":426736,"symbol":"-[NSView _notePreferredAppearanceDidChange]","symbolLocation":80,"imageIndex":1},{"imageOffset":427696,"symbol":"-[NSVisualEffectView _reactToMaterialChangeDiscardingMaterialLayers:invalidatingPreferredAppearance:]","symbolLocation":132,"imageIndex":1},{"imageOffset":1982692,"symbol":"-[NSVisualEffectView _windowChangedKeyState]","symbolLocation":96,"imageIndex":1},{"imageOffset":1754456,"symbol":"-[NSView _windowChangedKeyState]","symbolLocation":296,"imageIndex":1},{"imageOffset":1754456,"symbol":"-[NSView _windowChangedKeyState]","symbolLocation":296,"imageIndex":1},{"imageOffset":10740924,"symbol":"-[NSTitlebarContainerView _windowChangedKeyState]","symbolLocation":52,"imageIndex":1},{"imageOffset":1754456,"symbol":"-[NSView _windowChangedKeyState]","symbolLocation":296,"imageIndex":1},{"imageOffset":1982484,"symbol":"-[NSThemeFrame _windowChangedKeyState]","symbolLocation":52,"imageIndex":1},{"imageOffset":1539132,"symbol":"+[NSWindow _enableKeyStateChangeNotifications]","symbolLocation":340,"imageIndex":1},{"imageOffset":1535016,"symbol":"-[NSWindow _changeKeyAndMainLimitedOK:]","symbolLocation":232,"imageIndex":1},{"imageOffset":1534308,"symbol":"-[NSWindow _makeKeyRegardlessOfVisibility]","symbolLocation":88,"imageIndex":1},{"imageOffset":1492464,"symbol":"-[NSWindow makeKeyAndOrderFront:]","symbolLocation":48,"imageIndex":1},{"imageOffset":661360,"symbol":"-[QLSeamlessDocumentOpener showWindow:contentFrame:withBlock:]","symbolLocation":160,"imageIndex":2},{"imageOffset":2574476,"symbol":"-[NSWindowController showWindow:]","symbolLocation":676,"imageIndex":1},{"imageOffset":244648,"symbol":"closure #1 in UiRoot.init(source:emitter:state:)","symbolLocation":1804,"imageIndex":3},{"imageOffset":1381728,"symbol":"closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:)","symbolLocation":272,"imageIndex":3},{"imageOffset":1382620,"symbol":"partial apply for closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:)","symbolLocation":48,"imageIndex":3},{"imageOffset":1073396,"symbol":"AnonymousObserver.onCore(_:)","symbolLocation":20,"imageIndex":3},{"imageOffset":1392160,"symbol":"ObserverBase.on(_:)","symbolLocation":276,"imageIndex":3},{"imageOffset":1392484,"symbol":"protocol witness for ObserverType.on(_:) in conformance ObserverBase<A>","symbolLocation":20,"imageIndex":3},{"imageOffset":1389036,"symbol":"closure #1 in ObserveOnSerialDispatchQueueSink.init(scheduler:observer:cancel:)","symbolLocation":556,"imageIndex":3},{"imageOffset":1391464,"symbol":"partial apply for thunk for @escaping @callee_guaranteed (@guaranteed ObserveOnSerialDispatchQueueSink<A>, @in_guaranteed Event<A.ObserverType.Element>) -> (@out Disposable)","symbolLocation":148,"imageIndex":3},{"imageOffset":1336868,"symbol":"closure #1 in MainScheduler.scheduleInternal<A>(_:action:)","symbolLocation":116,"imageIndex":3},{"imageOffset":1222132,"symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":3},{"imageOffset":7776,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":4},{"imageOffset":15276,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":4},{"imageOffset":73900,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":944,"imageIndex":4},{"imageOffset":810752,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":5},{"imageOffset":538816,"symbol":"__CFRunLoopRun","symbolLocation":2540,"imageIndex":5},{"imageOffset":534324,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":5},{"imageOffset":208744,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":208092,"symbol":"ReceiveNextEventCommon","symbolLocation":552,"imageIndex":6},{"imageOffset":207516,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":6},{"imageOffset":269536,"symbol":"_DPSNextEvent","symbolLocation":844,"imageIndex":1},{"imageOffset":263556,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1332,"imageIndex":1},{"imageOffset":206244,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":1},{"imageOffset":15480,"symbol":"NSApplicationMain","symbolLocation":1064,"imageIndex":1},{"imageOffset":28980,"symbol":"main","symbolLocation":12,"imageIndex":3},{"imageOffset":20724,"symbol":"start","symbolLocation":520,"imageIndex":7}]},{"id":130147,"queue":"rx.global_dispatch_queue.serial","frames":[{"imageOffset":1275856,"symbol":"specialized closure #1 in _parseInteger<A, B>(ascii:radix:)","symbolLocation":0,"imageIndex":8},{"imageOffset":3335132,"symbol":"specialized _DictionaryCodingKey.init(stringValue:)","symbolLocation":100,"imageIndex":8},{"imageOffset":488340,"symbol":"Dictionary<>.encode(to:)","symbolLocation":6264,"imageIndex":8},{"imageOffset":492188,"symbol":"protocol witness for Encodable.encode(to:) in conformance <> [A : B]","symbolLocation":32,"imageIndex":8},{"imageOffset":3459556,"symbol":"dispatch thunk of Encodable.encode(to:)","symbolLocation":32,"imageIndex":8},{"imageOffset":2756080,"symbol":"_DictionaryEncoder.box_<A>(_:)","symbolLocation":516,"imageIndex":3},{"imageOffset":2768420,"symbol":"DictionaryCodingKeyedEncodingContainer.encode<A>(_:forKey:)","symbolLocation":564,"imageIndex":3},{"imageOffset":2771588,"symbol":"protocol witness for KeyedEncodingContainerProtocol.encode<A>(_:forKey:) in conformance DictionaryCodingKeyedEncodingContainer<A>","symbolLocation":28,"imageIndex":3},{"imageOffset":386372,"symbol":"_KeyedEncodingContainerBox.encode<A, B>(_:forKey:)","symbolLocation":396,"imageIndex":8},{"imageOffset":333908,"symbol":"KeyedEncodingContainer.encode<A>(_:forKey:)","symbolLocation":68,"imageIndex":8},{"imageOffset":125036,"symbol":"MainWindow.State.encode(to:)","symbolLocation":872,"imageIndex":3},{"imageOffset":125816,"symbol":"protocol witness for Encodable.encode(to:) in conformance MainWindow.State","symbolLocation":12,"imageIndex":3},{"imageOffset":3459556,"symbol":"dispatch thunk of Encodable.encode(to:)","symbolLocation":32,"imageIndex":8},{"imageOffset":2756080,"symbol":"_DictionaryEncoder.box_<A>(_:)","symbolLocation":516,"imageIndex":3},{"imageOffset":2768420,"symbol":"DictionaryCodingKeyedEncodingContainer.encode<A>(_:forKey:)","symbolLocation":564,"imageIndex":3},{"imageOffset":2771588,"symbol":"protocol witness for KeyedEncodingContainerProtocol.encode<A>(_:forKey:) in conformance DictionaryCodingKeyedEncodingContainer<A>","symbolLocation":28,"imageIndex":3},{"imageOffset":386372,"symbol":"_KeyedEncodingContainerBox.encode<A, B>(_:forKey:)","symbolLocation":396,"imageIndex":8},{"imageOffset":333908,"symbol":"KeyedEncodingContainer.encode<A>(_:forKey:)","symbolLocation":68,"imageIndex":8},{"imageOffset":107728,"symbol":"AppState.encode(to:)","symbolLocation":492,"imageIndex":3},{"imageOffset":107812,"symbol":"protocol witness for Encodable.encode(to:) in conformance AppState","symbolLocation":12,"imageIndex":3},{"imageOffset":3459556,"symbol":"dispatch thunk of Encodable.encode(to:)","symbolLocation":32,"imageIndex":8},{"imageOffset":2756080,"symbol":"_DictionaryEncoder.box_<A>(_:)","symbolLocation":516,"imageIndex":3},{"imageOffset":2757572,"symbol":"DictionaryEncoder.encode<A>(_:)","symbolLocation":416,"imageIndex":3},{"imageOffset":445732,"symbol":"specialized closure #1 in PrefMiddleware.typedApply(_:)","symbolLocation":1704,"imageIndex":3},{"imageOffset":223280,"symbol":"specialized closure #1 in MiddlewareType.apply(_:)","symbolLocation":508,"imageIndex":3},{"imageOffset":233648,"symbol":"partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed AppState, @in_guaranteed Any, @unowned Bool) -> (@out AppState, @out Any, @unowned Bool)","symbolLocation":72,"imageIndex":3},{"imageOffset":218876,"symbol":"thunk for @escaping @callee_guaranteed (@in_guaranteed (state: AppState, action: Any, modified: Bool)) -> (@out (state: AppState, action: Any, modified: Bool))","symbolLocation":192,"imageIndex":3},{"imageOffset":236004,"symbol":"partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed (state: AppState, action: Any, modified: Bool)) -> (@out (state: AppState, action: Any, modified: Bool))","symbolLocation":64,"imageIndex":3},{"imageOffset":231156,"symbol":"specialized closure #1 in closure #1 in MiddlewareType.apply(_:)","symbolLocation":264,"imageIndex":3},{"imageOffset":446656,"symbol":"specialized closure #1 in PrefMiddleware.MainWindowMiddleware.typedApply(_:)","symbolLocation":376,"imageIndex":3},{"imageOffset":222536,"symbol":"specialized closure #1 in MiddlewareType.apply(_:)","symbolLocation":680,"imageIndex":3},{"imageOffset":233648,"symbol":"partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed AppState, @in_guaranteed Any, @unowned Bool) -> (@out AppState, @out Any, @unowned Bool)","symbolLocation":72,"imageIndex":3},{"imageOffset":1338568,"symbol":"MapSink.on(_:)","symbolLocation":436,"imageIndex":3},{"imageOffset":1339036,"symbol":"protocol witness for ObserverType.on(_:) in conformance MapSink<A, B>","symbolLocation":20,"imageIndex":3},{"imageOffset":1509872,"symbol":"Sink.forwardOn(_:)","symbolLocation":112,"imageIndex":3},{"imageOffset":1338764,"symbol":"MapSink.on(_:)","symbolLocation":632,"imageIndex":3},{"imageOffset":1339036,"symbol":"protocol witness for ObserverType.on(_:) in conformance MapSink<A, B>","symbolLocation":20,"imageIndex":3},{"imageOffset":1389036,"symbol":"closure #1 in ObserveOnSerialDispatchQueueSink.init(scheduler:observer:cancel:)","symbolLocation":556,"imageIndex":3},{"imageOffset":1391464,"symbol":"partial apply for thunk for @escaping @callee_guaranteed (@guaranteed ObserveOnSerialDispatchQueueSink<A>, @in_guaranteed Event<A.ObserverType.Element>) -> (@out Disposable)","symbolLocation":148,"imageIndex":3},{"imageOffset":1268416,"symbol":"partial apply for closure #1 in DispatchQueueConfiguration.schedule<A>(_:action:)","symbolLocation":120,"imageIndex":3},{"imageOffset":1222132,"symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":3},{"imageOffset":7776,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":4},{"imageOffset":15276,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":4},{"imageOffset":45872,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":4},{"imageOffset":48804,"symbol":"_dispatch_lane_invoke","symbolLocation":392,"imageIndex":4},{"imageOffset":91912,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":656,"imageIndex":4},{"imageOffset":13060,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":9},{"imageOffset":8216,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":9}]},{"id":130148,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"triggered":true,"id":130149,"threadState":{"x":[{"value":0},{"value":4307917964,"symbolLocation":0,"symbol":"partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed Result<Data?, Error>) -> ()"},{"value":105553148277568},{"value":5},{"value":1},{"value":281474976710656},{"value":0},{"value":0},{"value":8},{"value":4307918320,"symbolLocation":0,"symbol":"thunk for @escaping @callee_guaranteed () -> ()"},{"value":1024},{"value":0},{"value":8192},{"value":1140912128},{"value":0},{"value":0},{"value":6754067564,"symbolLocation":0,"symbol":"CFMessagePortIsValid"},{"value":8271349592},{"value":0},{"value":0},{"value":105553148277568},{"value":196610},{"value":5},{"value":0},{"value":40},{"value":281474976710656},{"value":105553128484544},{"value":1},{"value":105553128257728}],"flavor":"ARM_THREAD_STATE64","lr":{"value":12481304161546331268},"cpsr":{"value":2147487744},"fp":{"value":6163720208},"sp":{"value":6163720208},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":6754981228,"matchesCrashFrame":1},"far":{"value":8}},"queue":"RxPack.RxMessagePortClient-B3CEF9B4-6587-48FD-8742-079515DD21F1","frames":[{"imageOffset":1430892,"symbol":"_CFGetNonObjCTypeID","symbolLocation":92,"imageIndex":5},{"imageOffset":517252,"symbol":"CFMessagePortIsValid","symbolLocation":24,"imageIndex":5},{"imageOffset":3045192,"symbol":"closure #1 in closure #1 in RxMessagePortClient.send(msgid:data:expectsReply:)","symbolLocation":80,"imageIndex":3},{"imageOffset":3055108,"symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":3},{"imageOffset":7776,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":4},{"imageOffset":15276,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":4},{"imageOffset":45872,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":4},{"imageOffset":48804,"symbol":"_dispatch_lane_invoke","symbolLocation":392,"imageIndex":4},{"imageOffset":91912,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":656,"imageIndex":4},{"imageOffset":13060,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":9},{"imageOffset":8216,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":9}]},{"id":130153,"queue":"com.apple.root.background-qos","frames":[{"imageOffset":39588,"symbol":"__accept","symbolLocation":8,"imageIndex":10},{"imageOffset":2178784,"symbol":"closure #1 in HttpServerIO.start(_:forceIPv4:priority:)","symbolLocation":284,"imageIndex":3},{"imageOffset":2180420,"symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":3},{"imageOffset":7776,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":4},{"imageOffset":15276,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":4},{"imageOffset":87100,"symbol":"_dispatch_root_queue_drain","symbolLocation":684,"imageIndex":4},{"imageOffset":88920,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":4},{"imageOffset":13000,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":9},{"imageOffset":8216,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":9}]},{"id":130164,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":10},{"imageOffset":544472,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":5},{"imageOffset":537488,"symbol":"__CFRunLoopRun","symbolLocation":1212,"imageIndex":5},{"imageOffset":534324,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":5},{"imageOffset":1764496,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":1},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":130167,"queue":"com.apple.dock.fullscreen","frames":[{"imageOffset":92752,"symbol":"dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const","symbolLocation":112,"imageIndex":7},{"imageOffset":93244,"symbol":"dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const","symbolLocation":604,"imageIndex":7},{"imageOffset":93244,"symbol":"dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const","symbolLocation":604,"imageIndex":7},{"imageOffset":93244,"symbol":"dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const","symbolLocation":604,"imageIndex":7},{"imageOffset":93244,"symbol":"dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const","symbolLocation":604,"imageIndex":7},{"imageOffset":93244,"symbol":"dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4::Loader const*>*) const","symbolLocation":604,"imageIndex":7},{"imageOffset":158116,"symbol":"dyld4::APIs::dlsym(void*, char const*)","symbolLocation":656,"imageIndex":7},{"imageOffset":2692420,"symbol":"__loginframework_vtable_block_invoke","symbolLocation":340,"imageIndex":11},{"imageOffset":15276,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":4},{"imageOffset":21588,"symbol":"_dispatch_once_callout","symbolLocation":32,"imageIndex":4},{"imageOffset":2699040,"symbol":"SLSCopyCurrentSessionPropertiesInternalBridge","symbolLocation":384,"imageIndex":11},{"imageOffset":1163604,"symbol":"SLSessionCopyCurrentDictionary","symbolLocation":20,"imageIndex":11},{"imageOffset":1524752,"symbol":"-[NSDockConnection _makeConnectionIfNeededWithRetryInterval:onDemand:]","symbolLocation":64,"imageIndex":1},{"imageOffset":9850248,"symbol":"__35-[NSDockConnection startConnection]_block_invoke.39","symbolLocation":52,"imageIndex":1},{"imageOffset":7776,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":4},{"imageOffset":15276,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":4},{"imageOffset":45872,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":4},{"imageOffset":48804,"symbol":"_dispatch_lane_invoke","symbolLocation":392,"imageIndex":4},{"imageOffset":91912,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":656,"imageIndex":4},{"imageOffset":13060,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":9},{"imageOffset":8216,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":9}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6751707136,
    "size" : 245760,
    "uuid" : "8a930227-747e-381f-bb29-2dfe267a84f7",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6799257600,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15417344,
    "uuid" : "a8bbc643-113d-310f-96b6-77a973bf2dba",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.20.111"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 8430333952,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.QuickLookUIFramework",
    "size" : 1212416,
    "uuid" : "998ea9bd-36a7-35a6-a2d1-96d2a6062ce2",
    "path" : "\/System\/Library\/Frameworks\/QuickLookUI.framework\/Versions\/A\/QuickLookUI",
    "name" : "QuickLookUI",
    "CFBundleVersion" : "950.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4304863232,
    "CFBundleShortVersionString" : "0.36.0",
    "CFBundleIdentifier" : "com.qvacua.VimR",
    "size" : 4292608,
    "uuid" : "d93b1767-f44b-31a7-b638-7dd79dc2995b",
    "path" : "\/Applications\/VimR.app\/Contents\/MacOS\/VimR",
    "name" : "VimR",
    "CFBundleVersion" : "20220102.161018"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6751416320,
    "size" : 290816,
    "uuid" : "3a9e9a1e-72b6-3f66-aa17-d955384c1a39",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6753550336,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5521408,
    "uuid" : "f5ea9592-4ef9-3d35-b23d-5c21283acc52",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1856.105"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6900228096,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3342336,
    "uuid" : "01b981b8-a2d8-374d-9a0e-c4ac8c1009da",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4318019584,
    "size" : 393216,
    "uuid" : "7e92b284-4b90-3b68-b31a-3ddc4c0e8d40",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6971531264,
    "size" : 4534272,
    "uuid" : "6923cdbf-7ae0-3339-9767-eccef4909653",
    "path" : "\/usr\/lib\/swift\/libswiftCore.dylib",
    "name" : "libswiftCore.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6753230848,
    "size" : 53248,
    "uuid" : "ed328b18-eeef-3b15-8858-798b19b0c2cd",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6753009664,
    "size" : 221184,
    "uuid" : "c8b3081a-5081-3a99-bbe3-01413de444c6",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6839017472,
    "CFBundleShortVersionString" : "1.600.0",
    "CFBundleIdentifier" : "com.apple.SkyLight",
    "size" : 3973120,
    "uuid" : "3612f513-5c49-3cb0-937b-33f65941d4b0",
    "path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/SkyLight",
    "name" : "SkyLight"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 6750060544,
  "size" : 3089596416,
  "uuid" : "66c33c62-48a9-31e5-b8b5-7a71c9760d07"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)\nWritable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nCG backing stores                 3520K        4 \nColorSync                          528K       25 \nCoreData Object IDs               4112K        2 \nCoreGraphics                        16K        1 \nCoreServices                       272K        2 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           251.3M       41 \nMALLOC guard page                  192K       11 \nMALLOC_MEDIUM (reserved)         600.0M        5         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSQLite page cache                   64K        1 \nSTACK GUARD                       56.1M        7 \nStack                             11.2M        7 \nVM_ALLOCATE                        1.0G        9 \n__AUTH                            2457K      275 \n__AUTH_CONST                      18.6M      453 \n__DATA                            14.6M      441 \n__DATA_CONST                      16.8M      459 \n__DATA_DIRTY                      1678K      194 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       582.9M        5 \n__OBJC_CONST                      3239K      244 \n__OBJC_RO                         82.0M        1 \n__OBJC_RW                         3104K        1 \n__TEXT                           447.5M      477 \n__UNICODE                          588K        1 \ndyld private memory               1024K        1 \nmapped file                      166.0M       25 \nshared memory                      912K       15 \n===========                     =======  ======= \nTOTAL                              3.6G     2713 \nTOTAL, minus reserved VM space     2.6G     2713 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "RxPack.RxMessagePortClient-B3CEF9B4-6587-48FD-8742-079515DD21F1"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
      },
      "deploymentId" : 240000066
    },
    {
      "rolloutId" : "601d9415f79519000ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "61f040507303d250981c88d9"
      },
      "deploymentId" : 240000377
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "61f03e2e29647d394933a4be"
      },
      "deploymentId" : 240000297
    },
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 240000225
    },
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000102
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "91be9c58-1d64-484d-b8d5-0bf7a6bb641c",
      "experimentId" : "60c785f07aa5af21f0101872",
      "deploymentId" : 400000012
    }
  ]
}
}

Model: MacBookPro18,3, BootROM 7429.61.2, proc 10:8:2 processors, 32 GB, SMC 
Graphics: Apple M1 Pro, Apple M1 Pro, Built-In
Display: Color LCD, 3024 x 1964 Retina, Main, MirrorOff, Online
Memory Module: LPDDR5
AirPort: Wi-Fi, wl0: Oct 25 2021 22:17:59 version 20.10.853.26.8.7.107 FWID 01-417a4935
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
jacovdbosch commented 2 years ago

After removing the ~/.local/share/nvim and ~/.config/nvim directories and reinstalling vimr it started working again. I have no idea what plugin was the issue, or if it even was a plugin that i was using or something else. Seems to work again, hopefully it will stay that way.