Opened 7 months ago

Last modified 4 months ago

#73424 reopened defect

py312-numpy "Illegal instruction"

Reported by: dyne2meter Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.11.6
Keywords: highsierra Cc: reneeotten (Renee Otten)
Port: py-numpy

Description

py312-numpy (and also py313-numpy) are broken in my installation. I get "Illegal instruction" and a crash when I try to import numpy. My variant is +openblas +gfortran and my system is legacy (10.13 High Sierra). I changed to a different variant, but the issue remains.

Attachments (2)

Python_2026-01-25-090425_MacPro.crash (46.7 KB) - added by dyne2meter 7 months ago.
Crash log
patch-weak-Xcode8++.diff (1.0 KB) - added by ballapete (Peter "Pete" Dyballa) 6 months ago.
Patch to fix '-Wl,-no_weak_imports'

Download all attachments as: .zip

Change History (15)

comment:1 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: reneeotten added
Keywords: highsierra added; numpy removed
Milestone: MacPorts 2.12.0
Owner: set to michaelld
Status: newassigned

Can you attach the crash log? It should be in ~/Library/Logs/DiagnosticReports

Changed 7 months ago by dyne2meter

Crash log

comment:2 Changed 7 months ago by reneeotten (Renee Otten)

I see mentions of the Accelerate framework, I don’t think that should be the case if you select the openblas variant… Did you install from source or got a binary from the buildbots? I am not behind a computer but think that on 10.13 is where in the Portfile there is code regarding which BLAS/LAPACK framework to use. If you didn’t build from source, could you please try that and see if the problem persists (also what are the default variants when you do port info py312-numpy on your machine)?

I’ll take a look once I am behind a computer.

comment:3 Changed 7 months ago by reneeotten (Renee Otten)

sorry, I see now you’re on 10.13; the Accelerate framework should only ever be used on macOS 13 and above.

comment:4 Changed 7 months ago by dyne2meter

This does not work. (Built from source with port -s install...)

Process:               Python [75116]
Path:                  /opt/local/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.12.12 (3.12.12)
Code Type:             X86-64 (Native)
Parent Process:        tcsh [75112]
Responsible:           Python [75116]
User ID:               501

Date/Time:             2026-01-26 10:59:34.343 +0100
OS Version:            Mac OS X 10.13.6 (17G14042)
Report Version:        12
Anonymous UUID:        BAE50E32-D1DD-6A80-B2E0-7EDCB6ED1DC7

Sleep/Wake UUID:       0009A084-DCE8-4B38-BFAE-D1D8645E7E25

Time Awake Since Boot: 15000000 seconds
Time Since Wake:       14000 seconds

System Integrity Protection: disabled

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

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]

Application Specific Information:
/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/numpy/_core/_multiarray_umath.cpython-312-darwin.so

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   _multiarray_umath.cpython-312-darwin.so	0x0000000107e8b9fd std::__1::pair<std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<int, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> >, void*>*>, bool> std::__1::__hash_table<std::__1::__hash_value_type<int, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> >, std::__1::__unordered_map_hasher<int, std::__1::__hash_value_type<int, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> >, std::__1::hash<int>, std::__1::equal_to<int>, true>, std::__1::__unordered_map_equal<int, std::__1::__hash_value_type<int, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> >, std::__1::equal_to<int>, std::__1::hash<int>, true>, std::__1::allocator<std::__1::__hash_value_type<int, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> > > >::__emplace_unique_key_args<int, std::__1::pair<int const, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> > const&>(int const&, std::__1::pair<int const, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> > const&&&) + 33
1   _multiarray_umath.cpython-312-darwin.so	0x0000000107e8b9b3 std::__1::unordered_map<int, std::__1::function<_object* (tagPyArrayObject*, unsigned char)>, std::__1::hash<int>, std::__1::equal_to<int>, std::__1::allocator<std::__1::pair<int const, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> > > >::unordered_map(std::initializer_list<std::__1::pair<int const, std::__1::function<_object* (tagPyArrayObject*, unsigned char)> > >) + 59
2   _multiarray_umath.cpython-312-darwin.so	0x0000000107e8c740 _GLOBAL__sub_I_unique.cpp + 888
3   dyld                          	0x000000010f9dfac6 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 420
4   dyld                          	0x000000010f9dfcf6 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
5   dyld                          	0x000000010f9db218 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 330
6   dyld                          	0x000000010f9da34e ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 134
7   dyld                          	0x000000010f9da3e2 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 74
8   dyld                          	0x000000010f9ce3e5 dyld::runInitializers(ImageLoader*) + 82
9   dyld                          	0x000000010f9d70a8 dlopen + 527
10  libdyld.dylib                 	0x00007fff68264d86 dlopen + 86
11  org.python.python             	0x00000001071f1a37 _PyImport_FindSharedFuncptr + 139
12  org.python.python             	0x000000010719f977 _PyImport_LoadDynamicModuleWithSpec + 660
13  org.python.python             	0x000000010719ee9f _imp_create_dynamic + 268
14  org.python.python             	0x0000000107064326 cfunction_vectorcall_FASTCALL.llvm.5D53419B + 106
15  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
16  org.python.python             	0x00000001070041c3 object_vacall + 303
17  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
18  org.python.python             	0x000000010719b7bf PyImport_ImportModuleLevelObject + 1234
19  org.python.python             	0x000000010712766e builtin___import__ + 211
20  org.python.python             	0x0000000107064404 cfunction_vectorcall_FASTCALL_KEYWORDS.llvm.5D53419B + 98
21  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
22  org.python.python             	0x00000001070041c3 object_vacall + 303
23  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
24  org.python.python             	0x000000010719b5ca PyImport_ImportModuleLevelObject + 733
25  org.python.python             	0x0000000107137a09 _PyEval_EvalFrameDefault + 40343
26  org.python.python             	0x000000010712da8f PyEval_EvalCode + 300
27  org.python.python             	0x0000000107128e69 builtin_exec + 548
28  org.python.python             	0x0000000107064404 cfunction_vectorcall_FASTCALL_KEYWORDS.llvm.5D53419B + 98
29  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
30  org.python.python             	0x00000001070041c3 object_vacall + 303
31  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
32  org.python.python             	0x000000010719b7bf PyImport_ImportModuleLevelObject + 1234
33  org.python.python             	0x000000010712766e builtin___import__ + 211
34  org.python.python             	0x0000000107064404 cfunction_vectorcall_FASTCALL_KEYWORDS.llvm.5D53419B + 98
35  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
36  org.python.python             	0x00000001070041c3 object_vacall + 303
37  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
38  org.python.python             	0x000000010719b5ca PyImport_ImportModuleLevelObject + 733
39  org.python.python             	0x0000000107137a09 _PyEval_EvalFrameDefault + 40343
40  org.python.python             	0x000000010712da8f PyEval_EvalCode + 300
41  org.python.python             	0x0000000107128e69 builtin_exec + 548
42  org.python.python             	0x0000000107064404 cfunction_vectorcall_FASTCALL_KEYWORDS.llvm.5D53419B + 98
43  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
44  org.python.python             	0x00000001070041c3 object_vacall + 303
45  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
46  org.python.python             	0x000000010719b7bf PyImport_ImportModuleLevelObject + 1234
47  org.python.python             	0x000000010712766e builtin___import__ + 211
48  org.python.python             	0x0000000107064404 cfunction_vectorcall_FASTCALL_KEYWORDS.llvm.5D53419B + 98
49  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
50  org.python.python             	0x00000001070041c3 object_vacall + 303
51  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
52  org.python.python             	0x000000010719b7bf PyImport_ImportModuleLevelObject + 1234
53  org.python.python             	0x0000000107137a09 _PyEval_EvalFrameDefault + 40343
54  org.python.python             	0x000000010712da8f PyEval_EvalCode + 300
55  org.python.python             	0x0000000107128e69 builtin_exec + 548
56  org.python.python             	0x0000000107064404 cfunction_vectorcall_FASTCALL_KEYWORDS.llvm.5D53419B + 98
57  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
58  org.python.python             	0x00000001070041c3 object_vacall + 303
59  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
60  org.python.python             	0x000000010719b7bf PyImport_ImportModuleLevelObject + 1234
61  org.python.python             	0x0000000107137a09 _PyEval_EvalFrameDefault + 40343
62  org.python.python             	0x000000010712da8f PyEval_EvalCode + 300
63  org.python.python             	0x0000000107128e69 builtin_exec + 548
64  org.python.python             	0x0000000107064404 cfunction_vectorcall_FASTCALL_KEYWORDS.llvm.5D53419B + 98
65  org.python.python             	0x000000010713cb1b _PyEval_EvalFrameDefault + 61097
66  org.python.python             	0x00000001070041c3 object_vacall + 303
67  org.python.python             	0x0000000107003fe3 PyObject_CallMethodObjArgs + 236
68  org.python.python             	0x000000010719b7bf PyImport_ImportModuleLevelObject + 1234
69  org.python.python             	0x0000000107137a09 _PyEval_EvalFrameDefault + 40343
70  org.python.python             	0x000000010712da8f PyEval_EvalCode + 300
71  org.python.python             	0x00000001071c87dc run_eval_code_obj.llvm.BA0689E + 83
72  org.python.python             	0x00000001071c6ddf run_mod.llvm.BA0689E + 107
73  org.python.python             	0x00000001071c57ea PyRun_InteractiveOneObjectEx + 996
74  org.python.python             	0x00000001071c4bfa _PyRun_InteractiveLoopObject + 575
75  org.python.python             	0x00000001071c4952 _PyRun_AnyFileObject + 134
76  org.python.python             	0x00000001071c5386 PyRun_AnyFileExFlags + 58
77  org.python.python             	0x00000001071f25e7 Py_RunMain + 2625
78  org.python.python             	0x00000001071f2ad0 pymain_main + 485
79  org.python.python             	0x00000001071f2c4d Py_BytesMain + 42
80  libdyld.dylib                 	0x00007fff68263015 start + 1

