[Openmcl-devel] Openmcl-devel Digest, Vol 225, Issue 2
Ron Garret
ron at flownet.com
Thu Dec 22 10:18:57 PST 2022
Nope. It works out of the box.
It's not perfect. The IDE is generally unstable, and there is a known problem with floating point exceptions, but it is nonetheless surprisingly usable.
rg
> On Dec 22, 2022, at 9:52 AM, Harald Striepe <harald at windholm.com> wrote:
>
> I wasn’t aware that ccl actually worked under Rosetta2. Are there any patches required?
> — Harald
>
>> On Dec 22, 2022, at 9:22 AM, openmcl-devel-request at clozure.com wrote:
>>
>> Send Openmcl-devel mailing list submissions to
>> openmcl-devel at clozure.com
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> https://lists.clozure.com/mailman/listinfo/openmcl-devel
>> or, via email, send a message with subject or body 'help' to
>> openmcl-devel-request at clozure.com
>>
>> You can reach the person managing the list at
>> openmcl-devel-owner at clozure.com
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Openmcl-devel digest..."
>>
>>
>> Today's Topics:
>>
>> 1. CL+SSL crashes the IDE on M1 macs (Ron Garret)
>> 2. Re: [ccl-dev] CL+SSL crashes the IDE on M1 macs (Shannon Spires)
>> 3. Re: [ccl-dev] CL+SSL crashes the IDE on M1 macs (Ron Garret)
>> 4. Re: [ccl-dev] CL+SSL crashes the IDE on M1 macs (Shannon Spires)
>> 5. Re: [ccl-dev] CL+SSL crashes the IDE on M1 macs (Ron Garret)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Thu, 22 Dec 2022 08:36:21 -0800
>> From: Ron Garret <ron at flownet.com>
>> To: openmcl-devel at clozure.com
>> Cc: ccl-dev <ccl-dev at googlegroups.com>
>> Subject: [Openmcl-devel] CL+SSL crashes the IDE on M1 macs
>> Message-ID: <2F26AAC9-045A-4884-B781-AAC92FB973D7 at flownet.com>
>> Content-Type: text/plain; charset=us-ascii
>>
>> SLSIA. I am migrating my development to CCL 1.12.1 on an M1 Mac (using Rosetta -- still waiting for an actual M1 port). Mostly things seem to be working but I've encountered a few odd glitches. This is the latest one. Loading cl+ssl (via quicklisp) crashes the IDE but not the command-line version, which is really weird.
>>
>> Posting this on the off chance that someone else has encountered this and already figured out how to fix it.
>>
>> rg
>>
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Thu, 22 Dec 2022 09:54:28 -0700
>> From: Shannon Spires <svs at bearlanding.com>
>> To: Ron Garret <ron at flownet.com>, openmcl-devel at clozure.com
>> Cc: ccl-dev <ccl-dev at googlegroups.com>
>> Subject: Re: [Openmcl-devel] [ccl-dev] CL+SSL crashes the IDE on M1
>> macs
>> Message-ID: <d43bd9df-44af-4296-879f-81a6674db809 at bearlanding.com>
>> Content-Type: text/plain; charset=UTF-8; format=flowed
>>
>> I've had problems with cl+ssl on Intel but I think that was several
>> versions (of cl+ssl) ago. Probably unrelated to what you're seeing now.
>>
>> Are you getting anything in the alt-console?
>>
>> On 12/22/22 9:36 AM, Ron Garret wrote:
>>> SLSIA. I am migrating my development to CCL 1.12.1 on an M1 Mac (using Rosetta -- still waiting for an actual M1 port). Mostly things seem to be working but I've encountered a few odd glitches. This is the latest one. Loading cl+ssl (via quicklisp) crashes the IDE but not the command-line version, which is really weird.
>>>
>>> Posting this on the off chance that someone else has encountered this and already figured out how to fix it.
>>>
>>> rg
>>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Thu, 22 Dec 2022 09:07:42 -0800
>> From: Ron Garret <ron at flownet.com>
>> To: svs at bearlanding.com
>> Cc: openmcl-devel at clozure.com, ccl-dev <ccl-dev at googlegroups.com>
>> Subject: Re: [Openmcl-devel] [ccl-dev] CL+SSL crashes the IDE on M1
>> macs
>> Message-ID: <1AC46D51-2E21-4A6F-88AC-05E99E2C2458 at flownet.com>
>> Content-Type: text/plain; charset=us-ascii
>>
>> There is no altconsole. The application just does a hard crash, closes all windows (which is really annoying because it makes debugging much harder) and says, "The application quit unexpectedly..."
>>
>> I've figured out that the crash happens when libssl is loaded, which is not too surprising. (I am continually amazed that CCL under Rosetta works at all!) But it's still weird that it only affects the IDE.
>>
>> Next step is to figure out what foreign library file it's actually trying to load.
>>
>> rg
>>
>>> On Dec 22, 2022, at 8:54 AM, Shannon Spires <svs at bearlanding.com> wrote:
>>>
>>> I've had problems with cl+ssl on Intel but I think that was several versions (of cl+ssl) ago. Probably unrelated to what you're seeing now.
>>>
>>> Are you getting anything in the alt-console?
>>>
>>> On 12/22/22 9:36 AM, Ron Garret wrote:
>>>> SLSIA. I am migrating my development to CCL 1.12.1 on an M1 Mac (using Rosetta -- still waiting for an actual M1 port). Mostly things seem to be working but I've encountered a few odd glitches. This is the latest one. Loading cl+ssl (via quicklisp) crashes the IDE but not the command-line version, which is really weird.
>>>>
>>>> Posting this on the off chance that someone else has encountered this and already figured out how to fix it.
>>>>
>>>> rg
>>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups "ccl-dev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an email to ccl-dev+unsubscribe at googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/msgid/ccl-dev/d43bd9df-44af-4296-879f-81a6674db809%40bearlanding.com.
>>
>>
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Thu, 22 Dec 2022 10:12:43 -0700
>> From: Shannon Spires <svs at bearlanding.com>
>> To: Ron Garret <ron at flownet.com>
>> Cc: openmcl-devel at clozure.com, ccl-dev <ccl-dev at googlegroups.com>
>> Subject: Re: [Openmcl-devel] [ccl-dev] CL+SSL crashes the IDE on M1
>> macs
>> Message-ID: <bc9c65ec-51fb-e713-8dd8-43502c94795c at bearlanding.com>
>> Content-Type: text/plain; charset=UTF-8; format=flowed
>>
>> What about MacOS Console?
>>
>> On 12/22/22 10:07 AM, Ron Garret wrote:
>>> There is no altconsole. The application just does a hard crash, closes all windows (which is really annoying because it makes debugging much harder) and says, "The application quit unexpectedly..."
>>>
>>> I've figured out that the crash happens when libssl is loaded, which is not too surprising. (I am continually amazed that CCL under Rosetta works at all!) But it's still weird that it only affects the IDE.
>>>
>>> Next step is to figure out what foreign library file it's actually trying to load.
>>>
>>> rg
>>>
>>>> On Dec 22, 2022, at 8:54 AM, Shannon Spires <svs at bearlanding.com> wrote:
>>>>
>>>> I've had problems with cl+ssl on Intel but I think that was several versions (of cl+ssl) ago. Probably unrelated to what you're seeing now.
>>>>
>>>> Are you getting anything in the alt-console?
>>>>
>>>> On 12/22/22 9:36 AM, Ron Garret wrote:
>>>>> SLSIA. I am migrating my development to CCL 1.12.1 on an M1 Mac (using Rosetta -- still waiting for an actual M1 port). Mostly things seem to be working but I've encountered a few odd glitches. This is the latest one. Loading cl+ssl (via quicklisp) crashes the IDE but not the command-line version, which is really weird.
>>>>>
>>>>> Posting this on the off chance that someone else has encountered this and already figured out how to fix it.
>>>>>
>>>>> rg
>>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google Groups "ccl-dev" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send an email to ccl-dev+unsubscribe at googlegroups.com.
>>>> To view this discussion on the web visit https://groups.google.com/d/msgid/ccl-dev/d43bd9df-44af-4296-879f-81a6674db809%40bearlanding.com.
>>
>>
>>
>> ------------------------------
>>
>> Message: 5
>> Date: Thu, 22 Dec 2022 09:22:32 -0800
>> From: Ron Garret <ron at flownet.com>
>> To: svs at bearlanding.com
>> Cc: openmcl-devel at clozure.com, ccl-dev <ccl-dev at googlegroups.com>
>> Subject: Re: [Openmcl-devel] [ccl-dev] CL+SSL crashes the IDE on M1
>> macs
>> Message-ID: <E35FA9F4-6BD7-4E6D-AA6B-65781C5BDAB8 at flownet.com>
>> Content-Type: text/plain; charset="us-ascii"
>>
>>
>>
>>> On Dec 22, 2022, at 9:12 AM, Shannon Spires <svs at bearlanding.com> wrote:
>>>
>>> What about MacOS Console?
>>
>> Only a crash report. I've attached it just in case you want to see it. But I'm pretty sure it's not very informative. Almost certainly the IDE is loading the wrong foreign library for some reason.
>>
>> -------------- next part --------------
>> -------------------------------------
>> Translated Report (Full Report Below)
>> -------------------------------------
>>
>> Process: dx86cl64 [17371]
>> 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: 2022-12-22 09:16:14.2082 -0800
>> OS Version: macOS 12.3.1 (21E258)
>> Report Version: 12
>> Anonymous UUID: F70CFFDF-74A1-6879-F44F-663537C23C28
>>
>> Sleep/Wake UUID: 7BDEEA07-17A4-4DD8-ADA4-F8D721E54CA2
>>
>> Time Awake Since Boot: 190000 seconds
>> Time Since Wake: 6531 seconds
>>
>> System Integrity Protection: enabled
>>
>> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>>
>> Exception Type: EXC_CRASH (SIGABRT)
>> Exception Codes: 0x0000000000000000, 0x0000000000000000
>> Exception Note: EXC_CORPSE_NOTIFY
>>
>> Application Specific Information:
>> abort() called
>> Invalid dylib load. Clients should not load the unversioned libssl dylib as it does not have a stable ABI.
>>
>>
>> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>> 0 ??? 0x7ff898d16940 ???
>> 1 libsystem_kernel.dylib 0x7ff80870b00e __pthread_kill + 10
>> 2 libsystem_pthread.dylib 0x7ff8087411ff pthread_kill + 263
>> 3 libsystem_c.dylib 0x7ff80868cd24 abort + 123
>> 4 libssl.dylib 0x7ffb20d50afe __report_load.cold.1 + 36
>> 5 libssl.dylib 0x7ffb20d5080d __report_load + 427
>> 6 dyld 0x100439ddb invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const + 182
>> 7 dyld 0x100460257 invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const + 242
>> 8 dyld 0x10045785a invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const + 557
>> 9 dyld 0x100426db3 dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const + 129
>> 10 dyld 0x1004575eb dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const + 179
>> 11 dyld 0x10045fdae dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const + 466
>> 12 dyld 0x100439d0e dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const + 144
>> 13 dyld 0x10044022a dyld4::PrebuiltLoader::runInitializers(dyld4::RuntimeState&) const + 30
>> 14 dyld 0x100439e9a dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 178
>> 15 dyld 0x100439f3e dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const + 108
>> 16 dyld 0x100448b6e dyld4::APIs::dlopen_from(char const*, int, void*) + 638
>> 17 dx86cl64 0x1b3b3 SPffcall + 99 (x86-spentry64.s:4287)
>> 18 ??? 0x20e4bd58 ???
>> 19 ??? 0x20e4be60 ???
>> 20 ??? 0x20e4bf18 ???
>> 21 ??? 0x306140 ???
>>
>> Thread 1:: com.apple.rosetta.exceptionserver
>> 0 runtime 0x7ff7ffee09a4 0x7ff7ffedc000 + 18852
>> 1 runtime 0x7ff7ffeee738 0x7ff7ffedc000 + 75576
>> 2 runtime 0x7ff7ffeefed0 0x7ff7ffedc000 + 81616
>>
>> Thread 2:
>> 0 ??? 0x7ff898d16940 ???
>> 1 libsystem_kernel.dylib 0x7ff80870497a mach_msg_trap + 10
>> 2 libsystem_kernel.dylib 0x7ff808704ce8 mach_msg + 56
>> 3 libsystem_kernel.dylib 0x7ff80870aafa mach_msg_server + 631
>> 4 dx86cl64 0x287a1 exception_handler_proc + 49 (x86-exceptions.c:3550)
>> 5 libsystem_pthread.dylib 0x7ff8087414e1 _pthread_start + 125
>> 6 libsystem_pthread.dylib 0x7ff80873cf6b thread_start + 15
>>
>> Thread 3:
>> 0 ??? 0x7ff898d16940 ???
>> 1 libsystem_kernel.dylib 0x7ff8087072be __semwait_signal + 10
>> 2 libsystem_c.dylib 0x7ff80861b853 nanosleep + 196
>> 3 dx86cl64 0x1b3b3 SPffcall + 99 (x86-spentry64.s:4287)
>> 4 ??? 0x27f17e28 ???
>> 5 ??? 0x27f17e28 ???
>>
>> Thread 4:
>> 0 ??? 0x7ff898d16940 ???
>> 1 libsystem_kernel.dylib 0x7ff8087049ce semaphore_timedwait_trap + 10
>> 2 dx86cl64 0x293e7 wait_on_semaphore + 55 (thread_manager.c:492)
>> 3 dx86cl64 0x1b3b3 SPffcall + 99 (x86-spentry64.s:4287)
>>
>> Thread 5:: com.apple.NSEventThread
>> 0 ??? 0x7ff898d16940 ???
>> 1 libsystem_kernel.dylib 0x7ff80870497a mach_msg_trap + 10
>> 2 libsystem_kernel.dylib 0x7ff808704ce8 mach_msg + 56
>> 3 CoreFoundation 0x7ff808807db0 __CFRunLoopServiceMachPort + 319
>> 4 CoreFoundation 0x7ff808806440 __CFRunLoopRun + 1276
>> 5 CoreFoundation 0x7ff808805884 CFRunLoopRunSpecific + 562
>> 6 AppKit 0x7ff80b2d0f5e _NSEventThread + 132
>> 7 libsystem_pthread.dylib 0x7ff8087414e1 _pthread_start + 125
>> 8 libsystem_pthread.dylib 0x7ff80873cf6b thread_start + 15
>>
>> Thread 6:
>> 0 runtime 0x7ff7ffefe814 0x7ff7ffedc000 + 141332
>>
>> Thread 7:
>> 0 runtime 0x7ff7ffefe814 0x7ff7ffedc000 + 141332
>>
>> Thread 8:
>> 0 runtime 0x7ff7ffefe814 0x7ff7ffedc000 + 141332
>>
>>
>> Thread 0 crashed with X86 Thread State (64-bit):
>> rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x0000000000000000
>> rdi: 0x00000002044d9540 rsi: 0x0000000000000003 rbp: 0x0000000000000000 rsp: 0x00007ff849e90d18
>> r8: 0x00000001004a5600 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x00007ff849e90d10
>> r12: 0x0000000000000103 r13: 0x00000002044d9540 r14: 0x0000000000000006 r15: 0x0000000000000016
>> rip: <unavailable> rfl: 0x0000000000000283
>> tmp0: 0xffffffffffffffff tmp1: 0x00007ff898d16914 tmp2: 0x00007ff80870b004
>>
>>
>> Binary Images:
>> 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
>> 0x7ff808703000 - 0x7ff80873afff libsystem_kernel.dylib (*) <26a59789-b846-3ed4-96dc-8dbef3c0c8e7> /usr/lib/system/libsystem_kernel.dylib
>> 0x7ff80873b000 - 0x7ff808746fff libsystem_pthread.dylib (*) <2f6c275d-7e14-3d31-a924-e1bb41d2415f> /usr/lib/system/libsystem_pthread.dylib
>> 0x7ff80860b000 - 0x7ff808693fff libsystem_c.dylib (*) <8e54eca2-9bd8-3482-9589-b9574434d1aa> /usr/lib/system/libsystem_c.dylib
>> 0x7ffb20d4d000 - 0x7ffb20d50fff libssl.dylib (*) <1681341b-fbb4-346a-a033-39dcb5e4aa06> /usr/lib/libssl.dylib
>> 0x100425000 - 0x100490fff dyld (*) <dd9e80de-fb3b-349b-96a4-46874ad34d11> /usr/lib/dyld
>> 0x10000 - 0x33fff com.clozure.Clozure CL-x8664 (1.12-1) <59c7c136-47ee-3e84-a033-1f1070a48d6d> /Users/USER/*/Clozure CL64.app/Contents/MacOS/dx86cl64
>> 0x7ff7ffedc000 - 0x7ff7fff0bfff runtime (*) <24497be3-a1b4-360a-b90e-cde9ce78a93b> /usr/libexec/rosetta/runtime
>> 0x7ff808788000 - 0x7ff808c88fff com.apple.CoreFoundation (6.9) <fa52ff10-225c-3a0f-bfcc-556795ccd233> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>> 0x7ff80b125000 - 0x7ff80bfb2fff 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=572.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=572.3M(100%)
>>
>> VIRTUAL REGION
>> REGION TYPE SIZE COUNT (non-coalesced)
>> =========== ======= =======
>> Accelerate framework 512K 4
>> Activity Tracing 256K 1
>> CG backing stores 960K 4
>> CG image 148K 21
>> ColorSync 236K 27
>> CoreAnimation 29.6M 98
>> CoreGraphics 12K 2
>> CoreImage 8K 2
>> CoreUI image data 1528K 22
>> Dispatch continuations 64.0M 1
>> Foundation 36K 2
>> Kernel Alloc Once 8K 1
>> MALLOC 107.2M 44
>> MALLOC guard page 192K 8
>> MALLOC_MEDIUM (reserved) 112.0M 1 reserved VM address space (unallocated)
>> Mach message 8K 2
>> Rosetta Arena 4096K 2
>> Rosetta Generic 20.9M 5350
>> Rosetta IndirectBranch 2048K 1
>> Rosetta JIT 128.0M 1
>> Rosetta Return Stack 208K 16
>> Rosetta Thread Context 160K 16
>> STACK GUARD 12K 3
>> Stack 1596K 3
>> VM_ALLOCATE 512.5G 165
>> VM_ALLOCATE (reserved) 260K 2 reserved VM address space (unallocated)
>> __DATA 29.2M 498
>> __DATA_CONST 29.3M 317
>> __DATA_DIRTY 1564K 200
>> __FONT_DATA 4K 1
>> __LINKEDIT 710.6M 16
>> __OBJC_RO 82.6M 1
>> __OBJC_RW 3200K 2
>> __TEXT 495.1M 518
>> __UNICODE 592K 1
>> dyld private memory 1024K 1
>> mapped file 5.0G 1062
>> shared memory 812K 16
>> unshared pmap 10.3M 7
>> =========== ======= =======
>> TOTAL 519.2G 8439
>> TOTAL, minus reserved VM space 519.1G 8439
>>
>>
>>
>> -----------
>> Full Report
>> -----------
>>
>> {"app_name":"dx86cl64","timestamp":"2022-12-22 09:16:14.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":"860143DD-9661-452A-8756-3F0895F090AF","name":"dx86cl64"}
>> {
>> "uptime" : 190000,
>> "procLaunch" : "2022-12-22 09:12:03.8430 -0800",
>> "procRole" : "Foreground",
>> "version" : 2,
>> "userID" : 501,
>> "deployVersion" : 210,
>> "modelCode" : "MacBookAir10,1",
>> "procStartAbsTime" : 4731203304399,
>> "coalitionID" : 1538,
>> "osVersion" : {
>> "train" : "macOS 12.3.1",
>> "build" : "21E258",
>> "releaseType" : "User"
>> },
>> "captureTime" : "2022-12-22 09:16:14.2082 -0800",
>> "incident" : "860143DD-9661-452A-8756-3F0895F090AF",
>> "bug_type" : "309",
>> "pid" : 17371,
>> "procExitAbsTime" : 4737212002453,
>> "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" : 6531,
>> "sleepWakeUUID" : "7BDEEA07-17A4-4DD8-ADA4-F8D721E54CA2",
>> "sip" : "enabled",
>> "isCorpse" : 1,
>> "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
>> "asi" : {"libssl.dylib":["Invalid dylib load. Clients should not load the unversioned libssl dylib as it does not have a stable ABI."],"libsystem_c.dylib":["abort() called"]},
>> "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":1205689,"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":0},"r12":{"value":259},"rosetta":{"tmp2":{"value":140703270219780},"tmp1":{"value":140705692477716},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":4299838976,"symbolLocation":0,"symbol":"_main_thread"},"r15":{"value":22},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":8662127936},"r9":{"value":0},"r13":{"value":8662127936},"rflags":{"value":643},"rax":{"value":0},"rsp":{"value":140704368626968,"symbolLocation":456,"symbol":"__sFX"},"r11":{"value":140704368626960,"symbolLocation":448,"symbol":"__sFX"},"rcx":{"value":0},"r14":{"value":6},"rsi":{"value":3}},"queue":"com.apple.main-thread","frames":[{"imageOffset":140705692477760,"imageIndex":0},{"imageOffset":32782,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":1},{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":2},{"imageOffset":531748,"symbol":"abort","symbolLocati
>> on":123,"imageIndex":3},{"imageOffset":15102,"symbol":"__report_load.cold.1","symbolLocation":36,"imageIndex":4},{"imageOffset":14349,"symbol":"__report_load","symbolLocation":427,"imageIndex":4},{"imageOffset":85467,"symbol":"invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const","symbolLocation":182,"imageIndex":5},{"imageOffset":242263,"symbol":"invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const","symbolLocation":242,"imageIndex":5},{"imageOffset":206938,"symbol":"invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const","symbolLocation":557,"imageIndex":5},{"imageOffset":7603,"symbol":"dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const","symbolLocation":129,
>> "imageIndex":5},{"imageOffset":206315,"symbol":"dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const","symbolLocation":179,"imageIndex":5},{"imageOffset":241070,"symbol":"dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const","symbolLocation":466,"imageIndex":5},{"imageOffset":85262,"symbol":"dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const","symbolLocation":144,"imageIndex":5},{"imageOffset":111146,"symbol":"dyld4::PrebuiltLoader::runInitializers(dyld4::RuntimeState&) const","symbolLocation":30,"imageIndex":5},{"imageOffset":85658,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":178,"imageIndex":5},{"imageOffset":85822,"symbol":"dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const","symbolLocatio
>> n":108,"imageIndex":5},{"imageOffset":146286,"symbol":"dyld4::APIs::dlopen_from(char const*, int, void*)","symbolLocation":638,"imageIndex":5},{"imageOffset":46003,"sourceLine":4287,"sourceFile":"x86-spentry64.s","symbol":"SPffcall","imageIndex":6,"symbolLocation":99},{"imageOffset":551861592,"imageIndex":0},{"imageOffset":551861856,"imageIndex":0},{"imageOffset":551862040,"imageIndex":0},{"imageOffset":3170624,"imageIndex":0}]},{"id":1205692,"name":"com.apple.rosetta.exceptionserver","frames":[{"imageOffset":18852,"imageIndex":7},{"imageOffset":75576,"imageIndex":7},{"imageOffset":81616,"imageIndex":7}]},{"id":1205699,"frames":[{"imageOffset":140705692477760,"imageIndex":0},{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":1},{"imageOffset":31482,"symbol":"mach_msg_server","symbolLocation":631,"imageIndex":1},{"imageOffset":100257,"sourceLine":3550,"sourceFile":"x86-exceptions.c"
>> ,"symbol":"exception_handler_proc","imageIndex":6,"symbolLocation":49},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":2},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":2}]},{"id":1205711,"frames":[{"imageOffset":140705692477760,"imageIndex":0},{"imageOffset":17086,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":1},{"imageOffset":67667,"symbol":"nanosleep","symbolLocation":196,"imageIndex":3},{"imageOffset":46003,"sourceLine":4287,"sourceFile":"x86-spentry64.s","symbol":"SPffcall","imageIndex":6,"symbolLocation":99},{"imageOffset":670137896,"imageIndex":0},{"imageOffset":670137896,"imageIndex":0}]},{"id":1205721,"frames":[{"imageOffset":140705692477760,"imageIndex":0},{"imageOffset":6606,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":1},{"imageOffset":103399,"sourceLine":492,"sourceFile":"thread_manager.c","symbol":"wait_on_semaphore","imageIndex":6,"symbolLocation":55},{"imageOffset":4
>> 6003,"sourceLine":4287,"sourceFile":"x86-spentry64.s","symbol":"SPffcall","imageIndex":6,"symbolLocation":99}]},{"id":1205757,"name":"com.apple.NSEventThread","frames":[{"imageOffset":140705692477760,"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":8},{"imageOffset":517184,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":8},{"imageOffset":514180,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":8},{"imageOffset":1752926,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":9},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":2},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":2}]},{"id":1207238,"frames":[{"imageOffset":141332,"imageIndex":7}]},{"id":1207239,"frames":[{"imageOff
>> set":141332,"imageIndex":7}]},{"id":1207262,"frames":[{"imageOffset":141332,"imageIndex":7}]}],
>> "usedImages" : [
>> {
>> "size" : 0,
>> "source" : "A",
>> "base" : 0,
>> "uuid" : "00000000-0000-0000-0000-000000000000"
>> },
>> {
>> "source" : "P",
>> "arch" : "x86_64",
>> "base" : 140703270187008,
>> "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" : 140703270416384,
>> "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" : 140703269171200,
>> "size" : 561152,
>> "uuid" : "8e54eca2-9bd8-3482-9589-b9574434d1aa",
>> "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
>> "name" : "libsystem_c.dylib"
>> },
>> {
>> "source" : "P",
>> "arch" : "x86_64",
>> "base" : 140716564336640,
>> "size" : 16384,
>> "uuid" : "1681341b-fbb4-346a-a033-39dcb5e4aa06",
>> "path" : "\/usr\/lib\/libssl.dylib",
>> "name" : "libssl.dylib"
>> },
>> {
>> "source" : "P",
>> "arch" : "x86_64",
>> "base" : 4299313152,
>> "size" : 442368,
>> "uuid" : "dd9e80de-fb3b-349b-96a4-46874ad34d11",
>> "path" : "\/usr\/lib\/dyld",
>> "name" : "dyld"
>> },
>> {
>> "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" : 140703127420928,
>> "size" : 196608,
>> "uuid" : "24497be3-a1b4-360a-b90e-cde9ce78a93b",
>> "path" : "\/usr\/libexec\/rosetta\/runtime",
>> "name" : "runtime"
>> },
>> {
>> "source" : "P",
>> "arch" : "x86_64",
>> "base" : 140703270731776,
>> "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" : 140703314366464,
>> "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" : 140703267160064,
>> "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=572.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=572.3M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 512K 4 \nActivity Tracing 256K 1 \nCG backing stores 960K 4 \nCG image 148K 21 \nColorSync 236K 27 \nCoreAnimation 29.6M 98 \nCoreGraphics 12K 2 \nCoreImage 8K 2 \nCoreUI image data 1528K 22 \nDispatch continuations 64.0M 1 \nFoundation 36K 2 \nKernel Alloc Once 8K
>> 1 \nMALLOC 107.2M 44 \nMALLOC guard page 192K 8 \nMALLOC_MEDIUM (reserved) 112.0M 1 reserved VM address space (unallocated)\nMach message 8K 2 \nRosetta Arena 4096K 2 \nRosetta Generic 20.9M 5350 \nRosetta IndirectBranch 2048K 1 \nRosetta JIT 128.0M 1 \nRosetta Return Stack 208K 16 \nRosetta Thread Context 160K 16 \nSTACK GUARD 12K 3 \nStack 1596K 3 \nVM_ALLOCATE 512.5G 165 \nVM_ALLOCATE (reserved) 260K 2 reserved VM address space (unallocated)\n__DATA 29.2M 498 \n__DATA_CONST 29.3M 317 \n__DATA_DIRTY 1564K 200 \n__FONT_DATA
>> 4K 1 \n__LINKEDIT 710.6M 16 \n__OBJC_RO 82.6M 1 \n__OBJC_RW 3200K 2 \n__TEXT 495.1M 518 \n__UNICODE 592K 1 \ndyld private memory 1024K 1 \nmapped file 5.0G 1062 \nshared memory 812K 16 \nunshared pmap 10.3M 7 \n=========== ======= ======= \nTOTAL 519.2G 8439 \nTOTAL, minus reserved VM space 519.1G 8439 \n",
>> "legacyInfo" : {
>> "threadTriggered" : {
>> "queue" : "com.apple.main-thread"
>> }
>> },
>> "trialInfo" : {
>> "rollouts" : [
>> {
>> "rolloutId" : "61301e3a61217b3110231469",
>> "factorPackIds" : {
>> "SIRI_FIND_MY_CONFIGURATION_FILES" : "6348493aa52bb16adc4e4d06"
>> },
>> "deploymentId" : 240000023
>> },
>> {
>> "rolloutId" : "60f8ddccefea4203d95cbeef",
>> "factorPackIds" : {
>>
>> },
>> "deploymentId" : 240000021
>> }
>> ],
>> "experiments" : [
>>
>> ]
>> }
>> }
>>
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> Openmcl-devel mailing list
>> Openmcl-devel at clozure.com
>> https://lists.clozure.com/mailman/listinfo/openmcl-devel
>>
>>
>> ------------------------------
>>
>> End of Openmcl-devel Digest, Vol 225, Issue 2
>> *********************************************
>
More information about the Openmcl-devel
mailing list