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

Starting with 3.1b, starting a guest via open utm://start?name=<guest> crashes UTM.app #3642

Closed
adespoton opened this issue Feb 19, 2022 · 0 comments
Milestone

Comments

@adespoton
Copy link

Describe the issue
Using the Uri handler utm://start causes UTM.app to unexpectedly quit throwing Trace/BPT trap: 5.

Enter the following into Terminal.app: open utm://start

  • this properly launches UTM.app

Enter the following into Terminal.app: open utm://start?name=""

  • this properly launches UTM.app

Enter the following into Terminal.app: open utm://start?name=<name of guest with %20 for spaces>

  • results in app termination with a crash log similar to below. This is NOT the case with 3.0.4 and earlier, which launch and run the guests properly.

Configuration

  • UTM Version: 3.1b
  • OS Version: 12.2
  • Apple Silicon

Crash log

Translated Report (Full Report Below)

Process: UTM [5289]
Path: /Applications/UTM.app/Contents/MacOS/UTM
Identifier: com.utmapp.UTM
Version: 3.1.0 (47)
Code Type: ARM-64 (Native)
Parent Process: bash [75941]
Responsible: Terminal [75884]
User ID: 502

Date/Time: 2022-02-18 21:08:18.3225 -0800
OS Version: macOS 12.2 (21D49)
Report Version: 12
Anonymous UUID: 442488EA-01FE-C871-F463-3426A95179A9

Sleep/Wake UUID: 2FA36D9A-8542-4275-9C41-3AB1375DF330

Time Awake Since Boot: 830000 seconds
Time Since Wake: 529 seconds

System Integrity Protection: enabled

Crashed Thread: 3 Dispatch queue: com.apple.root.user-initiated-qos.cooperative

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x0000000193149a18
Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process: exc handler [5289]

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x1886e1954 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1886e1d00 mach_msg + 76
2 CoreFoundation 0x1887e8ed8 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0x1887e7390 __CFRunLoopRun + 1212
4 CoreFoundation 0x1887e6734 CFRunLoopRunSpecific + 600
5 HIToolbox 0x19137ef68 RunCurrentEventLoopInMode + 292
6 HIToolbox 0x19137ecdc ReceiveNextEventCommon + 552
7 HIToolbox 0x19137ea9c _BlockUntilNextEventMatchingListInModeWithFilter + 72
8 AppKit 0x18b33d000 DPSNextEvent + 844
9 AppKit 0x18b33b8a4 -[NSApplication(NSEvent) nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1332
10 AppKit 0x18b32d9b4 -[NSApplication run] + 596
11 AppKit 0x18b2ff088 NSApplicationMain + 1064
12 SwiftUI 0x1ad2494c4 specialized runApp(
:) + 148
13 SwiftUI 0x1add73a40 runApp(
:) + 260
14 SwiftUI 0x1ad803658 static App.main() + 128
15 UTM 0x10245ea70 0x1023dc000 + 535152
16 UTM 0x10245c850 0x1023dc000 + 526416
17 dyld 0x102cb50f4 start + 520

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

Thread 2:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x1886e1954 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1886e1d00 mach_msg + 76
2 CoreFoundation 0x1887e8ed8 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0x1887e7390 __CFRunLoopRun + 1212
4 CoreFoundation 0x1887e6734 CFRunLoopRunSpecific + 600
5 AppKit 0x18b4a9fb0 _NSEventThread + 196
6 libsystem_pthread.dylib 0x18871d240 _pthread_start + 148
7 libsystem_pthread.dylib 0x188718024 thread_start + 8

Thread 3 Crashed:: Dispatch queue: com.apple.root.user-initiated-qos.cooperative
0 libunwind.dylib 0x193149a18 libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::step() + 680
1 libunwind.dylib 0x1931497a0 libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::step() + 48
2 libunwind.dylib 0x19314b4f8 _Unwind_RaiseException + 400
3 libc++abi.dylib 0x1886dbc00 __cxa_throw + 132
4 libobjc.A.dylib 0x1885b98dc objc_exception_throw + 352
5 CoreFoundation 0x188892e24 -[NSException raise] + 16
6 AppKit 0x18b366544 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 380
7 AppKit 0x18b3513ec -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 948
8 AppKit 0x18b35102c -[NSWindow initWithContentRect:styleMask:backing:defer:] + 56
9 AppKit 0x18b34f844 -[NSWindowTemplate nibInstantiate] + 292
10 AppKit 0x18b31a3c8 -[NSIBObjectData instantiateObject:] + 236
11 AppKit 0x18b319c54 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 384
12 AppKit 0x18b30e1c0 loadNib + 384
13 AppKit 0x18b30d6f8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 800
14 AppKit 0x18b4f6f34 -[NSWindowController loadWindow] + 332
15 AppKit 0x18b4f6c78 -[NSWindowController window] + 96
16 AppKit 0x18b56f95c -[NSWindowController showWindow:] + 52
17 UTM 0x1025638e0 0x1023dc000 + 1603808
18 UTM 0x10246ec4c 0x1023dc000 + 601164
19 UTM 0x10246e695 0x1023dc000 + 599701
20 UTM 0x102473281 0x1023dc000 + 619137
21 UTM 0x102582efd 0x1023dc000 + 1732349
22 UTM 0x102473291 0x1023dc000 + 619153
23 UTM 0x1025767f1 0x1023dc000 + 1681393
24 UTM 0x102462a75 0x1023dc000 + 551541
25 UTM 0x102584cbd 0x1023dc000 + 1739965
26 UTM 0x102462a6d 0x1023dc000 + 551533
27 libswift_Concurrency.dylib 0x20669c959 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) + 1

