Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Intermittent crash on M2 Ventura 13.7: EXC_BAD_ACCESS, Code 11 Segmentation fault: 11 #427

Open
glowinthedark opened this issue Nov 16, 2024 · 0 comments

Comments

@glowinthedark
Copy link

glowinthedark commented Nov 16, 2024

Describe the bug
Intermittent crashes on network state change

To Reproduce
Steps to reproduce the behavior:

  • apparently the crash occurs when the network connection status changes, typically when network is disconnected; the crash is intermittent so it's not 100% clear what are the exact preconditions

Environment:

  • macOS version: Ventura 13.7 (22H123)
  • SwiftBar version: 2.0.0

Plugin Example:
Active plugins:

Additional Context:

  • [v] I don't run Bartender/Dozer/etc. or tested the issue without it running

Stacktrace

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

Process:               SwiftBar [14702]
Path:                  /Applications/SwiftBar.app/Contents/MacOS/SwiftBar
Identifier:            com.ameba.SwiftBar
Version:               2.0.0 (520)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               502

Date/Time:             2024-11-15 22:30:15.7158 +0100
OS Version:            macOS 13.7 (22H123)
Report Version:        12
Anonymous UUID:        8B0B8C3A-9E95-14AE-2A03-FEF7BECDC652

Sleep/Wake UUID:       C166E2DC-E8BC-4CD8-AAED-A94667F98AE8

Time Awake Since Boot: 1300000 seconds
Time Since Wake:       44029 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000dda7d33e9080 -> 0x00005da7d33e9080 (possible pointer authentication failure)
Exception Codes:       0x0000000000000001, 0x0000dda7d33e9080

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

VM Region Info: 0x5da7d33e9080 is not in any region.  Bytes after previous region: 102494348677249  Bytes before following region: 2577731252096
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      commpage (reserved)        1000000000-7000000000   [384.0G] ---/--- SM=NUL  ...(unallocated)
--->  GAP OF 0x5f9000000000 BYTES
      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-/rwx SM=PRV  

Kernel Triage:
VM - (arg = 0x0) pmap_enter retried due to resource shortage


Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libswiftCore.dylib            	       0x1aafef370 _swift_release_dealloc + 32
1   libswiftCore.dylib            	       0x1aaff0108 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 132
2   SwiftBar                      	       0x100e8d838 PluginMetadata.deinit + 72
3   SwiftBar                      	       0x100e8da74 PluginMetadata.__deallocating_deinit + 12
4   libswiftCore.dylib            	       0x1aafef388 _swift_release_dealloc + 56
5   libswiftCore.dylib            	       0x1aaff0108 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 132
6   SwiftBar                      	       0x100e5008c ExecutablePlugin.metadata.setter + 52
7   SwiftBar                      	       0x100e4dd1c protocol witness for Plugin.metadata.setter in conformance ExecutablePlugin + 16 [inlined]
8   SwiftBar                      	       0x100e4dd1c specialized Plugin.refreshPluginMetadata() + 392 (Plugin.swift:115)
9   SwiftBar                      	       0x100e520fc ExecutablePlugin.refresh(reason:) + 604 (ExecutablePlugin.swift:116)
10  SwiftBar                      	       0x100e2ccd8 specialized AppDelegate.application(_:open:) + 7808 (AppDelegate.swift:153)
11  SwiftBar                      	       0x100e29738 AppDelegate.application(_:open:) + 12 [inlined]
12  SwiftBar                      	       0x100e29738 @objc AppDelegate.application(_:open:) + 92 (<compiler-generated>:142)
13  AppKit                        	       0x19f5bed30 withWindowOrderingObserverHeuristic + 544
14  AppKit                        	       0x19f5be8d0 -[NSApplication(NSAppleEventHandling) _openURLs:withCompletionHandler:] + 972
15  AppKit                        	       0x19f5bf798 __60-[NSApplication(NSAppleEventHandling) _handleAEGetURLEvent:]_block_invoke + 108
16  AppKit                        	       0x19f5bf714 -[NSApplication(NSAppleEventHandling) _handleAEGetURLEvent:] + 140
17  AppKit                        	       0x19f2392c0 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 708
18  Foundation                    	       0x19cf5c934 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 316
19  Foundation                    	       0x19cf5c794 _NSAppleEventManagerGenericHandler + 80
20  AE                            	       0x1a233e55c 0x1a2332000 + 50524
21  AE                            	       0x1a233de88 0x1a2332000 + 48776
22  AE                            	       0x1a2336f5c aeProcessAppleEvent + 488
23  HIToolbox                     	       0x1a5873cf4 AEProcessAppleEvent + 68
24  AppKit                        	       0x19f234690 _DPSNextEvent + 1408
25  AppKit                        	       0x19f233528 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
26  AppKit                        	       0x19f22798c -[NSApplication run] + 464
27  AppKit                        	       0x19f1feddc NSApplicationMain + 880
28  SwiftBar                      	       0x100dee5fc main + 132 (main.swift:6)
29  dyld                          	       0x19bbd7fd8 start + 2412

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x19beefef4 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x19bf02220 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x19bef8b58 mach_msg_overwrite + 604
3   libsystem_kernel.dylib        	       0x19bef0270 mach_msg + 24
4   CoreFoundation                	       0x19c00e714 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x19c00cff4 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x19c00c3e8 CFRunLoopRunSpecific + 612
7   AppKit                        	       0x19f35ea18 _NSEventThread + 172
8   libsystem_pthread.dylib       	       0x19bf2ffa8 _pthread_start + 148
9   libsystem_pthread.dylib       	       0x19bf2ada0 thread_start + 8