Thread 1:
0   libopenblas.0.dylib           	0x0000000108466b68 blas_thread_server + 216
1   libsystem_pthread.dylib       	0x00007fff6857b661 _pthread_body + 340
2   libsystem_pthread.dylib       	0x00007fff6857b50d _pthread_start + 377
3   libsystem_pthread.dylib       	0x00007fff6857abf9 thread_start + 13

Thread 2:
0   libopenblas.0.dylib           	0x0000000108466b68 blas_thread_server + 216
1   libsystem_pthread.dylib       	0x00007fff6857b661 _pthread_body + 340
2   libsystem_pthread.dylib       	0x00007fff6857b50d _pthread_start + 377
3   libsystem_pthread.dylib       	0x00007fff6857abf9 thread_start + 13

Thread 3:
0   libopenblas.0.dylib           	0x0000000108466b62 blas_thread_server + 210
1   libsystem_pthread.dylib       	0x00007fff6857b661 _pthread_body + 340
2   libsystem_pthread.dylib       	0x00007fff6857b50d _pthread_start + 377
3   libsystem_pthread.dylib       	0x00007fff6857abf9 thread_start + 13

Thread 4:
0   libopenblas.0.dylib           	0x0000000108466b68 blas_thread_server + 216
1   libsystem_pthread.dylib       	0x00007fff6857b661 _pthread_body + 340
2   libsystem_pthread.dylib       	0x00007fff6857b50d _pthread_start + 377
3   libsystem_pthread.dylib       	0x00007fff6857abf9 thread_start + 13

Thread 5:
0   libopenblas.0.dylib           	0x0000000108466b68 blas_thread_server + 216
1   libsystem_pthread.dylib       	0x00007fff6857b661 _pthread_body + 340
2   libsystem_pthread.dylib       	0x00007fff6857b50d _pthread_start + 377
3   libsystem_pthread.dylib       	0x00007fff6857abf9 thread_start + 13

Thread 6:
0   libopenblas.0.dylib           	0x0000000108466b68 blas_thread_server + 216
1   libsystem_pthread.dylib       	0x00007fff6857b661 _pthread_body + 340
2   libsystem_pthread.dylib       	0x00007fff6857b50d _pthread_start + 377
3   libsystem_pthread.dylib       	0x00007fff6857abf9 thread_start + 13

Thread 7:
0   libopenblas.0.dylib           	0x0000000108466b70 blas_thread_server + 224
1   libsystem_pthread.dylib       	0x00007fff6857b661 _pthread_body + 340
2   libsystem_pthread.dylib       	0x00007fff6857b50d _pthread_start + 377
3   libsystem_pthread.dylib       	0x00007fff6857abf9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007faa8a7019c0  rbx: 0x00000001081ac7f0  rcx: 0x00007ffee8c7b4f0  rdx: 0x00007ffee8c7b4f0
  rdi: 0x00000001081ac7f0  rsi: 0x00007ffee8c7b4f0  rbp: 0x00007ffee8c7b470  rsp: 0x00007ffee8c7b430
   r8: 0x00000000a8a701a1   r9: 0x0000000000000004  r10: 0x00000000fffffffe  r11: 0x00007faa8a700000
  r12: 0x0000000000000002  r13: 0x0000000000000005  r14: 0x0000000000000002  r15: 0x00007ffee8c7b4f0
  rip: 0x0000000107e8b9fd  rfl: 0x0000000000010202  cr2: 0x0000000108112094
  