Thread 4:
0 libsystem_pthread.dylib 0x188718010 start_wqthread + 0

Thread 5:
0 libsystem_pthread.dylib 0x188718010 start_wqthread + 0

Thread 3 crashed with ARM Thread State (64-bit):
x0: 0x000000016daa8788 x1: 0x000000016daa9258 x2: 0x000000000000003b x3: 0x000000000000003c
x4: 0x000000000000290c x5: 0x0000000000000000 x6: 0x6e69746c6975625f x7: 0x0000000000000b50
x8: 0x000000016daa8898 x9: 0x100000016daaaea0 x10: 0xac1d0002066977b0 x11: 0x100000016daaae58
x12: 0x0000000126ebd1d0 x13: 0x0000000206696da0 x14: 0x0000000206696c54 x15: 0x0000000004000007
x16: 0x40000002066977b0 x17: 0x00000002066977b0 x18: 0x0000000000000000 x19: 0x000000016daa8788
x20: 0xd3a900016daa8788 x21: 0x000000016daa8788 x22: 0x000000016daa8d20 x23: 0x000000012802d960
x24: 0x000000000000000f x25: 0x00000001d2d0d4e5 x26: 0x000000018b4fbf90 x27: 0x00000000000000c8
x28: 0x00000001d2c931ce fp: 0x000000016daa8770 lr: 0x00000001931497a0
sp: 0x000000016daa7260 pc: 0x0000000193149a18 cpsr: 0x20001000
far: 0x00000001028211c0 esr: 0xf200c471 (Breakpoint) pointer authentication trap IB