Thread 2::  Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	       0x19bef0aac read + 8
1   Foundation                    	       0x19cf550f0 _NSReadFromFileDescriptorWithProgress + 196
2   Foundation                    	       0x19cf74b44 -[NSConcreteFileHandle readDataOfLength:] + 368
3   SwiftBar                      	       0x100e91e38 NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:) + 3392 (RunScript.swift:80)
4   SwiftBar                      	       0x100e5cc38 runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:) + 40 (RunScript.swift:22) [inlined]
5   SwiftBar                      	       0x100e5cc38 closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:) + 608 (AppShared.swift:127)
6   SwiftBar                      	       0x100e2a5fc thunk for @escaping @callee_guaranteed () -> () + 28
7   libdispatch.dylib             	       0x19bd7e874 _dispatch_call_block_and_release + 32
8   libdispatch.dylib             	       0x19bd80400 _dispatch_client_callout + 20
9   libdispatch.dylib             	       0x19bd91fb8 _dispatch_root_queue_drain + 684
10  libdispatch.dylib             	       0x19bd926c0 _dispatch_worker_thread2 + 164
11  libsystem_pthread.dylib       	       0x19bf2c038 _pthread_wqthread + 228
12  libsystem_pthread.dylib       	       0x19bf2ad94 start_wqthread + 8

Thread 3::  Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	       0x19bef0aac read + 8
1   Foundation                    	       0x19cf550f0 _NSReadFromFileDescriptorWithProgress + 196
2   Foundation                    	       0x19cf74b44 -[NSConcreteFileHandle readDataOfLength:] + 368
3   SwiftBar                      	       0x100e91e38 NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:) + 3392 (RunScript.swift:80)
4   SwiftBar                      	       0x100e5cc38 runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:) + 40 (RunScript.swift:22) [inlined]
5   SwiftBar                      	       0x100e5cc38 closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:) + 608 (AppShared.swift:127)
6   SwiftBar                      	       0x100e2a5fc thunk for @escaping @callee_guaranteed () -> () + 28
7   libdispatch.dylib             	       0x19bd7e874 _dispatch_call_block_and_release + 32
8   libdispatch.dylib             	       0x19bd80400 _dispatch_client_callout + 20
9   libdispatch.dylib             	       0x19bd91fb8 _dispatch_root_queue_drain + 684
10  libdispatch.dylib             	       0x19bd926c0 _dispatch_worker_thread2 + 164
11  libsystem_pthread.dylib       	       0x19bf2c038 _pthread_wqthread + 228
12  libsystem_pthread.dylib       	       0x19bf2ad94 start_wqthread + 8

Thread 4::  Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	       0x19beefef4 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x19bf02220 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x19bef8b58 mach_msg_overwrite + 604
3   libsystem_kernel.dylib        	       0x19bef0270 mach_msg + 24
4   CoreFoundation                	       0x19c00e714 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x19c00cff4 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x19c00c3e8 CFRunLoopRunSpecific + 612
7   Foundation                    	       0x19d0007c8 -[NSConcreteTask waitUntilExit] + 332
8   SwiftBar                      	       0x100e91eec NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:) + 3572 (RunScript.swift:83)
9   SwiftBar                      	       0x100e5cc38 runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:) + 40 (RunScript.swift:22) [inlined]
10  SwiftBar                      	       0x100e5cc38 closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:) + 608 (AppShared.swift:127)
11  SwiftBar                      	       0x100e2a5fc thunk for @escaping @callee_guaranteed () -> () + 28
12  libdispatch.dylib             	       0x19bd7e874 _dispatch_call_block_and_release + 32
13  libdispatch.dylib             	       0x19bd80400 _dispatch_client_callout + 20
14  libdispatch.dylib             	       0x19bd91fb8 _dispatch_root_queue_drain + 684
15  libdispatch.dylib             	       0x19bd926c0 _dispatch_worker_thread2 + 164
16  libsystem_pthread.dylib       	       0x19bf2c038 _pthread_wqthread + 228
17  libsystem_pthread.dylib       	       0x19bf2ad94 start_wqthread + 8