Logical CPU:     4
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x106f7e000 -        0x106f7ffff +org.python.python (3.12.12 - 3.12.12) <B5FF5EBB-3370-36E7-B388-454DF2252BD5> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python
       0x106f83000 -        0x10736fff7 +org.python.python (3.12.12, [c] 2001-2023 Python Software Foundation. - 3.12.12) <BC8F5DDF-8588-37A3-B2F6-7A7ABA758DF1> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/Python
       0x1076fe000 -        0x10770fffb +libintl.8.dylib (0) <1BA67556-5F27-3F36-936D-0334AF92FC98> /opt/local/lib/libintl.8.dylib
       0x10771a000 -        0x10781aff3 +libiconv.2.dylib (0) <6A6F7404-D117-3D83-AFB3-96D7E614BF07> /opt/local/lib/libiconv.2.dylib
       0x107b0b000 -        0x107b36fff +gnureadline.cpython-312-darwin.so (0) <2D11FC8E-83C0-32F2-8092-C1AAD352DC5E> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/readline/gnureadline.cpython-312-darwin.so
       0x107b51000 -        0x107b8fff7 +libncurses.6.dylib (0) <5944C6AA-53CF-314C-9C66-5CC465E151C0> /opt/local/lib/libncurses.6.dylib
       0x107cc2000 -        0x107cc2fff +_opcode.cpython-312-darwin.so (0) <21BCF9ED-CD1E-3DD5-9375-8A8A4BD8DFC2> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload/_opcode.cpython-312-darwin.so
       0x107cc5000 -        0x10817bff7 +_multiarray_umath.cpython-312-darwin.so (0) <2B55920E-F575-397B-93AD-9589657B25D3> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/numpy/_core/_multiarray_umath.cpython-312-darwin.so
       0x10823f000 -        0x108d9bfe7 +libopenblas.0.dylib (0) <057E6276-89BC-3E04-84C6-F1B44BC76136> /opt/local/lib/libopenblas.0.dylib
       0x108e44000 -        0x108f8afef +libgfortran.5.dylib (0) <F188CB70-BD1E-38C2-8625-97CEFAC83ADC> /opt/local/lib/*/libgfortran.5.dylib
       0x108fab000 -        0x108fbffff +libgcc_s.1.1.dylib (1.1) <E635BA7F-4102-39AA-B0DF-D883ED7596E5> /opt/local/lib/*/libgcc_s.1.1.dylib
       0x108fc3000 -        0x108ff6ff7 +libquadmath.0.dylib (0) <BF7DFE48-E875-3ADA-811E-9927F7007C81> /opt/local/lib/*/libquadmath.0.dylib
       0x10f9c9000 -        0x10fa13adf  dyld (551.5) <CB9BFB56-4511-36F1-A546-891FF770C01C> /usr/lib/dyld
    0x7fff3c4cb000 -     0x7fff3c4cbfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3c4e4000 -     0x7fff3cc32ffb  com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff3cc33000 -     0x7fff3cdd3ff3  libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff3cdd4000 -     0x7fff3ce0efef  libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff3ce0f000 -     0x7fff3d1e8ff7  libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3d1e9000 -     0x7fff3d1ffff7  libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff3d200000 -     0x7fff3d205ff3  libQuadrature.dylib (3) <E936BDAF-8492-34D9-8C5C-AFBFCDAD8318> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff3d206000 -     0x7fff3d286fff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff3d287000 -     0x7fff3d299ff7  libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3d29a000 -     0x7fff3d40dfe7  libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3d40e000 -     0x7fff3d4c4fef  libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff3d4c5000 -     0x7fff3d4c5fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3e669000 -     0x7fff3e669fff  com.apple.ApplicationServices (48 - 50) <2B5B76E7-0AB2-31F9-BE58-B963BF1EC2E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff3e66a000 -     0x7fff3e6d0fff  com.apple.ApplicationServices.ATS (377 - 445.5) <60176327-F757-308E-B61A-D43394E87CC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3e769000 -     0x7fff3e88bff7  libFontParser.dylib (222.1.9) <FFF2AC1A-D4D2-3AD3-BFF2-F3649ECB02AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff3e88c000 -     0x7fff3e8d7ff7  libFontRegistry.dylib (221.6) <30C6D1DE-C0E3-3447-A0EF-829443D95F0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff3ea19000 -     0x7fff3ea1dff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <04764FB2-22D8-36F0-9647-2D21562E28D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff3eabd000 -     0x7fff3eb0fffb  com.apple.HIServices (1.22 - 625) <3C059A55-1409-373E-BF0B-C3299AFABDCF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff3eb10000 -     0x7fff3eb1efff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8BB267F4-D5AA-3D35-8269-1A3CEA054ACD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff3eb1f000 -     0x7fff3eb6bfff  com.apple.print.framework.PrintCore (13.4 - 503.2) <2EA98448-9D6A-3912-9933-F7703CB01B6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff3eb6c000 -     0x7fff3eba6fff  com.apple.QD (3.12 - 404.2) <525E9518-DFF3-3D8D-BD48-E0D63EEDBD16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff3eba7000 -     0x7fff3ebb3fff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <CD09019C-569B-3A56-B84C-26F2A6223455> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff3ebb4000 -     0x7fff3ee42ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <C7BE1645-BE23-3427-8650-1CEFDAF86710> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff3f167000 -     0x7fff3f504fff  com.apple.CFNetwork (902.6 - 902.6) <46168F79-CCFA-349A-8508-B8CBCE27D440> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff3fa39000 -     0x7fff3faf2fff  com.apple.ColorSync (4.13.0 - 3325) <EAD2D314-E810-33FB-B105-BD30ABB912AD> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff3fc7f000 -     0x7fff3fd12ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF2B41CC-DD7A-34EB-A842-00DC3B8F2E9F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff3fda3000 -     0x7fff40107ff3  com.apple.CoreData (120 - 851) <283AF401-07BC-3D50-9B8C-7990E64F66BA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff40108000 -     0x7fff401ebfff  com.apple.CoreDisplay (99.14 - 99.14) <9B2B211D-EC0A-3569-BB37-887768CD6105> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff401ec000 -     0x7fff40688fff  com.apple.CoreFoundation (6.9 - 1455.300) <D9D5D50D-5DA3-34B6-8077-DD24315A4B1E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4068a000 -     0x7fff40cb9ff7  com.apple.CoreGraphics (2.0 - 1161.21.5) <C8BAA8C0-3DF0-37C3-8FB4-AB90BA8D4D56> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff40cbb000 -     0x7fff40faafff  com.apple.CoreImage (13.0.0 - 579.5) <B2B60A80-2E10-3EDF-920C-94288E55AE25> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff4137f000 -     0x7fff4137ffff  com.apple.CoreServices (822.37 - 822.37) <CE816EF2-2B89-3F54-A5C6-D3080B1EFB00> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff41380000 -     0x7fff413f4ffb  com.apple.AE (735.2 - 735.2) <0938A72B-6A4A-36F1-95B3-5EF6B915CEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff413f5000 -     0x7fff416ccfff  com.apple.CoreServices.CarbonCore (1178.4.2 - 1178.4.2) <4692EE3A-11FE-31FD-AF5B-30F892E87A05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff416cd000 -     0x7fff41701fff  com.apple.DictionaryServices (1.2 - 284.2) <F1F3EFAE-2562-394D-8FB3-BE22F16CD75A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff41702000 -     0x7fff4170affb  com.apple.CoreServices.FSEvents (1239.50.2 - 1239.50.2) <FE465894-4235-3CE2-9A97-32D6C6C7D9AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff4170b000 -     0x7fff418c9ff7  com.apple.LaunchServices (822.37 - 822.37) <0DB4679F-AE39-3BF3-B39B-549322E355AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff418ca000 -     0x7fff4197afff  com.apple.Metadata (10.7.0 - 1191.8) <F3BD3FD7-208A-31E9-85CD-6E607DDAFEF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff4197b000 -     0x7fff419dbfff  com.apple.CoreServices.OSServices (822.37 - 822.37) <564DDE70-0250-346B-B5CC-4AFAC11A7373> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff419dc000 -     0x7fff41a4afff  com.apple.SearchKit (1.4.0 - 1.4.0) <97DD9E7D-3567-382B-ACF7-CE0E4FE78D36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff41a4b000 -     0x7fff41a6fffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <88991F51-0A75-34FF-8C91-ED0F3C270B7B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff41d10000 -     0x7fff41e60fff  com.apple.CoreText (352.0 - 578.23) <10DAF601-85A8-3F9C-8B0B-69DC16B95E47> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff41e61000 -     0x7fff41e9bfff  com.apple.CoreVideo (1.8 - 0.0) <0DD4FFDF-E1F1-39D1-8246-5D0D9869F1EA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff421a2000 -     0x7fff421a7fff  com.apple.DiskArbitration (2.7 - 2.7) <51DC4AED-6F0C-321F-93E3-20EA4341B768> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff42368000 -     0x7fff4272fffb  com.apple.Foundation (6.9 - 1455.300) <0479E072-1DD0-3881-A9A2-EDAD3EE58C23> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff427a0000 -     0x7fff427d0ff3  com.apple.GSS (4.0 - 2.0) <7E83A21E-4F90-38F3-9FD3-FAC0E0143243> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff42a46000 -     0x7fff42ae1fff  com.apple.framework.IOKit (2.0.2 - 1445.71.6) <4B5C715C-6A49-366B-9080-ABADE6A3B3BD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff42ae3000 -     0x7fff42aeafff  com.apple.IOSurface (211.15 - 211.15) <08DA3232-805F-304B-80DD-C86B49CC4AAD> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff42b41000 -     0x7fff42cbffff  com.apple.ImageIO.framework (3.3.0 - 1739.3.8) <B4911BA1-6844-3BD6-BA68-AF4ACEB9D508> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff42cc0000 -     0x7fff42cc4ffb  libGIF.dylib (1739.3.8) <003D0895-622E-3312-9DB3-F7B7BFD33AEE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff42cc5000 -     0x7fff42dacff7  libJP2.dylib (1739.3.8) <9CD47B18-AAD7-379F-B04F-606B97CC62EA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff42dad000 -     0x7fff42dd0fff  libJPEG.dylib (1739.3.8) <67715B7F-83C3-3A0E-9F1C-8B69041E1E3E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff430c1000 -     0x7fff430e7ff3  libPng.dylib (1739.3.8) <CBA3121F-CACF-357A-B59D-804B8EFF8AF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff430e8000 -     0x7fff430eaff3  libRadiance.dylib (1739.3.8) <7F224790-D5FF-3671-BDF0-22D676E6EE6A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff430eb000 -     0x7fff43138ffb  libTIFF.dylib (1739.3.8) <1D450863-14A2-3268-B848-037D7ABAB4B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff43ff2000 -     0x7fff4400bff7  com.apple.Kerberos (3.0 - 1) <C7CDC1E0-011B-3220-847D-1AC3DA6D5522> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff449ed000 -     0x7fff44a6efff  com.apple.Metal (125.30 - 125.30) <67EDA241-80B1-3C67-BB2B-FF83E49FEF8D> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff44a8b000 -     0x7fff44aa6fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <8DED0F0C-4A10-36A3-A3E2-7D3CF429ACE1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff44aa7000 -     0x7fff44b16fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <48F4A97F-143A-3918-AB92-6733E258E25A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff44b17000 -     0x7fff44b3bfff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <CD443ADC-07FE-3603-B0C9-60C2AF3616FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff44b3c000 -     0x7fff44c23ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <40EB0BAE-6DDE-3334-A28C-529AE4C6716A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff44c24000 -     0x7fff44c24ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <A111E862-43E5-3247-9E98-0A40DC34AD9B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff45c23000 -     0x7fff45c2fffb  com.apple.NetFS (6.0 - 4.0) <02E09301-324F-3542-875D-B87B144635C8> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff48a21000 -     0x7fff48a7bff7  com.apple.opencl (2.8.24 - 2.8.24) <429B5283-276D-372D-BB0E-EEBE1408C393> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff48a7c000 -     0x7fff48a98ffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <E9AD4934-5DE3-3DD0-9D7B-9D288D829F15> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff48a99000 -     0x7fff48aa4fff  com.apple.OpenDirectory (10.13 - 207.50.1) <8B54C486-14C9-3FEF-97B8-F4D6F59F75CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff49c23000 -     0x7fff49c25fff  libCVMSPluginSupport.dylib (16.7.4) <3E26CF2B-5074-3321-AD9E-6A667D61AA35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff49c26000 -     0x7fff49c2bffb  libCoreFSCache.dylib (162.12) <D12E1D0E-C0E5-329E-99B4-AB152C9ABBE3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff49c2c000 -     0x7fff49c30fff  libCoreVMClient.dylib (162.12) <39951906-8566-3F9D-9EA8-EBD6084DCF73> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff49c31000 -     0x7fff49c3aff3  libGFXShared.dylib (16.7.4) <81A7875B-103D-3C82-B25C-DE24E57E5C8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff49c3b000 -     0x7fff49c46fff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff49c47000 -     0x7fff49c82fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff49df1000 -     0x7fff49e2fffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff4a7a7000 -     0x7fff4a7b6ff3  com.apple.opengl (16.7.4 - 16.7.4) <77A788F3-8F0C-305C-AEB9-FF258676C599> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff4b60a000 -     0x7fff4b856ff7  com.apple.QuartzCore (1.11 - 584.64.2) <FD9A3180-479E-3DAC-9CF0-0D214C7E46A7> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff4c08e000 -     0x7fff4c3b9fff  com.apple.security (7.0 - 58286.70.19) <E118FC23-2E20-3999-826B-58488049A277> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff4c3ba000 -     0x7fff4c446ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <3D9AD4EF-439C-3AE1-9332-AD291CF96C64> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff4c478000 -     0x7fff4c47cffb  com.apple.xpc.ServiceManagement (1.0 - 1) <3FCAF325-40C8-3148-9E49-E555F95B2946> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4c821000 -     0x7fff4c891ff3  com.apple.SystemConfiguration (1.17 - 1.17) <41D509AB-AED3-30FF-BB00-615BB5A8AC00> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff4f78e000 -     0x7fff4f821ff3  com.apple.APFS (1.0 - 1) <70034B32-9347-30FB-9DDE-95061F686613> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff505cb000 -     0x7fff50613ff3  com.apple.AppleJPEG (1.0 - 1) <15558577-08E3-3087-86A9-8B6247978BCE> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff5064e000 -     0x7fff50676fff  com.apple.applesauce (1.0 - ???) <9CE4CAE2-30B9-3DF6-9BC0-33D532D7B937> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff50e99000 -     0x7fff50ea0ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <B2A1EEDF-490A-38E2-A896-41057C0417BF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff528e4000 -     0x7fff528edff3  com.apple.CommonAuth (4.0 - 2.0) <21AF4AC2-E650-35F9-AB33-3EBA2769FBC0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff53401000 -     0x7fff53411ff7  com.apple.CoreEmoji (1.0 - 69.3) <DCCF04BB-DA33-3DC0-B7C2-1D34870C0C0A> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff545b9000 -     0x7fff545bdffb  com.apple.DSExternalDisplay (3.1 - 380) <13AA3B17-E649-3B7B-B09D-9AE7C4A60887> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff55688000 -     0x7fff55ab6fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <06065DA3-4091-3682-A308-BF3F2E3E4AF8> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff58d7e000 -     0x7fff58d83fff  com.apple.GPUWrangler (3.20.18 - 3.20.18) <B54A9063-01EC-3D2C-8924-86A1F315DEA2> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff59af9000 -     0x7fff59b08fff  com.apple.GraphVisualizer (1.0 - 5) <EB42FFAD-2BCA-3DE2-B40E-AFDE6E7FAA4D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff59b8b000 -     0x7fff59bfffff  com.apple.Heimdal (4.0 - 2.0) <FF7BC1AE-1BA6-3150-A7CC-B9E0AD5EBE7F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5a512000 -     0x7fff5a519ff7  com.apple.IOAccelerator (378.28 - 378.28) <F109E4CB-49D9-37FB-974A-8A3E9E8A61DA> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5a51d000 -     0x7fff5a534fff  com.apple.IOPresentment (1.0 - 35.1) <AC89202B-8433-3B62-A7BE-467D1905F6FB> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5abbe000 -     0x7fff5acb3ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <FAA236D6-CFB8-37D2-B635-B324E0719E32> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5acb4000 -     0x7fff5acf6fff  com.apple.Lexicon-framework (1.0 - 33.5) <F8DD2D09-5CEE-3741-93CF-223FC61FCCA4> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5acfa000 -     0x7fff5ad01ff7  com.apple.LinguisticData (1.0 - 238.3) <6F2ED02A-2120-3ABA-8EC1-314E4FFE77F3> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5ba15000 -     0x7fff5ba7eff7  com.apple.gpusw.MetalTools (1.0 - 1) <F2A47319-0430-3BB5-943E-651A40C127A9> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5bcb3000 -     0x7fff5bcddffb  com.apple.MultitouchSupport.framework (1614.1 - 1614.1) <A376F2FB-64AE-3B35-88B0-7D2BB4D1CB7C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5bf44000 -     0x7fff5bf4ffff  com.apple.NetAuth (6.2 - 6.2) <85C5D94D-C67E-36DC-B0EA-02F53AC4FCD3> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff61f94000 -     0x7fff62231fff  com.apple.SkyLight (1.600.0 - 312.103.12) <A65B547C-B7CA-3E33-A0C5-58AB436A8467> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff63ba7000 -     0x7fff63bafff7  com.apple.TCC (1.0 - 1) <9D5466C6-A8B6-3C24-A791-6506B81D9998> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff65856000 -     0x7fff65858ffb  com.apple.loginsupport (1.0 - 1) <E273A65A-6379-3787-B119-BC6ED94D4A81> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff659bf000 -     0x7fff659f2ff7  libclosured.dylib (551.5) <112BC241-6626-3848-8DD8-B34B5B6F7ABC> /usr/lib/closure/libclosured.dylib
    0x7fff65aac000 -     0x7fff65ae5ff7  libCRFSuite.dylib (41) <14B00FCF-4C67-3736-95B5-76FEA6E4972C> /usr/lib/libCRFSuite.dylib
    0x7fff65ae6000 -     0x7fff65af1fff  libChineseTokenizer.dylib (28) <2237A259-0E59-3DD0-BADC-281C361FAB70> /usr/lib/libChineseTokenizer.dylib
    0x7fff65b83000 -     0x7fff65b84ff3  libDiagnosticMessagesClient.dylib (104) <3F855622-352B-3EA8-B7C8-94D1DB48C080> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff65bbb000 -     0x7fff65d85ff3  libFosl_dynamic.dylib (17.8) <1A2A9D53-129E-3F7D-AE23-1D6E6D9EA017> /usr/lib/libFosl_dynamic.dylib
    0x7fff65dbd000 -     0x7fff65dbdfff  libOpenScriptingUtil.dylib (174) <AC38B2C3-5A37-30EB-A246-CEFABD3DD4E7> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff65ef9000 -     0x7fff65efaffb  libSystem.B.dylib (1252.50.4) <5A02016C-8F9D-3F47-8C39-AD2CD4F9F11D> /usr/lib/libSystem.B.dylib
    0x7fff65f8d000 -     0x7fff65f8dfff  libapple_crypto.dylib (109.50.15) <A8DEA8E9-5769-3C78-824D-969A98B94086> /usr/lib/libapple_crypto.dylib
    0x7fff65f8e000 -     0x7fff65fa4ff7  libapple_nghttp2.dylib (1.24) <24338D88-5D73-3165-9CFB-5A92734C9040> /usr/lib/libapple_nghttp2.dylib
    0x7fff65fa5000 -     0x7fff65fcfff3  libarchive.2.dylib (54) <D2B6AD30-18CB-3E3C-ABBF-A0745654350F> /usr/lib/libarchive.2.dylib
    0x7fff660d7000 -     0x7fff660d7ff3  libauto.dylib (187) <92E693DF-D74D-39A0-99AB-8A9F6FFEBA18> /usr/lib/libauto.dylib
    0x7fff660d8000 -     0x7fff66191ffb  libboringssl.dylib (109.50.15) <FC25FE02-6AA8-3F0B-9EF3-56A455C08C0F> /usr/lib/libboringssl.dylib
    0x7fff66192000 -     0x7fff661a2ff3  libbsm.0.dylib (39) <18D57879-A717-3466-9637-1704EE59A32A> /usr/lib/libbsm.0.dylib
    0x7fff661a3000 -     0x7fff661b0ffb  libbz2.1.0.dylib (38) <0B4321CD-3D6F-3095-A12E-27F66B4321AD> /usr/lib/libbz2.1.0.dylib
    0x7fff661b1000 -     0x7fff66207fff  libc++.1.dylib (400.9) <142D6292-F30F-3949-9F37-3C97A579F540> /usr/lib/libc++.1.dylib
    0x7fff66208000 -     0x7fff6622cff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff6622e000 -     0x7fff6623efff  libcmph.dylib (6) <890DEC4C-4334-393C-8B56-7C8560BBED9D> /usr/lib/libcmph.dylib
    0x7fff6623f000 -     0x7fff66256fd3  libcompression.dylib (47.60.2) <CC7ACB0A-49CD-3564-978F-49F843186F27> /usr/lib/libcompression.dylib
    0x7fff66501000 -     0x7fff66519ff7  libcoretls.dylib (155.50.1) <087E9F90-21E5-376D-9956-C4E346409682> /usr/lib/libcoretls.dylib
    0x7fff6651a000 -     0x7fff6651bff3  libcoretls_cfhelpers.dylib (155.50.1) <78CCDD10-7D71-365E-A0A5-8524ED5F5BF9> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff669ec000 -     0x7fff66a41ff3  libcups.2.dylib (462.2.10) <590D6ACC-68A0-371E-8646-FC59F814534B> /usr/lib/libcups.2.dylib
    0x7fff66b81000 -     0x7fff66b81fff  libenergytrace.dylib (16) <1F11D488-07C6-3D18-BEF2-0B28A992D761> /usr/lib/libenergytrace.dylib
    0x7fff66bb8000 -     0x7fff66bbdff3  libheimdal-asn1.dylib (520.50.9) <EF65C17E-31CD-31DC-876C-BF3EF393099C> /usr/lib/libheimdal-asn1.dylib
    0x7fff66be9000 -     0x7fff66cdaff7  libiconv.2.dylib (51.50.1) <7965B866-C75A-3450-9891-0500349F7090> /usr/lib/libiconv.2.dylib
    0x7fff66cdb000 -     0x7fff66f02ffb  libicucore.A.dylib (59181.0.1) <17767680-09DF-3954-AB6C-B13B41F92A2E> /usr/lib/libicucore.A.dylib
    0x7fff66f4f000 -     0x7fff66f50fff  liblangid.dylib (128) <C54A2059-A4BE-364B-94C2-581C548459BC> /usr/lib/liblangid.dylib
    0x7fff66f51000 -     0x7fff66f6affb  liblzma.5.dylib (10) <60BEAB81-CE65-3479-90CC-03325AACEC95> /usr/lib/liblzma.5.dylib
    0x7fff66f6b000 -     0x7fff66f81ff7  libmarisa.dylib (9) <47540053-02CF-35F8-A75E-074DB3D51812> /usr/lib/libmarisa.dylib
    0x7fff67032000 -     0x7fff6725aff7  libmecabra.dylib (779.7.6) <B2ACB6A9-91AE-364B-9418-8EB938BF82B6> /usr/lib/libmecabra.dylib
    0x7fff67432000 -     0x7fff675adfff  libnetwork.dylib (1229.70.2) <0596A03E-C984-3FE6-B88E-63D5F96EC49A> /usr/lib/libnetwork.dylib
    0x7fff67634000 -     0x7fff67a253b7  libobjc.A.dylib (723) <616AB826-9179-3924-AA61-AF760363A3F5> /usr/lib/libobjc.A.dylib
    0x7fff67a38000 -     0x7fff67a3cfff  libpam.2.dylib (22) <E5840D63-8506-301A-9182-5000031854E1> /usr/lib/libpam.2.dylib
    0x7fff67a3f000 -     0x7fff67a77ff7  libpcap.A.dylib (79.20.3) <6A9D27FA-2780-3E96-8B2E-645638AC13AC> /usr/lib/libpcap.A.dylib
    0x7fff67af6000 -     0x7fff67b12ffb  libresolv.9.dylib (65.1) <D9BB6307-71E4-3A94-A745-1FCA114C6894> /usr/lib/libresolv.9.dylib
    0x7fff67b63000 -     0x7fff67cf0ff7  libsqlite3.dylib (274.8.1) <B70A2908-E0F7-364E-952A-1D2D19787B89> /usr/lib/libsqlite3.dylib
    0x7fff67ec4000 -     0x7fff67f24ff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff67f25000 -     0x7fff67f28ffb  libutil.dylib (51.20.1) <A50E15F1-20A2-3EA7-A8CE-A43662E18587> /usr/lib/libutil.dylib
    0x7fff67f29000 -     0x7fff67f36ff3  libxar.1.dylib (417.1) <351781D5-3CCF-320F-BB5A-4DFCC1CCD31D> /usr/lib/libxar.1.dylib
    0x7fff67f3a000 -     0x7fff68021ffb  libxml2.2.dylib (31.20) <286F8531-7001-3989-9640-284443355433> /usr/lib/libxml2.2.dylib
    0x7fff68022000 -     0x7fff6804afff  libxslt.1.dylib (15.16) <57D56366-1E7B-356C-B2B8-F4688FF666E6> /usr/lib/libxslt.1.dylib
    0x7fff6804b000 -     0x7fff6805dffb  libz.1.dylib (70) <47278BDC-596E-3037-B8DA-05FE9D5DBEF6> /usr/lib/libz.1.dylib
    0x7fff680f9000 -     0x7fff680fdff7  libcache.dylib (80) <096D3699-58D2-3D23-9512-BC88DAE7B16C> /usr/lib/system/libcache.dylib
    0x7fff680fe000 -     0x7fff68108ff3  libcommonCrypto.dylib (60118.50.1) <B4E77BD4-A809-37E1-8A79-25955E0F5D9C> /usr/lib/system/libcommonCrypto.dylib
    0x7fff68109000 -     0x7fff68110fff  libcompiler_rt.dylib (62) <4CEED002-D00B-35F8-B563-0546A5F71A43> /usr/lib/system/libcompiler_rt.dylib
    0x7fff68111000 -     0x7fff6811affb  libcopyfile.dylib (146.50.5) <F7A7999F-9509-3C67-8EE9-95BEE6772676> /usr/lib/system/libcopyfile.dylib
    0x7fff6811b000 -     0x7fff681a0ffb  libcorecrypto.dylib (562.70.3) <9C6E5CC2-272B-3740-AEDB-9EBEC98EC7F9> /usr/lib/system/libcorecrypto.dylib
    0x7fff68228000 -     0x7fff68261ff7  libdispatch.dylib (913.60.3) <285526B6-A2A6-316D-A1CC-37803B71E203> /usr/lib/system/libdispatch.dylib
    0x7fff68262000 -     0x7fff6827fff7  libdyld.dylib (551.5) <49ABA86D-DD48-3133-9B14-B9A564EEBC66> /usr/lib/system/libdyld.dylib
    0x7fff68280000 -     0x7fff68280ffb  libkeymgr.dylib (28) <7CC7B5E1-AB7F-3495-A26A-396461BCB66B> /usr/lib/system/libkeymgr.dylib
    0x7fff68281000 -     0x7fff6828dff3  libkxld.dylib (4570.71.82.8) <44AF05D7-6BDF-3A9B-B5CF-D16C98B6844E> /usr/lib/system/libkxld.dylib
    0x7fff6828e000 -     0x7fff6828eff7  liblaunch.dylib (1205.70.16) <265EE555-E988-3EE5-A39E-028FB3A5FE11> /usr/lib/system/liblaunch.dylib
    0x7fff6828f000 -     0x7fff68293ffb  libmacho.dylib (906) <F5F16E2F-F961-3FF4-B02F-69BBDB57B8DC> /usr/lib/system/libmacho.dylib
    0x7fff68294000 -     0x7fff68296fff  libquarantine.dylib (86.70.1) <262CECFE-A493-3EC6-8608-CEA93757265E> /usr/lib/system/libquarantine.dylib
    0x7fff68297000 -     0x7fff68298ff3  libremovefile.dylib (45) <EA24BFB6-24B7-3841-8AAC-FAF400910706> /usr/lib/system/libremovefile.dylib
    0x7fff68299000 -     0x7fff682b0fff  libsystem_asl.dylib (356.70.1) <9481D82D-CFB7-3032-A07F-88F7F59CAC2C> /usr/lib/system/libsystem_asl.dylib
    0x7fff682b1000 -     0x7fff682b1fff  libsystem_blocks.dylib (67) <FA2C3663-9DBB-3AFB-80A3-E77BE0816AD0> /usr/lib/system/libsystem_blocks.dylib
    0x7fff682b2000 -     0x7fff6833bff7  libsystem_c.dylib (1244.50.9) <25DD83D8-80CA-3DFF-8626-FE704911F19C> /usr/lib/system/libsystem_c.dylib
    0x7fff6833c000 -     0x7fff6833fffb  libsystem_configuration.dylib (963.50.9) <61B26E1D-FEFF-38C6-AE0E-A6DD90145EB2> /usr/lib/system/libsystem_configuration.dylib
    0x7fff68340000 -     0x7fff68343ffb  libsystem_coreservices.dylib (51) <E8FA663F-1B0F-3B12-8F97-31A46E6B4D68> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff68344000 -     0x7fff68345fff  libsystem_darwin.dylib (1244.50.9) <6195EEA1-83A7-35F0-8147-5AB031020CD0> /usr/lib/system/libsystem_darwin.dylib
    0x7fff68346000 -     0x7fff6834cffb  libsystem_dnssd.dylib (878.70.4) <0D2C9583-5D28-375B-AEB4-F66F18C78322> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6834d000 -     0x7fff68396ff7  libsystem_info.dylib (517.30.1) <9C2C96F3-638B-34E7-A2BD-24C643EAF957> /usr/lib/system/libsystem_info.dylib
    0x7fff68397000 -     0x7fff683bdff7  libsystem_kernel.dylib (4570.71.82.8) <C34BA704-FAFF-3DDB-9827-5930B5BEF134> /usr/lib/system/libsystem_kernel.dylib
    0x7fff683be000 -     0x7fff68409fcb  libsystem_m.dylib (3147.50.1) <B3172533-77D2-3416-8487-4A505198E9E1> /usr/lib/system/libsystem_m.dylib
    0x7fff6840a000 -     0x7fff68429ff7  libsystem_malloc.dylib (140.50.7) <821E16C8-7A7E-3269-9167-10F4F413BF93> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6842a000 -     0x7fff6855aff7  libsystem_network.dylib (1229.70.2) <07BFD80A-E7EB-3DEB-B765-5E1659453114> /usr/lib/system/libsystem_network.dylib
    0x7fff6855b000 -     0x7fff68565ffb  libsystem_networkextension.dylib (767.70.2) <A90BAFFD-AC3D-3078-90B2-71463DBFD4A5> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff68566000 -     0x7fff6856fff3  libsystem_notify.dylib (172) <738B3BB0-4F20-3446-A3B6-095D796E5903> /usr/lib/system/libsystem_notify.dylib
    0x7fff68570000 -     0x7fff68577ff7  libsystem_platform.dylib (161.50.1) <90A2A62F-8690-3FA7-A4D0-9085BF2FA44A> /usr/lib/system/libsystem_platform.dylib
    0x7fff68578000 -     0x7fff68583fff  libsystem_pthread.dylib (301.50.1) <283E64A7-A2B2-3212-95BA-4D21F9AE36CF> /usr/lib/system/libsystem_pthread.dylib
    0x7fff68584000 -     0x7fff68587fff  libsystem_sandbox.dylib (765.70.2) <C29E1B7A-F39B-344E-98F7-8FB32B10AE0A> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff68588000 -     0x7fff68589ff3  libsystem_secinit.dylib (30) <4E84DF62-57B5-36F9-819F-3C1E7FEDA856> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6858a000 -     0x7fff68591ff7  libsystem_symptoms.dylib (820.60.3) <A45B4D84-2C69-3F19-83C2-2F1EEA73A7B5> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff68592000 -     0x7fff685a6ff7  libsystem_trace.dylib (829.70.2) <4C4E5351-E370-3226-9B30-61E250DE3B2E> /usr/lib/system/libsystem_trace.dylib
    0x7fff685a8000 -     0x7fff685adff7  libunwind.dylib (35.3) <BAE12DA3-CF33-32AD-86B0-CCD6705ADFAA> /usr/lib/system/libunwind.dylib
    0x7fff685ae000 -     0x7fff685dbfff  libxpc.dylib (1205.70.16) <26D99819-B813-320E-9E8F-9D57AD2DA63B> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 682686240
    thread_create: 0
    thread_set_state: 1014

VM Region Summary:
ReadOnly portion of Libraries: Total=323.7M resident=0K(0%) swapped_out_or_unallocated=323.7M(100%)
Writable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        2 
MALLOC                            28.6M       15 
MALLOC guard page                   32K        6 
MALLOC_LARGE (reserved)            384K        2         reserved VM address space (unallocated)
STACK GUARD                         32K        9 
Stack                             19.6M        9 
VM_ALLOCATE                       3088K        5 
VM_ALLOCATE (reserved)             1.0G        2         reserved VM address space (unallocated)
__DATA                            16.4M      193 
__FONT_DATA                          4K        2 
__LINKEDIT                       196.2M       15 
__TEXT                           127.5M      191 
__UNICODE                          560K        2 
shared memory                       12K        4 
===========                     =======  ======= 
TOTAL                              1.4G      443 
TOTAL, minus reserved VM space   392.0M      443 
Last edited 7 months ago by dyne2meter (previous) (diff)

comment:5 Changed 7 months ago by reneeotten (Renee Otten)

sorry, but I don't think I'll be of any help here. Interpreting these crash-logs and figuring out what to do about it is above my pay-grade...

comment:6 Changed 7 months ago by dyne2meter

I appreciate your perspective; it's not a critical issue for me. The Sagemath 10.8 binary provided by the 3-manifolds project runs python-313 (and -312) seamlessly on my hardware, which tells me it is not a hardware issue with the processor instruction set (in my case, Xeon). I just thought somebody at macports might be interested in this. Maintaining the software for such an ancient platform is no mean feat. The macports version imports numpy and runs fine on Mojave (10.14). I use this HighSierra system because I was able to install 20 Gb of RAM in it, so I never have virtual memory issues.

comment:7 Changed 6 months ago by ballapete (Peter "Pete" Dyballa)

The solution is documented in https://github.com/numpy/numpy/issues/30844 and attached here.

Changed 6 months ago by ballapete (Peter "Pete" Dyballa)

Attachment: patch-weak-Xcode8++.diff added

Patch to fix '-Wl,-no_weak_imports'

comment:8 Changed 6 months ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In ee2e8578565ef209bb4f266f0e67001540ad5721/macports-ports (master):

py-numpy: fix build on 10.6 and earlier

  • patch vendored meson; remove -no_weak_imports

Closes: #73424

comment:9 Changed 6 months ago by reneeotten (Renee Otten)

thanks Peter, I just committed the patch to remove this on older OSes. Thanks for bringing this upstream, and next time please add the relevant files to the ticket as well; from the meson.log the build issue was clear. With that fix applied, you are not seeing a crash anymore either?

comment:10 Changed 6 months ago by dyne2meter

What does this mean in the near term? Will there appear an updated py###-numpy with the patch? As of this post, the issue remains on my system.

comment:11 Changed 6 months ago by reneeotten (Renee Otten)

Port: py-numpy added; py312-numpy removed
Resolution: fixed
Status: closedreopened

the patch is already there, but I guess it actually doesn't fix this issue... It does fix the initial issue in 73097; I reference/closed this ticket with the commit since the patch was added here but perhaps Peter commented in the wrong ticket?

comment:12 Changed 5 months ago by dyne2meter

Does the issue have anything to do with X86_V2 baseline optimizations? That's the message I get on Catalina when I try to load py313-numpy when running python313. I tried to build from source on this installation but the installation failed. Would it help for me to upload the log from that failed build? None of the hardware I am using can handle X86_V2 -- as I understand it this optimization is used so that Apple Silicon systems can run code built for the x86_64 architecture. But my understanding could be pretty dim.

comment:13 Changed 4 months ago by dyne2meter

I solved the issue on my system by installing an older version of numpy. All releases after 2.3.5 crash on this platform, so I'm more confident that the X86_V2 baseline optimizations are what's causing it. In fact, the version of numpy in the Sage package manager that I use is 2.3.2, so I think with the next release or two from them, that won't work any more for me, unless they fiddle with the source, which they might do.

Anyway, you can close this ticket -- the resolution is "works as expected" on legacy systems -- it's my hardware, and not the OS.

Last edited 4 months ago by dyne2meter (previous) (diff)
Note: See TracTickets for help on using tickets.