Binary Images:
0x1886e0000 - 0x188715fff libsystem_kernel.dylib () <384945e6-dd71-37e5-9a3d-84fff14a1e60> /usr/lib/system/libsystem_kernel.dylib
0x188764000 - 0x188ca7fff com.apple.CoreFoundation (6.9) <16fadf8b-a3af-3e0c-b5fb-ce9a9cdc8747> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x19134c000 - 0x19167bfff com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x18b2fb000 - 0x18c1b1fff com.apple.AppKit (6.9) <1b65b629-6d3b-3fcd-ad43-e5683a9f94b7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x1ad1b7000 - 0x1ae19efff com.apple.SwiftUI (3.3.1) /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
0x1023dc000 - 0x10282bfff com.utmapp.UTM (3.1.0) /Applications/UTM.app/Contents/MacOS/UTM
0x102cb0000 - 0x102d0ffff dyld (
) /usr/lib/dyld
0x188716000 - 0x188722fff libsystem_pthread.dylib () /usr/lib/system/libsystem_pthread.dylib
0x193142000 - 0x19314cfff libunwind.dylib (
) /usr/lib/system/libunwind.dylib
0x1886c6000 - 0x1886dffff libc++abi.dylib () <8f8963c1-403d-3282-ae5e-4f6e0e85f5a6> /usr/lib/libc++abi.dylib
0x1885a2000 - 0x1885ddfff libobjc.A.dylib (
) <2eb32e1d-90cb-3256-8681-9034085a06a6> /usr/lib/libobjc.A.dylib
0x206659000 - 0x2066acfff libswift_Concurrency.dylib (*) <50b9f80c-f39b-3792-b642-1ff1684a50b3> /usr/lib/swift/libswift_Concurrency.dylib

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.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 2
Activity Tracing 256K 1
CG backing stores 4864K 4
CG image 96K 4
CG raster data 192K 4
ColorSync 640K 28
CoreAnimation 2624K 72
CoreGraphics 16K 1
CoreServices 624K 2
CoreUI image data 1232K 10
Foundation 16K 1
Image IO 41.0M 22
Kernel Alloc Once 32K 1
MALLOC 378.3M 67
MALLOC guard page 192K 10
MALLOC_MEDIUM (reserved) 880.0M 8 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.1M 6
Stack 10.6M 6
VM_ALLOCATE 1.0G 13
__AUTH 2433K 253
__AUTH_CONST 18.3M 437
__DATA 13.0M 468
__DATA_CONST 16.2M 481
__DATA_DIRTY 1522K 164
__FONT_DATA 4K 1
__LINKEDIT 580.8M 43
__OBJC_CONST 2583K 204
__OBJC_RO 82.1M 1
__OBJC_RW 3104K 1
__TEXT 456.7M 498
__UNICODE 588K 1
dyld private memory 1024K 1
mapped file 169.8M 32
shared memory 2896K 16
=========== ======= =======
TOTAL 4.0G 2864
TOTAL, minus reserved VM space 2.8G 2864


Full Report

{"app_name":"UTM","timestamp":"2022-02-18 21:08:18.00 -0800","app_version":"3.1.0","slice_uuid":"ed2d06f6-5a4a-3392-a5dd-c542c26d656d","build_version":"47","platform":1,"bundleID":"com.utmapp.UTM","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.2 (21D49)","incident_id":"FB6B08EE-94F1-4E8F-A475-F0746DB64653","name":"UTM"}
{
"uptime" : 830000,
"procLaunch" : "2022-02-18 21:08:01.0429 -0800",
"procRole" : "Foreground",
"version" : 2,
"userID" : 502,
"deployVersion" : 210,
"modelCode" : "MacBookPro18,3",
"procStartAbsTime" : 20091769258413,
"coalitionID" : 80363,
"osVersion" : {
"train" : "macOS 12.2",
"build" : "21D49",
"releaseType" : "User"
},
"captureTime" : "2022-02-18 21:08:18.3225 -0800",
"incident" : "FB6B08EE-94F1-4E8F-A475-F0746DB64653",
"bug_type" : "309",
"pid" : 5289,
"procExitAbsTime" : 20092183276473,
"translated" : false,
"cpuType" : "ARM-64",
"procName" : "UTM",
"procPath" : "/Applications/UTM.app/Contents/MacOS/UTM",
"bundleInfo" : {"CFBundleShortVersionString":"3.1.0","CFBundleVersion":"47","CFBundleIdentifier":"com.utmapp.UTM"},
"storeInfo" : {"deviceIdentifierForVendor":"E528C4E1-F593-5508-932C-75ACF4B953F1","thirdParty":true},
"parentProc" : "bash",
"parentPid" : 75941,
"coalitionName" : "com.apple.Terminal",
"crashReporterKey" : "442488EA-01FE-C871-F463-3426A95179A9",
"responsiblePid" : 75884,
"responsibleProc" : "Terminal",
"wakeTime" : 529,
"sleepWakeUUID" : "2FA36D9A-8542-4275-9C41-3AB1375DF330",
"sip" : "enabled",
"isCorpse" : 1,
"exception" : {"codes":"0x0000000000000001, 0x0000000193149a18","rawCodes":[1,6762568216],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
"termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace/BPT trap: 5","byProc":"exc handler","byPid":5289},
"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":6577324,"queue":"com.apple.main-thread","frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":544472,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":1},{"imageOffset":537488,"symbol":"__CFRunLoopRun","symbolLocation":1212,"imageIndex":1},{"imageOffset":534324,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":1},{"imageOffset":208744,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":2},{"imageOffset":208092,"symbol":"ReceiveNextEventCommon","symbolLocation":552,"imageIndex":2},{"imageOffset":207516,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":2},{"imageOffset":270336,"symbol":"DPSNextEvent","symbolLocation":844,"imageIndex":3},{"imageOffset":264356,"symbol":"-[NSApplication(NSEvent) nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1332,"imageIndex":3},{"imageOffset":207284,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":3},{"imageOffset":16520,"symbol":"NSApplicationMain","symbolLocation":1064,"imageIndex":3},{"imageOffset":599236,"symbol":"specialized runApp(:)","symbolLocation":148,"imageIndex":4},{"imageOffset":12307008,"symbol":"runApp(:)","symbolLocation":260,"imageIndex":4},{"imageOffset":6604376,"symbol":"static App.main()","symbolLocation":128,"imageIndex":4},{"imageOffset":535152,"imageIndex":5},{"imageOffset":526416,"imageIndex":5},{"imageOffset":20724,"symbol":"start","symbolLocation":520,"imageIndex":6}]},{"id":6577343,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":6577354,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":544472,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":1},{"imageOffset":537488,"symbol":"__CFRunLoopRun","symbolLocation":1212,"imageIndex":1},{"imageOffset":534324,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":1},{"imageOffset":1765296,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"triggered":true,"id":6577615,"threadState":{"x":[{"value":6134859656},{"value":6134862424},{"value":59},{"value":60},{"value":10508},{"value":0},{"value":7956018225701282399},{"value":2896},{"value":6134859928},{"value":1152921510741716640},{"value":12402068957545723824,"symbolLocation":12402068948848214092,"symbol":"swift_job_runImpl(swift::Job*, swift::ExecutorRef)"},{"value":1152921510741716568},{"value":4947956176},{"value":8697507232,"symbolLocation":0,"symbol":"swift::AsyncTask::flagAsRunning()"},{"value":8697506900,"symbolLocation":0,"symbol":"swift::runJobInEstablishedExecutorContext(swift::Job*)"},{"value":67108871},{"value":4611686027124897712,"symbolLocation":4611686018427387980,"symbol":"swift_job_runImpl(swift::Job*, swift::ExecutorRef)"},{"value":8697509808,"symbolLocation":76,"symbol":"swift_job_runImpl(swift::Job*, swift::ExecutorRef)"},{"value":0},{"value":6134859656},{"value":15251721619201755016},{"value":6134859656},{"value":6134861088},{"value":4966242656},{"value":15},{"value":7831868645,"objc-selector":"appearance"},{"value":6632226704,"symbolLocation":0,"symbol":"-[NSWindow appearance]"},{"value":200},{"value":7831368142,"objc-selector":"addObject:"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6762567584},"cpsr":{"value":536875008},"fp":{"value":6134859632},"sp":{"value":6134854240},"esr":{"value":4060136561,"description":"(Breakpoint) pointer authentication trap IB"},"pc":{"value":6762568216,"matchesCrashFrame":1},"far":{"value":4337045952}},"queue":"com.apple.root.user-initiated-qos.cooperative","frames":[{"imageOffset":31256,"symbol":"libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::step()","symbolLocation":680,"imageIndex":8},{"imageOffset":30624,"symbol":"libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::step()","symbolLocation":48,"imageIndex":8},{"imageOffset":38136,"symbol":"_Unwind_RaiseException","symbolLocation":400,"imageIndex":8},{"imageOffset":89088,"symbol":"__cxa_throw","symbolLocation":132,"imageIndex":9},{"imageOffset":96476,"symbol":"objc_exception_throw","symbolLocation":352,"imageIndex":10},{"imageOffset":1240612,"symbol":"-[NSException raise]","symbolLocation":16,"imageIndex":1},{"imageOffset":439620,"symbol":"-[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled]","symbolLocation":380,"imageIndex":3},{"imageOffset":353260,"symbol":"-[NSWindow _initContent:styleMask:backing:defer:contentView:]","symbolLocation":948,"imageIndex":3},{"imageOffset":352300,"symbol":"-[NSWindow initWithContentRect:styleMask:backing:defer:]","symbolLocation":56,"imageIndex":3},{"imageOffset":346180,"symbol":"-[NSWindowTemplate nibInstantiate]","symbolLocation":292,"imageIndex":3},{"imageOffset":127944,"symbol":"-[NSIBObjectData instantiateObject:]","symbolLocation":236,"imageIndex":3},{"imageOffset":126036,"symbol":"-[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:]","symbolLocation":384,"imageIndex":3},{"imageOffset":78272,"symbol":"loadNib","symbolLocation":384,"imageIndex":3},{"imageOffset":75512,"symbol":"+[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:]","symbolLocation":800,"imageIndex":3},{"imageOffset":2080564,"symbol":"-[NSWindowController loadWindow]","symbolLocation":332,"imageIndex":3},{"imageOffset":2079864,"symbol":"-[NSWindowController window]","symbolLocation":96,"imageIndex":3},{"imageOffset":2574684,"symbol":"-[NSWindowController showWindow:]","symbolLocation":52,"imageIndex":3},{"imageOffset":1603808,"imageIndex":5},{"imageOffset":601164,"imageIndex":5},{"imageOffset":599701,"imageIndex":5},{"imageOffset":619137,"imageIndex":5},{"imageOffset":1732349,"imageIndex":5},{"imageOffset":619153,"imageIndex":5},{"imageOffset":1681393,"imageIndex":5},{"imageOffset":551541,"imageIndex":5},{"imageOffset":1739965,"imageIndex":5},{"imageOffset":551533,"imageIndex":5},{"imageOffset":276825,"symbol":"completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*)","symbolLocation":1,"imageIndex":11}]},{"id":6577617,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":6577630,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64e",
"base" : 6583877632,
"size" : 221184,
"uuid" : "384945e6-dd71-37e5-9a3d-84fff14a1e60",
"path" : "/usr/lib/system/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6584418304,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5521408,
"uuid" : "16fadf8b-a3af-3e0c-b5fb-ce9a9cdc8747",
"path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1856.105"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6731120640,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3342336,
"uuid" : "b5a3fe9a-833b-3697-ac9c-1e9e8eb11bac",
"path" : "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6630125568,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15429632,
"uuid" : "1b65b629-6d3b-3fcd-ad43-e5683a9f94b7",
"path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2113.30.116"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7199223808,
"CFBundleShortVersionString" : "3.3.1",
"CFBundleIdentifier" : "com.apple.SwiftUI",
"size" : 16678912,
"uuid" : "b5f32ad6-34b1-31d5-bdb5-60ac30e963e6",
"path" : "/System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI",
"name" : "SwiftUI",
"CFBundleVersion" : "3.3.1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4332568576,
"CFBundleShortVersionString" : "3.1.0",
"CFBundleIdentifier" : "com.utmapp.UTM",
"size" : 4521984,
"uuid" : "ed2d06f6-5a4a-3392-a5dd-c542c26d656d",
"path" : "/Applications/UTM.app/Contents/MacOS/UTM",
"name" : "UTM",
"CFBundleVersion" : "47"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4341825536,
"size" : 393216,
"uuid" : "d21a73ea-79cd-36eb-8ac9-2c5cf5181a27",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6584098816,
"size" : 53248,
"uuid" : "f7b2eccf-e6f1-3109-ae81-9028c0b8332a",
"path" : "/usr/lib/system/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6762536960,
"size" : 45056,
"uuid" : "cf584b24-4773-3e77-9aec-8dde83a3c376",
"path" : "/usr/lib/system/libunwind.dylib",
"name" : "libunwind.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6583771136,
"size" : 106496,
"uuid" : "8f8963c1-403d-3282-ae5e-4f6e0e85f5a6",
"path" : "/usr/lib/libc++abi.dylib",
"name" : "libc++abi.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6582575104,
"size" : 245760,
"uuid" : "2eb32e1d-90cb-3256-8681-9034085a06a6",
"path" : "/usr/lib/libobjc.A.dylib",
"name" : "libobjc.A.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 8697253888,
"size" : 344064,
"uuid" : "50b9f80c-f39b-3792-b642-1ff1684a50b3",
"path" : "/usr/lib/swift/libswift_Concurrency.dylib",
"name" : "libswift_Concurrency.dylib"
}
],
"sharedCache" : {
"base" : 6580928512,
"size" : 3091218432,
"uuid" : "b90241b2-e425-3982-b3f6-26c4567cbb49"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 4864K 4 \nCG image 96K 4 \nCG raster data 192K 4 \nColorSync 640K 28 \nCoreAnimation 2624K 72 \nCoreGraphics 16K 1 \nCoreServices 624K 2 \nCoreUI image data 1232K 10 \nFoundation 16K 1 \nImage IO 41.0M 22 \nKernel Alloc Once 32K 1 \nMALLOC 378.3M 67 \nMALLOC guard page 192K 10 \nMALLOC_MEDIUM (reserved) 880.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 6 \nStack 10.6M 6 \nVM_ALLOCATE 1.0G 13 \n__AUTH 2433K 253 \n__AUTH_CONST 18.3M 437 \n__DATA 13.0M 468 \n__DATA_CONST 16.2M 481 \n__DATA_DIRTY 1522K 164 \n__FONT_DATA 4K 1 \n__LINKEDIT 580.8M 43 \n__OBJC_CONST 2583K 204 \n__OBJC_RO 82.1M 1 \n__OBJC_RW 3104K 1 \n__TEXT 456.7M 498 \n__UNICODE 588K 1 \ndyld private memory 1024K 1 \nmapped file 169.8M 32 \nshared memory 2896K 16 \n=========== ======= ======= \nTOTAL 4.0G 2864 \nTOTAL, minus reserved VM space 2.8G 2864 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.root.user-initiated-qos.cooperative"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "607844aa04477260f58a8077",
"factorPackIds" : {
"SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
},
"deploymentId" : 240000066
},
{
"rolloutId" : "60da5e84ab0ca017dace9abf",
"factorPackIds" : {

  },
  "deploymentId" : 240000008
},
{
  "rolloutId" : "602ad4dac86151000cf27e46",
  "factorPackIds" : {
    "SIRI_DICTATION_ASSETS" : "61fb0e87c773c43cde3bb80e"
  },
  "deploymentId" : 240000305
},
{
  "rolloutId" : "5fc94383418129005b4e9ae0",
  "factorPackIds" : {

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

  },
  "deploymentId" : 240000106
},
{
  "rolloutId" : "601d9415f79519000ccd4b69",
  "factorPackIds" : {
    "SIRI_TEXT_TO_SPEECH" : "620161cb295c182621eced20"
  },
  "deploymentId" : 240000392
}

],
"experiments" : [

]
}
}

Model: MacBookPro18,3, BootROM 7429.81.3, 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: Dec 13 2021 17:12:34 version 20.10.853.31.8.7.109 FWID 01-804e92d8
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.

@osy osy added this to the v3.1 milestone Feb 21, 2022
@osy osy closed this as completed in e96b610 Feb 22, 2022
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

2 participants