Thread 5::  Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	       0x19bef0aac read + 8
1   Foundation                    	       0x19cf550f0 _NSReadFromFileDescriptorWithProgress + 196
2   Foundation                    	       0x19cf74b44 -[NSConcreteFileHandle readDataOfLength:] + 368
3   SwiftBar                      	       0x100e91e38 NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:) + 3392 (RunScript.swift:80)
4   SwiftBar                      	       0x100e5cc38 runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:) + 40 (RunScript.swift:22) [inlined]
5   SwiftBar                      	       0x100e5cc38 closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:) + 608 (AppShared.swift:127)
6   SwiftBar                      	       0x100e2a5fc thunk for @escaping @callee_guaranteed () -> () + 28
7   libdispatch.dylib             	       0x19bd7e874 _dispatch_call_block_and_release + 32
8   libdispatch.dylib             	       0x19bd80400 _dispatch_client_callout + 20
9   libdispatch.dylib             	       0x19bd91fb8 _dispatch_root_queue_drain + 684
10  libdispatch.dylib             	       0x19bd926c0 _dispatch_worker_thread2 + 164
11  libsystem_pthread.dylib       	       0x19bf2c038 _pthread_wqthread + 228
12  libsystem_pthread.dylib       	       0x19bf2ad94 start_wqthread + 8

Thread 6:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 11::  Dispatch queue: com.apple.root.user-initiated-qos
0   SwiftBar                      	       0x100e9b9a8 0x100dec000 + 719272
1   libswiftCore.dylib            	       0x1aafef388 _swift_release_dealloc + 56
2   libswiftCore.dylib            	       0x1aaff0108 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 132
3   SwiftBar                      	       0x100ea71f8 0x100dec000 + 766456
4   libswiftCore.dylib            	       0x1aafef388 _swift_release_dealloc + 56
5   libswiftCore.dylib            	       0x1aaff0108 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 132
6   SwiftBar                      	       0x100e5e3a0 0x100dec000 + 467872
7   libswiftCore.dylib            	       0x1aafef388 _swift_release_dealloc + 56
8   libswiftCore.dylib            	       0x1aaff0108 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 132
9   libsystem_blocks.dylib        	       0x19bc63198 _call_dispose_helpers_excp + 48
10  libsystem_blocks.dylib        	       0x19bc62f64 _Block_release + 252
11  libdispatch.dylib             	       0x19bd80400 _dispatch_client_callout + 20
12  libdispatch.dylib             	       0x19bd91fb8 _dispatch_root_queue_drain + 684
13  libdispatch.dylib             	       0x19bd926c0 _dispatch_worker_thread2 + 164
14  libsystem_pthread.dylib       	       0x19bf2c038 _pthread_wqthread + 228
15  libsystem_pthread.dylib       	       0x19bf2ad94 start_wqthread + 8

Thread 12:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 13:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 14:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 15::  Dispatch queue: com.apple.root.user-initiated-qos
0   libdispatch.dylib             	       0x19bd82ca4 _dispatch_async_redirect_invoke + 0
1   libdispatch.dylib             	       0x19bd91e98 _dispatch_root_queue_drain + 396
2   libdispatch.dylib             	       0x19bd926c0 _dispatch_worker_thread2 + 164
3   libsystem_pthread.dylib       	       0x19bf2c038 _pthread_wqthread + 228
4   libsystem_pthread.dylib       	       0x19bf2ad94 start_wqthread + 8

Thread 16:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0

Thread 17:
0   libsystem_pthread.dylib       	       0x19bf2ad8c start_wqthread + 0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000600003e59090   x1: 0x000000000000002e   x2: 0x0000000000000001   x3: 0x00000001aafdacb4
    x4: 0x0000000000000001   x5: 0xed00006b72616465   x6: 0x0000000000000000   x7: 0xed00006b72616465
    x8: 0xfffffffe00000000   x9: 0x000000000000002e  x10: 0x000000010000002e  x11: 0x000000000000003f
   x12: 0x0000000000000039  x13: 0x0000000105845980  x14: 0x01000001f76a9a79  x15: 0x00000001f76a9a78
   x16: 0x0000dda7d33e9090  x17: 0x6ae1600003e59090  x18: 0x0000000000000000  x19: 0x00000001f7734fa0
   x20: 0x0000000107cccbc0  x21: 0x0000000107cccbd0  x22: 0x000000016f012500  x23: 0x0000600002874600
   x24: 0x00000001acbf95f8  x25: 0x5000600001d7c320  x26: 0xc000000000000024  x27: 0x0000000100f26e68
   x28: 0x00000001f879a030   fp: 0x000000016f012410   lr: 0xae5f0001aaff0108
    sp: 0x000000016f012400   pc: 0x00000001aafef370 cpsr: 0x60001000
   far: 0x0000dda7d33e9080  esr: 0x92000004 (Data Abort) byte read Translation fault

