Re: Bug report: CCL crash on M1 command line
Ron Garret <[email protected]>
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
Judging by the lack of response I'd guess the answer is no. But one thing that would be tremendously useful to know is if this is a Rosetta thing or a Monterey thing, i.e. if this same crash happens on Monterey running on an x86. I don't have such a setup. My only Monterey machine is an M1. rg > On Feb 23, 2023, at 4:11 AM, James Anderson <[email protected]> wrote: > > has anyone any further insight into the cause for the thread 2 crash? > >> On 16. Feb 2023, at 01:19, Ron Garret <[email protected]> wrote: >> >> Yes, that is where I am getting most of my crashes. I assumed it was an IDE problem, but this is happening while running in Terminal. >> >>> On Feb 15, 2023, at 4:17 PM, James Anderson <[email protected]> wrote: >>> >>> good morning; >>> >>> the thread 2 stack looks alot like the stack i am seeing in one of the failure modes when using it as an editor. >>> >>>> On 16. Feb 2023, at 00:03, Ron Garret <[email protected]> wrote: >>>> >>>> I thought that CCL was stable on M1 macs except for the IDE, but I found a crash that I can reliable reproduce from the command line. It happens while running Hunchentoot under heavy load. I have not yet tried to generate a minimal reproduction of the problem. >>>> >>>> The error message is: >>>> >>>> assertion failed: state update should occur from waiters' queue >>>> (ThreadContextRegisterState.cpp:947 arm_fpr_state_from_x86_state) >>>> >>>> Full crash report attached below. >>>> >>>> rg >>>> >>>> ==================================================== >>>> >>>> ------------------------------------- >>>> Translated Report (Full Report Below) >>>> ------------------------------------- >>>> >>>> Process: dx86cl64 [44093] >>>> Path: /Users/USER/*/Clozure CL64.app/Contents/MacOS/dx86cl64 >>>> Identifier: com.clozure.Clozure CL-x8664 >>>> Version: 1.12-1 (1.12.1) >>>> Code Type: X86-64 (Translated) >>>> Parent Process: launchd [1] >>>> User ID: 501 >>>> >>>> Date/Time: 2023-02-15 14:59:00.4383 -0800 >>>> OS Version: macOS 12.3.1 (21E258) >>>> Report Version: 12 >>>> Anonymous UUID: F70CFFDF-74A1-6879-F44F-663537C23C28 >>>> >>>> Sleep/Wake UUID: 8F9A1D0A-0C5A-497C-A7F9-FC31229C9C88 >>>> >>>> Time Awake Since Boot: 2000000 seconds >>>> Time Since Wake: 25950 seconds >>>> >>>> System Integrity Protection: enabled >>>> >>>> Crashed Thread: 2 >>>> >>>> Exception Type: EXC_BREAKPOINT (SIGTRAP) >>>> Exception Codes: 0x0000000000000001, 0x00007ff7ffd649c8 >>>> Exception Note: EXC_CORPSE_NOTIFY >>>> >>>> Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5 >>>> Terminating Process: exc handler [44093] >>>> >>>> Application Specific Information: >>>> assertion failed: state update should occur from waiters' queue >>>> (ThreadContextRegisterState.cpp:947 arm_fpr_state_from_x86_state) >>>> >>>> >>>> Thread 0:: Dispatch queue: com.apple.main-thread >>>> 0 ??? 0x7ff89d7c6940 ??? >>>> 1 libsystem_kernel.dylib 0x7ff80d1b49b6 semaphore_wait_trap + 10 >>>> 2 dx86cl64 0x29217 sem_wait_forever + 23 (thread_manager.c:456) >>>> 3 dx86cl64 0x2a25d tcr_suspend_ack + 29 (thread_manager.c:2160) >>>> 4 dx86cl64 0x2a56a suspend_other_threads + 138 (thread_manager.c:2397) >>>> 5 dx86cl64 0x2598d gc_like_from_xp + 61 (x86-exceptions.c:2927) >>>> 6 dx86cl64 0x25305 gc_from_xp + 21 (x86-exceptions.c:3026) >>>> 7 dx86cl64 0x25248 allocate_object + 88 (x86-exceptions.c:171) >>>> 8 dx86cl64 0x26296 handle_alloc_trap + 102 (x86-exceptions.c:665) >>>> 9 dx86cl64 0x2732b handle_exception + 571 (x86-exceptions.c:1215) >>>> 10 dx86cl64 0x27717 signal_handler + 151 (x86-exceptions.c:1494) >>>> 11 dx86cl64 0x2f2eb ensure_safe_for_string_operations + 2 (x86-asmutils64.s:133) >>>> >>>> Thread 1:: com.apple.rosetta.exceptionserver >>>> 0 runtime 0x7ff7ffd4b9a4 0x7ff7ffd47000 + 18852 >>>> 1 runtime 0x7ff7ffd59738 0x7ff7ffd47000 + 75576 >>>> 2 runtime 0x7ff7ffd5aed0 0x7ff7ffd47000 + 81616 >>>> >>>> Thread 2 Crashed: >>>> 0 runtime 0x7ff7ffd649c8 0x7ff7ffd47000 + 121288 >>>> 1 runtime 0x7ff7ffd6440c 0x7ff7ffd47000 + 119820 >>>> 2 runtime 0x7ff7ffd60d40 0x7ff7ffd47000 + 105792 >>>> 3 runtime 0x7ff7ffd6078c 0x7ff7ffd47000 + 104332 >>>> 4 runtime 0x7ff7ffd617b0 0x7ff7ffd47000 + 108464 >>>> 5 runtime 0x7ff7ffd5e1e4 0x7ff7ffd47000 + 94692 >>>> 6 ??? 0x7ff89d7c6a08 ??? >>>> 7 libsystem_kernel.dylib 0x7ff80d1b497a mach_msg_trap + 10 >>>> 8 ??? 0x646165726854 ??? >>>> 9 libsystem_kernel.dylib 0x7ff80d1d50d1 thread_set_state + 173 >>>> 10 dx86cl64 0x28094 restore_mach_thread_state + 36 (x86-exceptions.c:3148) >>>> 11 dx86cl64 0x281f0 do_pseudo_sigreturn + 48 (x86-exceptions.c:3168) >>>> 12 dx86cl64 0x28579 catch_mach_exception_raise_state + 153 (x86-exceptions.c:3427) >>>> 13 dx86cl64 0x2f42e _Xmach_exception_raise_state + 94 (mach_exc_server.c:322) >>>> 14 dx86cl64 0x2f595 mach_exc_server + 85 (mach_exc_server.c:523) >>>> 15 libsystem_kernel.dylib 0x7ff80d1ba9e6 mach_msg_server + 355 >>>> 16 dx86cl64 0x287a1 exception_handler_proc + 49 (x86-exceptions.c:3550) >>>> 17 libsystem_pthread.dylib 0x7ff80d1f14e1 _pthread_start + 125 >>>> 18 libsystem_pthread.dylib 0x7ff80d1ecf6b thread_start + 15 >>>> >>>> Thread 3: >>>> 0 ??? 0x7ff89d7c6940 ??? >>>> 1 libsystem_kernel.dylib 0x7ff80d1b49b6 semaphore_wait_trap + 10 >>>> 2 dx86cl64 0x29217 sem_wait_forever + 23 (thread_manager.c:456) >>>> 3 dx86cl64 0x29537 suspend_resume_handler + 167 (thread_manager.c:606) >>>> 4 libsystem_platform.dylib 0x7ff80d206dfd _sigtramp + 29 >>>> 5 ??? 0x0 ??? >>>> 6 dx86cl64 0x1b3b3 SPffcall + 99 (x86-spentry64.s:4287) >>>> 7 ??? 0x23f17e28 ??? >>>> 8 ??? 0x23f17e28 ??? >>>> >>>> Thread 4: >>>> 0 ??? 0x7ff89d7c6940 ??? >>>> 1 libsystem_kernel.dylib 0x7ff80d1b49b6 semaphore_wait_trap + 10 >>>> 2 dx86cl64 0x29217 sem_wait_forever + 23 (thread_manager.c:456) >>>> 3 dx86cl64 0x29537 suspend_resume_handler + 167 (thread_manager.c:606) >>>> 4 libsystem_platform.dylib 0x7ff80d206dfd _sigtramp + 29 >>>> 5 ??? 0xfffffffffffffffb ??? >>>> 6 dx86cl64 0x1b3b3 SPffcall + 99 (x86-spentry64.s:4287) >>>> >>>> Thread 5:: com.apple.NSEventThread >>>> 0 ??? 0x7ff89d7c6940 ??? >>>> 1 libsystem_kernel.dylib 0x7ff80d1b497a mach_msg_trap + 10 >>>> 2 libsystem_kernel.dylib 0x7ff80d1b4ce8 mach_msg + 56 >>>> 3 CoreFoundation 0x7ff80d2b7db0 __CFRunLoopServiceMachPort + 319 >>>> 4 CoreFoundation 0x7ff80d2b6440 __CFRunLoopRun + 1276 >>>> 5 CoreFoundation 0x7ff80d2b5884 CFRunLoopRunSpecific + 562 >>>> 6 AppKit 0x7ff80fd80f5e _NSEventThread + 132 >>>> 7 libsystem_pthread.dylib 0x7ff80d1f14e1 _pthread_start + 125 >>>> 8 libsystem_pthread.dylib 0x7ff80d1ecf6b thread_start + 15 >>>> >>>> Thread 6: >>>> 0 ??? 0x7ff89d7c6940 ??? >>>> 1 libsystem_kernel.dylib 0x7ff80d1b49b6 semaphore_wait_trap + 10 >>>> 2 dx86cl64 0x29217 sem_wait_forever + 23 (thread_manager.c:456) >>>> 3 dx86cl64 0x29537 suspend_resume_handler + 167 (thread_manager.c:606) >>>> 4 libsystem_platform.dylib 0x7ff80d206dfd _sigtramp + 29 >>>> 5 ??? 0x307e3f860e28 ??? >>>> 6 dx86cl64 0x1b3b3 SPffcall + 99 (x86-spentry64.s:4287) >>>> 7 ??? 0x5386ecd0 ??? >>>> 8 ??? 0x5386ecd0 ??? >>>> >>>> Thread 7: >>>> 0 runtime 0x7ff7ffd69814 0x7ff7ffd47000 + 141332 >>>> >>>> Thread 8: >>>> 0 runtime 0x7ff7ffd6965c 0x7ff7ffd47000 + 140892 >>>> 1 <translation info unavailable> 0x1006feb78 ??? >>>> 2 dx86cl64 0x275fb unlock_exception_lock_in_handler + 59 (x86-exceptions.c:1427) >>>> 3 dx86cl64 0x27789 signal_handler + 265 (x86-exceptions.c:1504) >>>> 4 dx86cl64 0x2f2eb ensure_safe_for_string_operations + 2 (x86-asmutils64.s:133) >>>> >>>> Thread 9: >>>> 0 runtime 0x7ff7ffd69814 0x7ff7ffd47000 + 141332 >>>> >>>> Thread 10: >>>> 0 runtime 0x7ff7ffd69814 0x7ff7ffd47000 + 141332 >>>> >>>> Thread 11: >>>> 0 runtime 0x7ff7ffd69814 0x7ff7ffd47000 + 141332 >>>> >>>> >>>> Thread 2 crashed with ARM Thread State (64-bit): >>>> x0: 0x0000000000000000 x1: 0xffffffffffffffff x2: 0x0000000000000000 x3: 0x0000000000000021 >>>> x4: 0x0000000000000025 x5: 0x000000000000000a x6: 0x0000000108603b80 x7: 0x0000003800000000 >>>> x8: 0x00007ff7ffd82000 x9: 0x5eb41b25e0680098 x10: 0x0000000000000000 x11: 0x00007ff7ffd828fd >>>> x12: 0x0000000000000000 x13: 0x0000000000000034 x14: 0x00007ff7ffd6965c x15: 0x00007ff7ffd6a828 >>>> x16: 0x0000000000000149 x17: 0x00007ff7ffd736ee x18: 0x8000000108605b70 x19: 0x00007ff7ffd782e1 >>>> x20: 0x00000000000003b3 x21: 0x00007ff7ffd6cc9e x22: 0x0000000108603ca0 x23: 0x0000000108604d00 >>>> x24: 0x00000001003c3d2c x25: 0x000000000000002c x26: 0x0000000000000003 x27: 0x0000000000000001 >>>> x28: 0x00007ff80d1b497a fp: 0x0000000108603c60 lr: 0x00007ff7ffd649c0 >>>> sp: 0x0000000108603c40 pc: 0x00007ff7ffd649c8 cpsr: 0x40001000 >>>> far: 0x00007ff7ffd782e1 esr: 0xf2000001 (Breakpoint) brk 1 >>>> >>>> Binary Images: >>>> 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? >>>> 0x7ff80d1b3000 - 0x7ff80d1eafff libsystem_kernel.dylib (*) <26a59789-b846-3ed4-96dc-8dbef3c0c8e7> /usr/lib/system/libsystem_kernel.dylib >>>> 0x10000 - 0x33fff com.clozure.Clozure CL-x8664 (1.12-1) <59c7c136-47ee-3e84-a033-1f1070a48d6d> /Users/USER/*/Clozure CL64.app/Contents/MacOS/dx86cl64 >>>> 0x7ff7ffd47000 - 0x7ff7ffd76fff runtime (*) <24497be3-a1b4-360a-b90e-cde9ce78a93b> /usr/libexec/rosetta/runtime >>>> 0x7ff80d1eb000 - 0x7ff80d1f6fff libsystem_pthread.dylib (*) <2f6c275d-7e14-3d31-a924-e1bb41d2415f> /usr/lib/system/libsystem_pthread.dylib >>>> 0x7ff80d203000 - 0x7ff80d20cfff libsystem_platform.dylib (*) <a9552f53-a0cd-3e43-9930-80e582ed51ff> /usr/lib/system/libsystem_platform.dylib >>>> 0x7ff80d238000 - 0x7ff80d738fff com.apple.CoreFoundation (6.9) <fa52ff10-225c-3a0f-bfcc-556795ccd233> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation >>>> 0x7ff80fbd5000 - 0x7ff810a62fff com.apple.AppKit (6.9) <92a78ebd-bba5-3f18-a5e1-768c955539d7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit >>>> >>>> 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.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.0G(100%) >>>> >>>> VIRTUAL REGION >>>> REGION TYPE SIZE COUNT (non-coalesced) >>>> =========== ======= ======= >>>> Accelerate framework 256K 2 >>>> Activity Tracing 256K 1 >>>> CG backing stores 960K 4 >>>> CG image 124K 15 >>>> ColorSync 236K 27 >>>> CoreAnimation 14.2M 38 >>>> CoreGraphics 12K 2 >>>> CoreImage 4K 1 >>>> CoreServices 352K 2 >>>> CoreUI image data 628K 10 >>>> Foundation 36K 2 >>>> Kernel Alloc Once 8K 1 >>>> MALLOC 296.4M 54 >>>> MALLOC guard page 192K 10 >>>> MALLOC_MEDIUM (reserved) 944.0M 8 reserved VM address space (unallocated) >>>> MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) >>>> Mach message 8K 2 >>>> Rosetta Arena 4096K 2 >>>> Rosetta Generic 135.1M 34587 >>>> Rosetta IndirectBranch 2048K 1 >>>> Rosetta JIT 128.0M 1 >>>> Rosetta Return Stack 332K 22 >>>> Rosetta Thread Context 220K 22 >>>> STACK GUARD 16K 4 >>>> Stack 2128K 4 >>>> VM_ALLOCATE 512.5G 97 >>>> VM_ALLOCATE (reserved) 260K 2 reserved VM address space (unallocated) >>>> __DATA 29.1M 494 >>>> __DATA_CONST 29.3M 319 >>>> __DATA_DIRTY 1568K 202 >>>> __FONT_DATA 4K 1 >>>> __LINKEDIT 710.6M 16 >>>> __OBJC_RO 82.6M 1 >>>> __OBJC_RW 3200K 2 >>>> __TEXT 493.9M 515 >>>> __UNICODE 592K 1 >>>> dyld private memory 1024K 1 >>>> mapped file 5.0G 907 >>>> shared memory 868K 17 >>>> unshared pmap 11.6M 8 >>>> =========== ======= ======= >>>> TOTAL 520.6G 37406 >>>> TOTAL, minus reserved VM space 519.3G 37406 >>>> >>>> >>>> >>>> ----------- >>>> Full Report >>>> ----------- >>>> >>>> {"app_name":"dx86cl64","timestamp":"2023-02-15 14:59:00.00 -0800","app_version":"1.12-1","slice_uuid":"59c7c136-47ee-3e84-a033-1f1070a48d6d","build_version":"1.12.1","platform":1,"bundleID":"com.clozure.Clozure CL-x8664","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"B6CED714-0E57-4FF3-8D8C-25CB550181CD","name":"dx86cl64"} >>>> { >>>> "uptime" : 2000000, >>>> "procLaunch" : "2023-02-15 14:47:23.7421 -0800", >>>> "procRole" : "Foreground", >>>> "version" : 2, >>>> "userID" : 501, >>>> "deployVersion" : 210, >>>> "modelCode" : "MacBookAir10,1", >>>> "procStartAbsTime" : 50185221140183, >>>> "coalitionID" : 161672, >>>> "osVersion" : { >>>> "train" : "macOS 12.3.1", >>>> "build" : "21E258", >>>> "releaseType" : "User" >>>> }, >>>> "captureTime" : "2023-02-15 14:59:00.4383 -0800", >>>> "incident" : "B6CED714-0E57-4FF3-8D8C-25CB550181CD", >>>> "bug_type" : "309", >>>> "pid" : 44093, >>>> "procExitAbsTime" : 50201941927936, >>>> "translated" : true, >>>> "cpuType" : "X86-64", >>>> "procName" : "dx86cl64", >>>> "procPath" : "\/Users\/USER\/*\/Clozure CL64.app\/Contents\/MacOS\/dx86cl64", >>>> "bundleInfo" : {"CFBundleShortVersionString":"1.12-1","CFBundleVersion":"1.12.1","CFBundleIdentifier":"com.clozure.Clozure CL-x8664"}, >>>> "storeInfo" : {"deviceIdentifierForVendor":"FBAF845B-F3C3-5CED-855E-4D08F5DB05F7","thirdParty":true}, >>>> "parentProc" : "launchd", >>>> "parentPid" : 1, >>>> "coalitionName" : "com.clozure.Clozure CL-x8664", >>>> "crashReporterKey" : "F70CFFDF-74A1-6879-F44F-663537C23C28", >>>> "wakeTime" : 25950, >>>> "sleepWakeUUID" : "8F9A1D0A-0C5A-497C-A7F9-FC31229C9C88", >>>> "sip" : "enabled", >>>> "isCorpse" : 1, >>>> "exception" : {"codes":"0x0000000000000001, 0x00007ff7ffd649c8","rawCodes":[1,140703125883336],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"}, >>>> "termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace\/BPT trap: 5","byProc":"exc handler","byPid":44093}, >>>> "asi" : {"runtime":["assertion failed: state update should occur from waiters' queue","(ThreadContextRegisterState.cpp:947 arm_fpr_state_from_x86_state)"]}, >>>> "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" : 2, >>>> "threads" : [{"id":14146317,"queue":"com.apple.main-thread","frames":[{"imageOffset":140705770793280,"imageIndex":0},{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":102935,"sourceLine":456,"sourceFile":"thread_manager.c","symbol":"sem_wait_forever","imageIndex":2,"symbolLocation":23},{"imageOffset":107101,"sourceLine":2160,"sourceFile":"thread_manager.c","symbol":"tcr_suspend_ack","imageIndex":2,"symbolLocation":29},{"imageOffset":107882,"sourceLine":2397,"sourceFile":"thread_manager.c","symbol":"suspend_other_threads","imageIndex":2,"symbolLocation":138},{"imageOffset":88461,"sourceLine":2927,"sourceFile":"x86-exceptions.c","symbol":"gc_like_from_xp","imageIndex":2,"symbolLocation":61},{"imageOffset":86789,"sourceLine":3026,"sourceFile":"x86-exceptions.c","symbol":"gc_from_xp","imageIndex":2,"symbolLocation":21},{"imageOffset":86600,"sourceLine":171,"sourceFile":"x86-exceptions.c","symbol":"allocate_object","imageIndex":2,"symbolLocation":88},{"imageOffset":90774,"sourceLine":665,"sourceFile":"x86-exceptions.c","symbol":"handle_alloc_trap","imageIndex":2,"symbolLocation":102},{"imageOffset":95019,"sourceLine":1215,"sourceFile":"x86-exceptions.c","symbol":"handle_exception","imageIndex":2,"symbolLocation":571},{"imageOffset":96023,"sourceLine":1494,"sourceFile":"x86-exceptions.c","symbol":"signal_handler","imageIndex":2,"symbolLocation":151},{"imageOffset":127723,"sourceLine":133,"sourceFile":"x86-asmutils64.s","symbol":"ensure_safe_for_string_operations","imageIndex":2,"symbolLocation":2}]},{"id":14146327,"name":"com.apple.rosetta.exceptionserver","frames":[{"imageOffset":18852,"imageIndex":3},{"imageOffset":75576,"imageIndex":3},{"imageOffset":81616,"imageIndex":3}]},{"triggered":true,"id":14146337,"threadState":{"x":[{"value":0},{"value":18446744073709551615},{"value":0},{"value":33},{"value":37},{"value":10},{"value":4435491712},{"value":240518168576},{"value":140703126003712},{"value":6824109184865796248},{"value":0},{"value":140703126006013,"symbolLocation":149,"symbol":"__crashreporter_info__"},{"value":0},{"value":52},{"value":140703125902940},{"value":140703125907496},{"value":329},{"value":140703125944046},{"value":9223372041290275696},{"value":140703125963489},{"value":947},{"value":140703125916830},{"value":4435492000},{"value":4435496192},{"value":4298915116},{"value":44},{"value":3},{"value":1},{"value":140703348509050,"symbolLocation":10,"symbol":"mach_msg_trap"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":140703125883328},"cpsr":{"value":1073745920},"fp":{"value":4435491936},"sp":{"value":4435491904},"esr":{"value":4060086273,"description":"(Breakpoint) brk 1"},"pc":{"value":140703125883336,"matchesCrashFrame":1},"far":{"value":140703125963489}},"frames":[{"imageOffset":121288,"imageIndex":3},{"imageOffset":119820,"imageIndex":3},{"imageOffset":105792,"imageIndex":3},{"imageOffset":104332,"imageIndex":3},{"imageOffset":108464,"imageIndex":3},{"imageOffset":94692,"imageIndex":3},{"imageOffset":140705770793480,"imageIndex":0},{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":110369476601940,"imageIndex":0},{"imageOffset":139473,"symbol":"thread_set_state","symbolLocation":173,"imageIndex":1},{"imageOffset":98452,"sourceLine":3148,"sourceFile":"x86-exceptions.c","symbol":"restore_mach_thread_state","imageIndex":2,"symbolLocation":36},{"imageOffset":98800,"sourceLine":3168,"sourceFile":"x86-exceptions.c","symbol":"do_pseudo_sigreturn","imageIndex":2,"symbolLocation":48},{"imageOffset":99705,"sourceLine":3427,"sourceFile":"x86-exceptions.c","symbol":"catch_mach_exception_raise_state","imageIndex":2,"symbolLocation":153},{"imageOffset":128046,"sourceLine":322,"sourceFile":"mach_exc_server.c","symbol":"_Xmach_exception_raise_state","imageIndex":2,"symbolLocation":94},{"imageOffset":128405,"sourceLine":523,"sourceFile":"mach_exc_server.c","symbol":"mach_exc_server","imageIndex":2,"symbolLocation":85},{"imageOffset":31206,"symbol":"mach_msg_server","symbolLocation":355,"imageIndex":1},{"imageOffset":100257,"sourceLine":3550,"sourceFile":"x86-exceptions.c","symbol":"exception_handler_proc","imageIndex":2,"symbolLocation":49},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":14146351,"frames":[{"imageOffset":140705770793280,"imageIndex":0},{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":102935,"sourceLine":456,"sourceFile":"thread_manager.c","symbol":"sem_wait_forever","imageIndex":2,"symbolLocation":23},{"imageOffset":103735,"sourceLine":606,"sourceFile":"thread_manager.c","symbol":"suspend_resume_handler","imageIndex":2,"symbolLocation":167},{"imageOffset":15869,"symbol":"_sigtramp","symbolLocation":29,"imageIndex":5},{"imageOffset":0,"imageIndex":0},{"imageOffset":46003,"sourceLine":4287,"sourceFile":"x86-spentry64.s","symbol":"SPffcall","imageIndex":2,"symbolLocation":99},{"imageOffset":603029032,"imageIndex":0},{"imageOffset":603029032,"imageIndex":0}]},{"id":14146361,"frames":[{"imageOffset":140705770793280,"imageIndex":0},{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":102935,"sourceLine":456,"sourceFile":"thread_manager.c","symbol":"sem_wait_forever","imageIndex":2,"symbolLocation":23},{"imageOffset":103735,"sourceLine":606,"sourceFile":"thread_manager.c","symbol":"suspend_resume_handler","imageIndex":2,"symbolLocation":167},{"imageOffset":15869,"symbol":"_sigtramp","symbolLocation":29,"imageIndex":5},{"imageOffset":18446744073709551611,"imageIndex":0},{"imageOffset":46003,"sourceLine":4287,"sourceFile":"x86-spentry64.s","symbol":"SPffcall","imageIndex":2,"symbolLocation":99}]},{"id":14146389,"name":"com.apple.NSEventThread","frames":[{"imageOffset":140705770793280,"imageIndex":0},{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":1},{"imageOffset":523696,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":517184,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":514180,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":1752926,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":7},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":14146750,"frames":[{"imageOffset":140705770793280,"imageIndex":0},{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":102935,"sourceLine":456,"sourceFile":"thread_manager.c","symbol":"sem_wait_forever","imageIndex":2,"symbolLocation":23},{"imageOffset":103735,"sourceLine":606,"sourceFile":"thread_manager.c","symbol":"suspend_resume_handler","imageIndex":2,"symbolLocation":167},{"imageOffset":15869,"symbol":"_sigtramp","symbolLocation":29,"imageIndex":5},{"imageOffset":53318789762600,"imageIndex":0},{"imageOffset":46003,"sourceLine":4287,"sourceFile":"x86-spentry64.s","symbol":"SPffcall","imageIndex":2,"symbolLocation":99},{"imageOffset":1401351376,"imageIndex":0},{"imageOffset":1401351376,"imageIndex":0}]},{"id":14151544,"frames":[{"imageOffset":141332,"imageIndex":3}]},{"id":14151625,"frames":[{"imageOffset":140892,"imageIndex":3},{"imageOffset":4302302072,"region":"<translation info unavailable>","imageIndex":0},{"imageOffset":95739,"sourceLine":1427,"sourceFile":"x86-exceptions.c","symbol":"unlock_exception_lock_in_handler","imageIndex":2,"symbolLocation":59},{"imageOffset":96137,"sourceLine":1504,"sourceFile":"x86-exceptions.c","symbol":"signal_handler","imageIndex":2,"symbolLocation":265},{"imageOffset":127723,"sourceLine":133,"sourceFile":"x86-asmutils64.s","symbol":"ensure_safe_for_string_operations","imageIndex":2,"symbolLocation":2}]},{"id":14151835,"frames":[{"imageOffset":141332,"imageIndex":3}]},{"id":14151841,"frames":[{"imageOffset":141332,"imageIndex":3}]},{"id":14151842,"frames":[{"imageOffset":141332,"imageIndex":3}]}], >>>> "usedImages" : [ >>>> { >>>> "size" : 0, >>>> "source" : "A", >>>> "base" : 0, >>>> "uuid" : "00000000-0000-0000-0000-000000000000" >>>> }, >>>> { >>>> "source" : "P", >>>> "arch" : "x86_64", >>>> "base" : 140703348502528, >>>> "size" : 229376, >>>> "uuid" : "26a59789-b846-3ed4-96dc-8dbef3c0c8e7", >>>> "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", >>>> "name" : "libsystem_kernel.dylib" >>>> }, >>>> { >>>> "source" : "P", >>>> "arch" : "x86_64", >>>> "base" : 65536, >>>> "CFBundleShortVersionString" : "1.12-1", >>>> "CFBundleIdentifier" : "com.clozure.Clozure CL-x8664", >>>> "size" : 147456, >>>> "uuid" : "59c7c136-47ee-3e84-a033-1f1070a48d6d", >>>> "path" : "\/Users\/USER\/*\/Clozure CL64.app\/Contents\/MacOS\/dx86cl64", >>>> "name" : "dx86cl64", >>>> "CFBundleVersion" : "1.12.1" >>>> }, >>>> { >>>> "source" : "P", >>>> "arch" : "arm64", >>>> "base" : 140703125762048, >>>> "size" : 196608, >>>> "uuid" : "24497be3-a1b4-360a-b90e-cde9ce78a93b", >>>> "path" : "\/usr\/libexec\/rosetta\/runtime", >>>> "name" : "runtime" >>>> }, >>>> { >>>> "source" : "P", >>>> "arch" : "x86_64", >>>> "base" : 140703348731904, >>>> "size" : 49152, >>>> "uuid" : "2f6c275d-7e14-3d31-a924-e1bb41d2415f", >>>> "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", >>>> "name" : "libsystem_pthread.dylib" >>>> }, >>>> { >>>> "source" : "P", >>>> "arch" : "x86_64", >>>> "base" : 140703348830208, >>>> "size" : 40960, >>>> "uuid" : "a9552f53-a0cd-3e43-9930-80e582ed51ff", >>>> "path" : "\/usr\/lib\/system\/libsystem_platform.dylib", >>>> "name" : "libsystem_platform.dylib" >>>> }, >>>> { >>>> "source" : "P", >>>> "arch" : "x86_64", >>>> "base" : 140703349047296, >>>> "CFBundleShortVersionString" : "6.9", >>>> "CFBundleIdentifier" : "com.apple.CoreFoundation", >>>> "size" : 5246976, >>>> "uuid" : "fa52ff10-225c-3a0f-bfcc-556795ccd233", >>>> "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", >>>> "name" : "CoreFoundation", >>>> "CFBundleVersion" : "1858.112" >>>> }, >>>> { >>>> "source" : "P", >>>> "arch" : "x86_64", >>>> "base" : 140703392681984, >>>> "CFBundleShortVersionString" : "6.9", >>>> "CFBundleIdentifier" : "com.apple.AppKit", >>>> "size" : 15261696, >>>> "uuid" : "92a78ebd-bba5-3f18-a5e1-768c955539d7", >>>> "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", >>>> "name" : "AppKit", >>>> "CFBundleVersion" : "2113.40.127" >>>> } >>>> ], >>>> "sharedCache" : { >>>> "base" : 140703345475584, >>>> "size" : 15226814464, >>>> "uuid" : "a1c5d735-ceb0-350d-9729-bb0e9be86d75" >>>> }, >>>> "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=2.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.0G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 960K 4 \nCG image 124K 15 \nColorSync 236K 27 \nCoreAnimation 14.2M 38 \nCoreGraphics 12K 2 \nCoreImage 4K 1 \nCoreServices 352K 2 \nCoreUI image data 628K 10 \nFoundation 36K 2 \nKernel Alloc Once 8K 1 \nMALLOC 296.4M 54 \nMALLOC guard page 192K 10 \nMALLOC_MEDIUM (reserved) 944.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nMach message 8K 2 \nRosetta Arena 4096K 2 \nRosetta Generic 135.1M 34587 \nRosetta IndirectBranch 2048K 1 \nRosetta JIT 128.0M 1 \nRosetta Return Stack 332K 22 \nRosetta Thread Context 220K 22 \nSTACK GUARD 16K 4 \nStack 2128K 4 \nVM_ALLOCATE 512.5G 97 \nVM_ALLOCATE (reserved) 260K 2 reserved VM address space (unallocated)\n__DATA 29.1M 494 \n__DATA_CONST 29.3M 319 \n__DATA_DIRTY 1568K 202 \n__FONT_DATA 4K 1 \n__LINKEDIT 710.6M 16 \n__OBJC_RO 82.6M 1 \n__OBJC_RW 3200K 2 \n__TEXT 493.9M 515 \n__UNICODE 592K 1 \ndyld private memory 1024K 1 \nmapped file 5.0G 907 \nshared memory 868K 17 \nunshared pmap 11.6M 8 \n=========== ======= ======= \nTOTAL 520.6G 37406 \nTOTAL, minus reserved VM space 519.3G 37406 \n", >>>> "legacyInfo" : { >>>> "threadTriggered" : { >>>> >>>> } >>>> }, >>>> "trialInfo" : { >>>> "rollouts" : [ >>>> { >>>> "rolloutId" : "63582c5f8a53461413999550", >>>> "factorPackIds" : { >>>> >>>> }, >>>> "deploymentId" : 240000002 >>>> }, >>>> { >>>> "rolloutId" : "60da5e84ab0ca017dace9abf", >>>> "factorPackIds" : { >>>> >>>> }, >>>> "deploymentId" : 240000008 >>>> } >>>> ], >>>> "experiments" : [ >>>> >>>> ] >>>> } >>>> } >>>> >>>> Model: MacBookAir10,1, BootROM 7459.141.1, proc 8:4:4 processors, 16 GB, SMC >>>> Graphics: Apple M1, Apple M1, Built-In >>>> Display: ASUS PB277, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online >>>> Memory Module: LPDDR4 >>>> AirPort: Wi-Fi, wl0: Feb 8 2022 01:44:45 version 18.60.21.0.7.8.126 FWID 01-1cdae627 >>>> Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports >>>> Network Service: Thunderbolt Ethernet Slot 1, Port 1, Ethernet, en6 >>>> Network Service: Wi-Fi, AirPort, en0 >>>> PCI Card: pci1b73,1100, USB eXtensible Host Controller, Thunderbolt@4,0,0 >>>> PCI Card: ethernet, Ethernet Controller, Thunderbolt@3,0,0 >>>> USB Device: USB31Bus >>>> USB Device: USB31Bus >>>> USB Device: USB30Bus >>>> USB Device: USB3.0 Hub >>>> USB Device: USB3.0 Hub >>>> USB Device: Portable >>>> USB Device: USB3.1 Hub >>>> USB Device: USB audio CODEC >>>> USB Device: USB2.0 Hub >>>> USB Device: TONOR TC30 Audio Device >>>> USB Device: Rocketfish HD Webcam >>>> USB Device: USB2.0 Hub >>>> USB Device: USB Audio Device >>>> USB Device: USB2.0 Hub >>>> USB Device: USB2.0 Hub >>>> USB Device: Back-UPS NS 1500M2 FW:957.e3 .D USB FW:e3 >>>> USB Device: USB2.1 Hub >>>> USB Device: Keyboard Hub >>>> USB Device: Apple Keyboard >>>> USB Device: USB Optical Mouse >>>> Thunderbolt Bus: MacBook Air, Apple Inc. >>>> Thunderbolt Device: Thunderbolt 2 Dock, Elgato Systems, 1, 25.1 >>>> Thunderbolt Bus: MacBook Air, Apple Inc. >>>> >>> >>> --- >>> james anderson | [email protected] | https://dydra.com >>> >>> >> > > --- > james anderson | [email protected] | https://dydra.com > >