Binary Images:
       0x100dec000 -        0x100f03fff com.ameba.SwiftBar (2.0.0) <262afaa8-e30f-35e4-995d-43d1d6c9b337> /Applications/SwiftBar.app/Contents/MacOS/SwiftBar
       0x10797c000 -        0x107987fff libobjc-trampolines.dylib (*) <4daa2f71-4c51-3179-9c85-34a3e49c7fc0> /usr/lib/libobjc-trampolines.dylib
       0x1063c8000 -        0x1063cbfff com.apple.applescript.component (2.8) <4c21e35b-8e6c-3072-a223-9a6762178f80> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
       0x1aac52000 -        0x1ab18afff libswiftCore.dylib (*) <5c518a5b-01f7-3510-8bde-e5cc9e50eaf3> /usr/lib/swift/libswiftCore.dylib
       0x19f1fb000 -        0x1a010bfff com.apple.AppKit (6.9) <057111b4-dc08-32b4-9423-66b517fa46e0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x19cf29000 -        0x19d8eefff com.apple.Foundation (6.9) <6f9f3aba-03d1-3fb1-a288-5829c9d81b45> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x1a2332000 -        0x1a23a5fff com.apple.AE (944) <690568f8-36eb-38b0-905a-7ed04ff7fd2d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x1a5833000 -        0x1a5b66fff com.apple.HIToolbox (2.1.1) <c8970896-b9d1-3fd0-aa1e-99bc8ff4e84d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x19bbd2000 -        0x19bc60d13 dyld (*) <861c6281-7f44-3bd4-a5b4-8305d9ae7511> /usr/lib/dyld
       0x19beef000 -        0x19bf28ff7 libsystem_kernel.dylib (*) <b7e7745c-591e-3260-a098-888499cc833d> /usr/lib/system/libsystem_kernel.dylib
       0x19bf8f000 -        0x19c468fff com.apple.CoreFoundation (6.9) <f2e1697d-aa4c-3de4-b4a9-0fc0c5ead4cf> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x19bf29000 -        0x19bf35fff libsystem_pthread.dylib (*) <e74e3db0-f8cb-34ab-831e-db30cbec154f> /usr/lib/system/libsystem_pthread.dylib
       0x19bd7c000 -        0x19bdc3fff libdispatch.dylib (*) <d9d62056-1af0-3d72-b951-f1ff84abecca> /usr/lib/system/libdispatch.dylib
       0x19bc61000 -        0x19bc65ffc libsystem_blocks.dylib (*) <b200b53a-d8ff-3c41-a830-7529e9a348d0> /usr/lib/system/libsystem_blocks.dylib
               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.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)
Writable regions: Total=2.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.1G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               512K        4 
Activity Tracing                   256K        1 
CG image                           432K       19 
ColorSync                          592K       30 
CoreAnimation                      880K       18 
CoreGraphics                       192K       11 
CoreGraphics (reserved)             48K        3         reserved VM address space (unallocated)
CoreServices                       624K        2 
CoreUI image data                  256K        4 
Foundation                          16K        1 
Image IO                          3984K       39 
Kernel Alloc Once                   32K        1 
MALLOC                           432.7M      305 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)           1.3G       11         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.3M       18 
Stack                             17.0M       18 
VM_ALLOCATE                       1568K       27 
__AUTH                            1228K      242 
__AUTH_CONST                      21.1M      438 
__CTF                               824        1 
__DATA                            8793K      425 
__DATA_CONST                      20.8M      442 
__DATA_DIRTY                      1376K      139 
__FONT_DATA                        2352        1 
__LINKEDIT                       806.3M        4 
__OBJC_RO                         66.4M        1 
__OBJC_RW                         2012K        1 
__TEXT                           447.3M      462 
dyld private memory                272K        2 
mapped file                      376.9M       30 
shared memory                      944K       15 
===========                     =======  ======= 
TOTAL                              3.9G     2726 
TOTAL, minus reserved VM space     2.2G     2726 



-----------
Full Report
-----------
{"app_name":"SwiftBar","timestamp":"2024-11-15 22:30:20.00 +0100","app_version":"2.0.0","slice_uuid":"262afaa8-e30f-35e4-995d-43d1d6c9b337","build_version":"520","platform":1,"bundleID":"com.ameba.SwiftBar","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.7 (22H123)","roots_installed":0,"name":"SwiftBar","incident_id":"0C5ED6EB-8D17-49F8-8F1F-C8790FB9062B"}
{
  "uptime" : 1300000,
  "procRole" : "Default",
  "version" : 2,
  "userID" : 502,
  "deployVersion" : 210,
  "modelCode" : "Mac14,10",
  "coalitionID" : 310476,
  "osVersion" : {
    "train" : "macOS 13.7",
    "build" : "22H123",
    "releaseType" : "User"
  },
  "captureTime" : "2024-11-15 22:30:15.7158 +0100",
  "incident" : "0C5ED6EB-8D17-49F8-8F1F-C8790FB9062B",
  "pid" : 14702,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2024-11-09 10:10:01.9958 +0100",
  "procStartAbsTime" : 24140252841194,
  "procExitAbsTime" : 32360913599799,
  "procName" : "SwiftBar",
  "procPath" : "\/Applications\/SwiftBar.app\/Contents\/MacOS\/SwiftBar",
  "bundleInfo" : {"CFBundleShortVersionString":"2.0.0","CFBundleVersion":"520","CFBundleIdentifier":"com.ameba.SwiftBar"},
  "storeInfo" : {"deviceIdentifierForVendor":"2CA02DF7-B24D-5BA9-AFBB-368C2CAD02ED","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.ameba.SwiftBar",
  "crashReporterKey" : "8B0B8C3A-9E95-14AE-2A03-FEF7BECDC652",
  "codeSigningID" : "com.ameba.SwiftBar",
  "codeSigningTeamID" : "G4RHXJLPJP",
  "codeSigningFlags" : 1644245777,
  "codeSigningValidationCategory" : 3,
  "codeSigningTrustLevel" : 0,
  "wakeTime" : 44029,
  "sleepWakeUUID" : "C166E2DC-E8BC-4CD8-AAED-A94667F98AE8",
  "sip" : "enabled",
  "vmRegionInfo" : "0x5da7d33e9080 is not in any region.  Bytes after previous region: 102494348677249  Bytes before following region: 2577731252096\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  ...(unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV  ",
  "exception" : {"codes":"0x0000000000000001, 0x0000dda7d33e9080","rawCodes":[1,243712873369728],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000dda7d33e9080 -> 0x00005da7d33e9080 (possible pointer authentication failure)"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":14702},
  "ktriageinfo" : "VM - (arg = 0x0) pmap_enter retried due to resource shortage\n",
  "vmregioninfo" : "0x5da7d33e9080 is not in any region.  Bytes after previous region: 102494348677249  Bytes before following region: 2577731252096\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  ...(unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV  ",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":24384302,"threadState":{"x":[{"value":105553181642896},{"value":46},{"value":1},{"value":7163718836,"symbolLocation":0,"symbol":"destroy for String"},{"value":1},{"value":17077650248469406821},{"value":0},{"value":17077650248469406821},{"value":18446744065119617024},{"value":46},{"value":4294967342},{"value":63},{"value":57},{"value":4387527040},{"value":72057602483853945,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$_NSURL"},{"value":8445926008,"symbolLocation":0,"symbol":"OBJC_CLASS_$_NSURL"},{"value":243712873369744},{"value":7701542390961901712},{"value":0},{"value":8446496672,"symbolLocation":1216,"symbol":"InitialAllocationPool"},{"value":4425829312},{"value":4425829328},{"value":6157313280},{"value":105553158686208},{"value":7193204216,"symbolLocation":0,"symbol":"destroy for Published"},{"value":5764713076181418784},{"value":13835058055282163748},{"value":4310855272,"symbolLocation":0,"symbol":"type metadata for ExecutablePlugin"},{"value":8463687728,"symbolLocation":0,"symbol":"value witness table for Builtin.UnknownObject"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":12564761492550779144},"cpsr":{"value":1610616832},"fp":{"value":6157313040},"sp":{"value":6157313024},"esr":{"value":2449473540,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":7163802480,"matchesCrashFrame":1},"far":{"value":243712873369728}},"queue":"com.apple.main-thread","frames":[{"imageOffset":3789680,"symbol":"_swift_release_dealloc","symbolLocation":32,"imageIndex":3},{"imageOffset":3793160,"symbol":"bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int)","symbolLocation":132,"imageIndex":3},{"imageOffset":661560,"sourceFile":"PluginMetadata.swift","symbol":"PluginMetadata.deinit","symbolLocation":72,"imageIndex":0},{"imageOffset":662132,"sourceFile":"PluginMetadata.swift","symbol":"PluginMetadata.__deallocating_deinit","symbolLocation":12,"imageIndex":0},{"imageOffset":3789704,"symbol":"_swift_release_dealloc","symbolLocation":56,"imageIndex":3},{"imageOffset":3793160,"symbol":"bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int)","symbolLocation":132,"imageIndex":3},{"imageOffset":409740,"sourceFile":"<compiler-generated>","symbol":"ExecutablePlugin.metadata.setter","symbolLocation":52,"imageIndex":0},{"imageOffset":400668,"sourceFile":"<compiler-generated>","symbol":"protocol witness for Plugin.metadata.setter in conformance ExecutablePlugin","imageIndex":0,"symbolLocation":16,"inline":true},{"imageOffset":400668,"sourceLine":115,"sourceFile":"Plugin.swift","symbol":"specialized Plugin.refreshPluginMetadata()","imageIndex":0,"symbolLocation":392},{"imageOffset":418044,"sourceLine":116,"sourceFile":"ExecutablePlugin.swift","symbol":"ExecutablePlugin.refresh(reason:)","imageIndex":0,"symbolLocation":604},{"imageOffset":265432,"sourceLine":153,"sourceFile":"AppDelegate.swift","symbol":"specialized AppDelegate.application(_:open:)","imageIndex":0,"symbolLocation":7808},{"imageOffset":251704,"sourceFile":"<compiler-generated>","symbol":"AppDelegate.application(_:open:)","imageIndex":0,"symbolLocation":12,"inline":true},{"imageOffset":251704,"sourceLine":142,"sourceFile":"<compiler-generated>","symbol":"@objc AppDelegate.application(_:open:)","imageIndex":0,"symbolLocation":92},{"imageOffset":3947824,"symbol":"withWindowOrderingObserverHeuristic","symbolLocation":544,"imageIndex":4},{"imageOffset":3946704,"symbol":"-[NSApplication(NSAppleEventHandling) _openURLs:withCompletionHandler:]","symbolLocation":972,"imageIndex":4},{"imageOffset":3950488,"symbol":"__60-[NSApplication(NSAppleEventHandling) _handleAEGetURLEvent:]_block_invoke","symbolLocation":108,"imageIndex":4},{"imageOffset":3950356,"symbol":"-[NSApplication(NSAppleEventHandling) _handleAEGetURLEvent:]","symbolLocation":140,"imageIndex":4},{"imageOffset":254656,"symbol":"-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]","symbolLocation":708,"imageIndex":4},{"imageOffset":211252,"symbol":"-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]","symbolLocation":316,"imageIndex":5},{"imageOffset":210836,"symbol":"_NSAppleEventManagerGenericHandler","symbolLocation":80,"imageIndex":5},{"imageOffset":50524,"imageIndex":6},{"imageOffset":48776,"imageIndex":6},{"imageOffset":20316,"symbol":"aeProcessAppleEvent","symbolLocation":488,"imageIndex":6},{"imageOffset":265460,"symbol":"AEProcessAppleEvent","symbolLocation":68,"imageIndex":7},{"imageOffset":235152,"symbol":"_DPSNextEvent","symbolLocation":1408,"imageIndex":4},{"imageOffset":230696,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":4},{"imageOffset":182668,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":4},{"imageOffset":15836,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":4},{"imageOffset":9724,"sourceLine":6,"sourceFile":"main.swift","symbol":"main","imageIndex":0,"symbolLocation":132},{"imageOffset":24536,"symbol":"start","symbolLocation":2412,"imageIndex":8}]},{"id":24384371,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3828,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":78368,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":39768,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":9},{"imageOffset":4720,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":522004,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":10},{"imageOffset":516084,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":10},{"imageOffset":513000,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":1456664,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":4},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":28912473,"queue":"com.apple.root.user-initiated-qos","frames":[{"imageOffset":6828,"symbol":"read","symbolLocation":8,"imageIndex":9},{"imageOffset":180464,"symbol":"_NSReadFromFileDescriptorWithProgress","symbolLocation":196,"imageIndex":5},{"imageOffset":310084,"symbol":"-[NSConcreteFileHandle readDataOfLength:]","symbolLocation":368,"imageIndex":5},{"imageOffset":679480,"sourceLine":80,"sourceFile":"RunScript.swift","symbol":"NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:)","imageIndex":0,"symbolLocation":3392},{"symbol":"runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:)","inline":true,"imageIndex":0,"imageOffset":461880,"symbolLocation":40,"sourceLine":22,"sourceFile":"RunScript.swift"},{"imageOffset":461880,"sourceLine":127,"sourceFile":"AppShared.swift","symbol":"closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:)","imageIndex":0,"symbolLocation":608},{"imageOffset":255484,"sourceFile":"<compiler-generated>","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":28,"imageIndex":0},{"imageOffset":10356,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":12},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":12},{"imageOffset":90040,"symbol":"_dispatch_root_queue_drain","symbolLocation":684,"imageIndex":12},{"imageOffset":91840,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":12},{"imageOffset":12344,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":11},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":29354225,"queue":"com.apple.root.user-initiated-qos","frames":[{"imageOffset":6828,"symbol":"read","symbolLocation":8,"imageIndex":9},{"imageOffset":180464,"symbol":"_NSReadFromFileDescriptorWithProgress","symbolLocation":196,"imageIndex":5},{"imageOffset":310084,"symbol":"-[NSConcreteFileHandle readDataOfLength:]","symbolLocation":368,"imageIndex":5},{"imageOffset":679480,"sourceLine":80,"sourceFile":"RunScript.swift","symbol":"NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:)","imageIndex":0,"symbolLocation":3392},{"symbol":"runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:)","inline":true,"imageIndex":0,"imageOffset":461880,"symbolLocation":40,"sourceLine":22,"sourceFile":"RunScript.swift"},{"imageOffset":461880,"sourceLine":127,"sourceFile":"AppShared.swift","symbol":"closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:)","imageIndex":0,"symbolLocation":608},{"imageOffset":255484,"sourceFile":"<compiler-generated>","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":28,"imageIndex":0},{"imageOffset":10356,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":12},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":12},{"imageOffset":90040,"symbol":"_dispatch_root_queue_drain","symbolLocation":684,"imageIndex":12},{"imageOffset":91840,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":12},{"imageOffset":12344,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":11},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":31337914,"queue":"com.apple.root.user-initiated-qos","frames":[{"imageOffset":3828,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":78368,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":39768,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":9},{"imageOffset":4720,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":522004,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":10},{"imageOffset":516084,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":10},{"imageOffset":513000,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":882632,"symbol":"-[NSConcreteTask waitUntilExit]","symbolLocation":332,"imageIndex":5},{"imageOffset":679660,"sourceLine":83,"sourceFile":"RunScript.swift","symbol":"NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:)","imageIndex":0,"symbolLocation":3572},{"symbol":"runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:)","inline":true,"imageIndex":0,"imageOffset":461880,"symbolLocation":40,"sourceLine":22,"sourceFile":"RunScript.swift"},{"imageOffset":461880,"sourceLine":127,"sourceFile":"AppShared.swift","symbol":"closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:)","imageIndex":0,"symbolLocation":608},{"imageOffset":255484,"sourceFile":"<compiler-generated>","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":28,"imageIndex":0},{"imageOffset":10356,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":12},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":12},{"imageOffset":90040,"symbol":"_dispatch_root_queue_drain","symbolLocation":684,"imageIndex":12},{"imageOffset":91840,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":12},{"imageOffset":12344,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":11},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":31743791,"queue":"com.apple.root.user-initiated-qos","frames":[{"imageOffset":6828,"symbol":"read","symbolLocation":8,"imageIndex":9},{"imageOffset":180464,"symbol":"_NSReadFromFileDescriptorWithProgress","symbolLocation":196,"imageIndex":5},{"imageOffset":310084,"symbol":"-[NSConcreteFileHandle readDataOfLength:]","symbolLocation":368,"imageIndex":5},{"imageOffset":679480,"sourceLine":80,"sourceFile":"RunScript.swift","symbol":"NSTask.launchScript(with:args:runInBash:streamOutput:onOutputUpdate:)","imageIndex":0,"symbolLocation":3392},{"symbol":"runScript(to:args:process:env:runInBash:streamOutput:onOutputUpdate:)","inline":true,"imageIndex":0,"imageOffset":461880,"symbolLocation":40,"sourceLine":22,"sourceFile":"RunScript.swift"},{"imageOffset":461880,"sourceLine":127,"sourceFile":"AppShared.swift","symbol":"closure #1 in static AppShared.runInTerminal(script:args:runInBackground:env:runInBash:completionHandler:)","imageIndex":0,"symbolLocation":608},{"imageOffset":255484,"sourceFile":"<compiler-generated>","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":28,"imageIndex":0},{"imageOffset":10356,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":12},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":12},{"imageOffset":90040,"symbol":"_dispatch_root_queue_drain","symbolLocation":684,"imageIndex":12},{"imageOffset":91840,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":12},{"imageOffset":12344,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":11},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":32574453,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32580084,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32585128,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32591626,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32591627,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32591628,"queue":"com.apple.root.user-initiated-qos","frames":[{"imageOffset":719272,"imageIndex":0},{"imageOffset":3789704,"symbol":"_swift_release_dealloc","symbolLocation":56,"imageIndex":3},{"imageOffset":3793160,"symbol":"bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int)","symbolLocation":132,"imageIndex":3},{"imageOffset":766456,"imageIndex":0},{"imageOffset":3789704,"symbol":"_swift_release_dealloc","symbolLocation":56,"imageIndex":3},{"imageOffset":3793160,"symbol":"bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int)","symbolLocation":132,"imageIndex":3},{"imageOffset":467872,"imageIndex":0},{"imageOffset":3789704,"symbol":"_swift_release_dealloc","symbolLocation":56,"imageIndex":3},{"imageOffset":3793160,"symbol":"bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>>::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int)","symbolLocation":132,"imageIndex":3},{"imageOffset":8600,"symbol":"_call_dispose_helpers_excp","symbolLocation":48,"imageIndex":13},{"imageOffset":8036,"symbol":"_Block_release","symbolLocation":252,"imageIndex":13},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":12},{"imageOffset":90040,"symbol":"_dispatch_root_queue_drain","symbolLocation":684,"imageIndex":12},{"imageOffset":91840,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":12},{"imageOffset":12344,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":11},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":32591629,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32591630,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32591631,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32591632,"queue":"com.apple.root.user-initiated-qos","frames":[{"imageOffset":27812,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":0,"imageIndex":12},{"imageOffset":89752,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":12},{"imageOffset":91840,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":12},{"imageOffset":12344,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":11},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":32591633,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":32591678,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4309565440,
    "CFBundleShortVersionString" : "2.0.0",
    "CFBundleIdentifier" : "com.ameba.SwiftBar",
    "size" : 1146880,
    "uuid" : "262afaa8-e30f-35e4-995d-43d1d6c9b337",
    "path" : "\/Applications\/SwiftBar.app\/Contents\/MacOS\/SwiftBar",
    "name" : "SwiftBar",
    "CFBundleVersion" : "520"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4422352896,
    "size" : 49152,
    "uuid" : "4daa2f71-4c51-3179-9c85-34a3e49c7fc0",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4399595520,
    "CFBundleShortVersionString" : "2.8",
    "CFBundleIdentifier" : "com.apple.applescript.component",
    "size" : 16384,
    "uuid" : "4c21e35b-8e6c-3072-a223-9a6762178f80",
    "path" : "\/System\/Library\/Components\/AppleScript.component\/Contents\/MacOS\/AppleScript",
    "name" : "AppleScript",
    "CFBundleVersion" : "406.10"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7160012800,
    "size" : 5476352,
    "uuid" : "5c518a5b-01f7-3510-8bde-e5cc9e50eaf3",
    "path" : "\/usr\/lib\/swift\/libswiftCore.dylib",
    "name" : "libswiftCore.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6964621312,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15798272,
    "uuid" : "057111b4-dc08-32b4-9423-66b517fa46e0",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2299.77.138"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6928109568,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 10248192,
    "uuid" : "6f9f3aba-03d1-3fb1-a288-5829c9d81b45",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1979.104"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7016226816,
    "CFBundleShortVersionString" : "944",
    "CFBundleIdentifier" : "com.apple.AE",
    "size" : 475136,
    "uuid" : "690568f8-36eb-38b0-905a-7ed04ff7fd2d",
    "path" : "\/System\/Library\/Frameworks\/CoreServices.framework\/Versions\/A\/Frameworks\/AE.framework\/Versions\/A\/AE",
    "name" : "AE",
    "CFBundleVersion" : "944"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7071805440,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3358720,
    "uuid" : "c8970896-b9d1-3fd0-aa1e-99bc8ff4e84d",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6907830272,
    "size" : 584980,
    "uuid" : "861c6281-7f44-3bd4-a5b4-8305d9ae7511",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6911094784,
    "size" : 237560,
    "uuid" : "b7e7745c-591e-3260-a098-888499cc833d",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6911750144,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5087232,
    "uuid" : "f2e1697d-aa4c-3de4-b4a9-0fc0c5ead4cf",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1979.104"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6911332352,
    "size" : 53248,
    "uuid" : "e74e3db0-f8cb-34ab-831e-db30cbec154f",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6909575168,
    "size" : 294912,
    "uuid" : "d9d62056-1af0-3d72-b951-f1ff84abecca",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6908416000,
    "size" : 20477,
    "uuid" : "b200b53a-d8ff-3c41-a830-7529e9a348d0",
    "path" : "\/usr\/lib\/system\/libsystem_blocks.dylib",
    "name" : "libsystem_blocks.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 6907166720,
  "size" : 3586113536,
  "uuid" : "aeb162ad-605d-3e6c-8a7c-85f30793a682"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=2.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.1G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               512K        4 \nActivity Tracing                   256K        1 \nCG image                           432K       19 \nColorSync                          592K       30 \nCoreAnimation                      880K       18 \nCoreGraphics                       192K       11 \nCoreGraphics (reserved)             48K        3         reserved VM address space (unallocated)\nCoreServices                       624K        2 \nCoreUI image data                  256K        4 \nFoundation                          16K        1 \nImage IO                          3984K       39 \nKernel Alloc Once                   32K        1 \nMALLOC                           432.7M      305 \nMALLOC guard page                  192K       10 \nMALLOC_MEDIUM (reserved)           1.3G       11         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.3M       18 \nStack                             17.0M       18 \nVM_ALLOCATE                       1568K       27 \n__AUTH                            1228K      242 \n__AUTH_CONST                      21.1M      438 \n__CTF                               824        1 \n__DATA                            8793K      425 \n__DATA_CONST                      20.8M      442 \n__DATA_DIRTY                      1376K      139 \n__FONT_DATA                        2352        1 \n__LINKEDIT                       806.3M        4 \n__OBJC_RO                         66.4M        1 \n__OBJC_RW                         2012K        1 \n__TEXT                           447.3M      462 \ndyld private memory                272K        2 \nmapped file                      376.9M       30 \nshared memory                      944K       15 \n===========                     =======  ======= \nTOTAL                              3.9G     2726 \nTOTAL, minus reserved VM space     2.2G     2726 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "4cdf4ad81ea6a935ff94d96cbb4ac674843ef58c",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "62fe74515312cd4599bd3c80",
      "factorPackIds" : {
        "MYRIAD_BOOSTS" : "62fe74805312cd4599bd3c81"
      },
      "deploymentId" : 240000006
    },
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000448
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "45f4e2a5-551b-4bc2-a2dc-19c244dda8f8",
      "experimentId" : "6643969b3099cf28e049862f",
      "deploymentId" : 400000007
    }
  ]
}
}
@glowinthedark glowinthedark changed the title Intermittent crash in M2 Ventura 13.7: EXC_BAD_ACCESS, Code 11 Segmentation fault: 11 Intermittent crash on M2 Ventura 13.7: EXC_BAD_ACCESS, Code 11 Segmentation fault: 11 Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant