3-manifolds / Sage_macOS

SageMath as a macOS application bundle.
156 stars 15 forks source link

SIGILL crash on 2015 Macbook Pro #19

Closed brunoh2015 closed 3 years ago

brunoh2015 commented 3 years ago

I am using a MacBook Pro 2015 with OS X Big Sur 11.4

After I installed the beta of sagemath-9.4

1/ there is no path for Jupyter in the launcher 2/ a console version of sage does not work I got this error

Unhandled SIGILL: An illegal instruction occurred. This probably occurred because a compiled module has a bug in it and is not properly wrapped with sig_on(), sig_off(). Python will now terminate.

/usr/local/bin/sage: line 19: 3726 Illegal instruction: 4 $SYMLINK/local/bin/sage $@

What do you suggest?

culler commented 3 years ago

Thanks for helping us to test the SageMath 9.4 app!

It is not an error that there is no path for your notebook directory in the launcher. You just need to set that before you can launch a notebook.

To figure out where the illegal instruction is we need a crash log. Can you please try running this command in your terminal and see if that produces a crash log?

/Applications/SageMath-9-4.app/Contents/Frameworks/Sage.framework/Versions/9.4/local/bin/python3.9

Also, it would be very helpful to know what CPU chip your macbook has. You can find that by running the following command in your terminal: sysctl -n machdep.cpu.brand_string

culler commented 3 years ago

On second thought, I am pretty sure that python won't crash, since you do seem to be getting a launcher window and the launcher is a python script. So, assuming that you get a python prompt, please run this command in the python interpreter: >>> import sage

brunoh2015 commented 3 years ago

no, thanks to you for your precious hard work!

here is what the sysctl -n machdep.cpu.brand_string command line produce Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz

the command /Applications/SageMath-9-4.app/Contents/Frameworks/Sage.framework/Versions/9.4/local/bin/python3.9 launch the python interpreter. What is the name of the crash log? I cannot find it in the directory.

The python command

import sage does not produce anything apparently. Just the next python prompt >>>.

By the way, how do I set my notebook directory for Jupyter notebooks that the sage launcher can see?

If I launch the command sage -n jupyter the Jupiter server launches, but note the sage math Kernel I got two errors 1/ Error loading server extension jupyterlab and then 2/Unhandled SIGILL: An illegal instruction occurred. This probably occurred because a compiled module has a bug in it and is not properly wrapped with sig_on(), sig_off(). Python will now terminate.

On 14 Jul 2021, at 19:59, Marc Culler @.***> wrote:

Thanks for helping us to test the SageMath 9.4 app!

It is not an error that there is no path for your notebook directory in the launcher. You just need to set that before you can launch a notebook.

To figure out where the illegal instruction is we need a crash log. Can you please try running this command in your terminal and see if that produces a crash log?

/Applications/SageMath-9-4.app/Contents/Frameworks/Sage.framework/Versions/9.4/local/bin/python3.9

Also, it would be very helpful to know what CPU chip your macbook has. You can find that by running the following command in your terminal: sysctl -n machdep.cpu.brand_string

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/3-manifolds/Sage_macOS/issues/19#issuecomment-880096268, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADIU5S3SWPIJVEQ66HVTQZTTXXF6TANCNFSM5AL5PWIA.

culler commented 3 years ago

Your CPU is new enough to support the SSE2 and AVX2 instruction sets. So that is not the issue.

The crash report usually pops up as a window. But you might have to open the Console.app and view the crash reports shown in it.

To set your directory for storing sage notebooks, start the app and click the radio button labeled "Jupyter notebook from folder:". Then click the button labeled "Select ...". That will open a file chooser. You should not be allowed to launch the app until you have selected a directory. A dialog window should pop up asking you to choose a folder.

This app uses Jupyter notebooks, but it does not use JupyterLab. So I think your problem may be caused by other software installed on your system which somehow is getting accessed by the SageMath app. The crash may not be a true illegal instruction. It might be related to a signed and notarized app attempting to loading a library that is not signed.

Please report what you see when you run the command ls -l /usr/local/share/jupyter/kernels That would be a good place to start.

brunoh2015 commented 3 years ago

0/ Thank you for your clear explanations

1/ here is the beginning of the crash report Process: python3.9 [7176] Path: /Applications/SageMath-9-4.app/Contents/Frameworks/Sage.framework/Versions/9.4/local/bin/python3.9 Identifier: python3.9 Version: ??? Code Type: X86-64 (Native) Parent Process: ??? [7175] Responsible: Terminal [7148] User ID: 501

Date/Time: 2021-07-15 11:12:26.757 +0200 OS Version: macOS 11.4 (20F71) Report Version: 12 Anonymous UUID: FC82D41D-2EBE-AEA1-007E-A84E14A1A7EB

Sleep/Wake UUID: 867A66AD-395F-45DE-A761-8BEBD0CF79D2

Time Awake Since Boot: 24000 seconds Time Since Wake: 190 seconds

System Integrity Protection: enabled

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

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff2056792e __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff205965bd pthread_kill + 263 2 libsystem_c.dylib 0x00007fff2047abe5 raise + 26 3 signals.cpython-39-darwin.so 0x000000010417f0c3 0x104176000 + 37059 4 signals.cpython-39-darwin.so 0x000000010417ef22 0x104176000 + 36642 5 libsystem_platform.dylib 0x00007fff205dbd7d _sigtramp + 29 6 ??? 000000000000000000 0 + 0 7 libgmp.10.dylib 0x000000010333258b 0x1032c6000 + 443787

Thread 1: 0 libsystem_kernel.dylib 0x00007fff20563cde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff20596e49 _pthread_cond_wait + 1298 2 libpython3.9.dylib 0x00000001012dbe52 PyThread_acquire_lock_timed + 514 3 libpython3.9.dylib 0x000000010132c10f 0x101158000 + 1917199 4 libpython3.9.dylib 0x000000010132be5c 0x101158000 + 1916508 5 libpython3.9.dylib 0x00000001011a8ca3 0x101158000 + 330915 6 libpython3.9.dylib 0x00000001012890ab 0x101158000 + 1249451 7 libpython3.9.dylib 0x0000000101285ef1 _PyEval_EvalFrameDefault + 27073 8 libpython3.9.dylib 0x000000010128a063 0x101158000 + 1253475 9 libpython3.9.dylib 0x00000001011a0430 _PyFunction_Vectorcall + 256 10 libpython3.9.dylib 0x00000001012890ab 0x101158000 + 1249451 11 libpython3.9.dylib 0x0000000101285ef1 _PyEval_EvalFrameDefault + 27073 12 libpython3.9.dylib 0x000000010128a063 0x101158000 + 1253475 13 libpython3.9.dylib 0x00000001011a0430 _PyFunction_Vectorcall + 256 14 libpython3.9.dylib 0x00000001012890ab 0x101158000 + 1249451 15 libpython3.9.dylib 0x0000000101285ef1 _PyEval_EvalFrameDefault + 27073 16 libpython3.9.dylib 0x00000001011a0525 0x101158000 + 296229 17 libpython3.9.dylib 0x000000010128621a _PyEval_EvalFrameDefault + 27882 18 libpython3.9.dylib 0x000000010128a063 0x101158000 + 1253475 19 libpython3.9.dylib 0x00000001011a0430 _PyFunction_Vectorcall + 256 20 libpython3.9.dylib 0x00000001012890ab 0x101158000 + 1249451 21 libpython3.9.dylib 0x0000000101285fad _PyEval_EvalFrameDefault + 27261 22 libpython3.9.dylib 0x00000001011a0525 0x101158000 + 296229 23 libpython3.9.dylib 0x00000001012890ab 0x101158000 + 1249451 24 libpython3.9.dylib 0x0000000101285ef1 _PyEval_EvalFrameDefault + 27073 25 libpython3.9.dylib 0x00000001011a0525 0x101158000 + 296229 26 libpython3.9.dylib 0x00000001012890ab 0x101158000 + 1249451 27 libpython3.9.dylib 0x0000000101285ef1 _PyEval_EvalFrameDefault + 27073 28 libpython3.9.dylib 0x00000001011a0525 0x101158000 + 296229 29 libpython3.9.dylib 0x00000001011a2982 0x101158000 + 305538 30 libpython3.9.dylib 0x000000010132cb56 0x101158000 + 1919830 31 libpython3.9.dylib 0x00000001012dba59 0x101158000 + 1587801 32 libsystem_pthread.dylib 0x00007fff205968fc _pthread_start + 224 33 libsystem_pthread.dylib 0x00007fff20592443 thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x000000010e04ce00 rcx: 0x000000010418f3d8 rdx: 0x0000000000000000 rdi: 0x0000000000000103 rsi: 0x0000000000000004 rbp: 0x000000010418f400 rsp: 0x000000010418f3d8 r8: 0x00007fff8088e068 r9: 0x0000000000000000 r10: 0x000000010e04ce00 r11: 0x0000000000000246 r12: 0x0000000000000103 r13: 0x00007ffeeeab3f10 r14: 0x0000000000000004 r15: 0x0000000000000016 rip: 0x00007fff2056792e rfl: 0x0000000000000246 cr2: 0x000000010418ede0

2/ here is what I see when I launch the command ls -l /usr/local/share/jupyter

total 0 drwxr-xr-x 3 root wheel 96 Jun 24 23:12 kernels drwxr-xr-x 5 root wheel 160 Jul 13 22:45 lab

On 14 Jul 2021, at 22:54, Marc Culler @.***> wrote:

Your CPU is new enough to support the SSE2 and AVX2 instruction sets. So that is not the issue.

The crash report usually pops up as a window. But you might have to open the Console.app and view the crash reports shown in it.

To set your directory for storing sage notebooks, start the app and click the radio button labeled "Jupyter notebook from folder:". Then click the button labeled "Select ...". That will open a file chooser. You should not be allowed to launch the app until you have selected a directory. A dialog window should pop up asking you to choose a folder.

This app uses Jupyter notebooks, but it does not use JupyterLab. So I think your problem may be caused by other software installed on your system which somehow is getting accessed by the SageMath app. The crash may not be a true illegal instruction. It might be related to a signed and notarized app attempting to loading a library that is not signed.

Please report what you see when you run the command ls -l /usr/local/share/jupyter That would be a good place to start.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/3-manifolds/Sage_macOS/issues/19#issuecomment-880202475, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADIU5SZTMVMZA2FHDVHKZG3TXX2P3ANCNFSM5AL5PWIA.

culler commented 3 years ago

Thanks!

So the crash occurs in libgmp at offset 443787 = 0x6c58b. The instruction at that address is a no-op (nopl (%rax,%rax)). That is certainly not an illegal instruction. I believe that the SIGILL signal is actually being generated by the gatekeeper in the function call that precedes that no-op and it is doing that because the signed and notarized SageMath app is trying to access something it is not allowed to access. The illegal access appears to be something related to JupyterLab. You have JupyterLab installed on your system, as evidenced by the existence of the directory /usr/local/share/jupyter/lab. I suspect that if you removed that directory, or temporarily moved it e.g. by running sudo mv /usr/local/share/jupyter/lab /usr/local/share_jupyter_lab then you would find that the app works. If my suspicion is correct this is not a solution, but would provide some useful information.

brunoh2015 commented 3 years ago

well, unfortunately it is not sufficient the same problem appeared

so i uninstall 9.4-beta1 and install Sagemath 9.3

same problem with sage in terminal windows I get this message Unhandled SIGILL: An illegal instruction occurred. This probably occurred because a compiled module has a bug in it and is not properly wrapped with sig_on(), sig_off(). Python will now terminate.

/usr/local/bin/sage: line 20: 2989 Illegal instruction: 4 $SYMLINK/local/bin/sage $@

and if I use sage in Jupyter notebook, the beginning of crash report is

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

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

Thread 0 Crashed:: ZMQbg/1 Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff2042992e __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff204585bd pthread_kill + 263 2 libsystem_c.dylib 0x00007fff2033cbe5 raise + 26 3 signals.cpython-39-darwin.so 0x000000010c73b0d3 0x10c732000 + 37075 4 signals.cpython-39-darwin.so 0x000000010c73aeec 0x10c732000 + 36588 5 libsystem_platform.dylib 0x00007fff2049dd7d _sigtramp + 29 6 ??? 000000000000000000 0 + 0 7 libgmp.10.dylib 0x000000010b80faab 0x10b7a2000 + 449195

Thread 1: 0 libsystem_kernel.dylib 0x00007fff20427c4a kevent + 10 1 libzmq.5.dylib 0x000000010b172f65 0x10b15d000 + 89957 2 libzmq.5.dylib 0x000000010b19f8ae 0x10b15d000 + 272558 3 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

On 15 Jul 2021, at 16:22, Marc Culler @.***> wrote:

Thanks!

So the crash occurs in libgmp at offset 443787 = 0x6c58b. The instruction at that address is a no-op (nopl (%rax,%rax)). That is certainly not an illegal instruction. I believe that the SIGILL signal is actually being generated by the gatekeeper in the function call that precedes that no-op and it is doing that because the signed and notarized SageMath app is trying to access something it is not allowed to access. The illegal access appears to be something related to JupyterLab. You have JupyterLab installed on your system, as evidenced by the existence of the directory /usr/local/share/jupyter/lab. I suspect that if you removed that directory, or temporarily moved it e.g. by running sudo mv /usr/local/share/jupyter/lab /usr/local/share_jupyter_lab then you would find that the app works. If my suspicion is correct this is not a solution, but would provide some useful information.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/3-manifolds/Sage_macOS/issues/19#issuecomment-880736775, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADIU5SYQIYY5ZX7HBF4F3ITTX3VLXANCNFSM5AL5PWIA.

culler commented 3 years ago

That appears to be the same crash, also in libgmp.10.dylib.

Could you also try removing or temporarily moving your ~/.sage directory?

Also, it would be helpful to see the part of the crash log that shows where libgmp.10.dylib is being found on your system.

Do you still get the error message that mentions JupyterLab?

brunoh2015 commented 3 years ago

1/ no more error message mentioning JupyterLab

2/ I removed my ~/.sage directory. No change. Same error message

3/ Here is the complete log

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

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

Thread 0 Crashed:: ZMQbg/1 Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff2042992e __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff204585bd pthread_kill + 263 2 libsystem_c.dylib 0x00007fff2033cbe5 raise + 26 3 signals.cpython-39-darwin.so 0x0000000107e970d3 0x107e8e000 + 37075 4 signals.cpython-39-darwin.so 0x0000000107e96eec 0x107e8e000 + 36588 5 libsystem_platform.dylib 0x00007fff2049dd7d _sigtramp + 29 6 ??? 000000000000000000 0 + 0 7 libgmp.10.dylib 0x0000000106f6baab 0x106efe000 + 449195

Thread 1: 0 libsystem_kernel.dylib 0x00007fff20427c4a kevent + 10 1 libzmq.5.dylib 0x00000001068cef65 0x1068b9000 + 89957 2 libzmq.5.dylib 0x00000001068fb8ae 0x1068b9000 + 272558 3 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

Thread 2: 0 libsystem_kernel.dylib 0x00007fff20427c4a kevent + 10 1 libzmq.5.dylib 0x00000001068cef65 0x1068b9000 + 89957 2 libzmq.5.dylib 0x00000001068fb8ae 0x1068b9000 + 272558 3 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

Thread 3: 0 libsystem_kernel.dylib 0x00007fff20427c4a kevent + 10 1 select.cpython-39-darwin.so 0x00000001051573d7 0x105151000 + 25559 2 libpython3.9.dylib 0x0000000104a626e2 0x104a0c000 + 354018 3 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 4 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 5 libpython3.9.dylib 0x0000000104b3f4ff 0x104a0c000 + 1258751 6 libpython3.9.dylib 0x0000000104a5a0cb _PyFunction_Vectorcall + 251 7 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 8 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 9 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 10 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 11 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 12 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 13 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 14 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 15 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 16 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 17 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 18 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 19 libpython3.9.dylib 0x0000000104a5c55b 0x104a0c000 + 329051 20 libpython3.9.dylib 0x0000000104b3b797 _PyEval_EvalFrameDefault + 28839 21 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 22 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 23 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 24 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 25 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 26 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 27 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 28 libpython3.9.dylib 0x0000000104a5c55b 0x104a0c000 + 329051 29 libpython3.9.dylib 0x0000000104bd9956 0x104a0c000 + 1890646 30 libpython3.9.dylib 0x0000000104b8ca19 0x104a0c000 + 1575449 31 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 32 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

Thread 4:: ZMQbg/3 0 libsystem_kernel.dylib 0x00007fff204299ca poll + 10 1 libzmq.5.dylib 0x0000000106908cef zmq_poll + 511 2 libzmq.5.dylib 0x00000001068dea36 0x1068b9000 + 154166 3 _device.cpython-39-darwin.so 0x00000001069de6d0 0x1069d9000 + 22224 4 _device.cpython-39-darwin.so 0x00000001069dd54f 0x1069d9000 + 17743 5 libpython3.9.dylib 0x0000000104a59917 _PyObject_MakeTpCall + 375 6 libpython3.9.dylib 0x0000000104b3e727 0x104a0c000 + 1255207 7 libpython3.9.dylib 0x0000000104b3b46e _PyEval_EvalFrameDefault + 28030 8 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 9 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 10 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 11 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 12 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 13 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 14 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 15 libpython3.9.dylib 0x0000000104a5c55b 0x104a0c000 + 329051 16 libpython3.9.dylib 0x0000000104bd9956 0x104a0c000 + 1890646 17 libpython3.9.dylib 0x0000000104b8ca19 0x104a0c000 + 1575449 18 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 19 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

Thread 5: 0 libsystem_kernel.dylib 0x00007fff20427c4a kevent + 10 1 libzmq.5.dylib 0x00000001068cef65 0x1068b9000 + 89957 2 libzmq.5.dylib 0x00000001068fb8ae 0x1068b9000 + 272558 3 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

Thread 6: 0 libsystem_kernel.dylib 0x00007fff20427c4a kevent + 10 1 libzmq.5.dylib 0x00000001068cef65 0x1068b9000 + 89957 2 libzmq.5.dylib 0x00000001068fb8ae 0x1068b9000 + 272558 3 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

Thread 7: 0 libsystem_kernel.dylib 0x00007fff20425cde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff20458e49 _pthread_cond_wait + 1298 2 libpython3.9.dylib 0x0000000104b8cdb5 PyThread_acquire_lock_timed + 421 3 libpython3.9.dylib 0x0000000104bd8def 0x104a0c000 + 1887727 4 libpython3.9.dylib 0x0000000104bd8b3c 0x104a0c000 + 1887036 5 libpython3.9.dylib 0x0000000104a625da 0x104a0c000 + 353754 6 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 7 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 8 libpython3.9.dylib 0x0000000104b3f4ff 0x104a0c000 + 1258751 9 libpython3.9.dylib 0x0000000104a5a0cb _PyFunction_Vectorcall + 251 10 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 11 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 12 libpython3.9.dylib 0x0000000104b3f4ff 0x104a0c000 + 1258751 13 libpython3.9.dylib 0x0000000104a5a0cb _PyFunction_Vectorcall + 251 14 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 15 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 16 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 17 libpython3.9.dylib 0x0000000104b3b797 _PyEval_EvalFrameDefault + 28839 18 libpython3.9.dylib 0x0000000104b3f4ff 0x104a0c000 + 1258751 19 libpython3.9.dylib 0x0000000104a5a0cb _PyFunction_Vectorcall + 251 20 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 21 libpython3.9.dylib 0x0000000104b3b510 _PyEval_EvalFrameDefault + 28192 22 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 23 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 24 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 25 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 26 libpython3.9.dylib 0x0000000104b3e6f3 0x104a0c000 + 1255155 27 libpython3.9.dylib 0x0000000104b3b44e _PyEval_EvalFrameDefault + 27998 28 libpython3.9.dylib 0x0000000104a5a205 0x104a0c000 + 320005 29 libpython3.9.dylib 0x0000000104a5c55b 0x104a0c000 + 329051 30 libpython3.9.dylib 0x0000000104bd9956 0x104a0c000 + 1890646 31 libpython3.9.dylib 0x0000000104b8ca19 0x104a0c000 + 1575449 32 libsystem_pthread.dylib 0x00007fff204588fc _pthread_start + 224 33 libsystem_pthread.dylib 0x00007fff20454443 thread_start + 15

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

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000112585e00 rcx: 0x0000000107ea73c8 rdx: 0x0000000000000000 rdi: 0x0000000000000103 rsi: 0x0000000000000004 rbp: 0x0000000107ea73f0 rsp: 0x0000000107ea73c8 r8: 0x00007fff80750068 r9: 0x0000000000000000 r10: 0x0000000112585e00 r11: 0x0000000000000246 r12: 0x0000000000000103 r13: 0x00007ffeeb1fb800 r14: 0x0000000000000004 r15: 0x0000000000000016 rip: 0x00007fff2042992e rfl: 0x0000000000000246 cr2: 0x0000000107ea6dd0

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Thread 0 instruction stream: 47 20 c4 62 bb f6 4e f0-f3 4c 0f 38 f6 57 28 66 G .b..N..L.8.W(f 4d 0f 38 f6 c3 4c 89 57-28 f3 4c 0f 38 f6 47 30 M.8..L.W(.L.8.G0 c4 62 ab f6 5e f8 4c 89-47 30 48 8d 7f 40 66 4d .@.M 0f 38 f6 d1 c4 62 bb f6-0e e9 39 ff ff ff 48 8d .8...b....9...H. 7f c0 4c 8b 5e e8 48 8b-56 f0 c4 42 fb f7 d3 c4 ..L.^.H.V..B.... 42 fa f7 db 49 21 d3 c4-62 bb f6 ca 49 8d 14 52 B...I!..b...I..R [66]4d 0f 38 f6 c3 f3 4c-0f 38 f6 47 38 c4 62 ab fM.8...L.8.G8.b. <== f6 5e f8 4c 89 47 38 66-4d 0f 38 f6 d1 c4 62 e3 .^.L.G8fM.8...b. f6 0e f3 4c 0f 38 f6 57-40 66 49 0f 38 f6 db 4c ...@.I.8..L 89 57 40 f3 48 0f 38 f6-5f 48 f3 4c 0f 38 f6 c9 .@.***H.8._H.L.8.. 49 11 c9 4c 89 4f 50 4c-8b 4e f0 48 8b 56 f8 c4 I..L.OPL.N.H.V.. 42 fb f7 c1 c4 42 fa f7-c9 49 21 d1 c4 62 ab f6 B....B...I!..b..

Thread 0 last branch register state not available.

Binary Images: 0x1049fb000 - 0x1049fefff +python3 (0) <353C3350-2970-3C72-A885-219F979F24F4> /var/tmp//python3 0x104a0c000 - 0x104c83fff +libpython3.9.dylib (0) <86451832-18F4-37B4-B6F5-FDA94047BF08> /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libpython3.9.dylib 0x104f29000 - 0x104f2cfff +_heapq.cpython-39-darwin.so (0) /var/tmp//_heapq.cpython-39-darwin.so 0x104ff9000 - 0x105000fff +zlib.cpython-39-darwin.so (0) <305B9412-B394-38C8-9B42-81BC4C855C14> /var/tmp//zlib.cpython-39-darwin.so 0x10508d000 - 0x105090fff +_opcode.cpython-39-darwin.so (0) /var/tmp//_opcode.cpython-39-darwin.so 0x10509d000 - 0x1050a4fff +_json.cpython-39-darwin.so (0) /var/tmp//_json.cpython-39-darwin.so 0x105131000 - 0x105134fff +grp.cpython-39-darwin.so (0) <134360E7-3A1F-35F6-8205-7A295B6468C8> /var/tmp//grp.cpython-39-darwin.so 0x105141000 - 0x105144fff +_posixsubprocess.cpython-39-darwin.so (0) <85B8A3C1-2141-3667-B3D5-CA89543719C7> /var/tmp//_posixsubprocess.cpython-39-darwin.so 0x105151000 - 0x105158fff +select.cpython-39-darwin.so (0) /var/tmp//select.cpython-39-darwin.so 0x105165000 - 0x105170fff +math.cpython-39-darwin.so (0) /var/tmp//math.cpython-39-darwin.so 0x1051fd000 - 0x105200fff +_bz2.cpython-39-darwin.so (0) /var/tmp//_bz2.cpython-39-darwin.so 0x10520d000 - 0x105214fff +_lzma.cpython-39-darwin.so (0) <7003BC14-DFB6-3888-9AA8-C44CB3388D73> /var/tmp//_lzma.cpython-39-darwin.so 0x105221000 - 0x105240fff +liblzma.5.dylib (0) /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/liblzma.5.dylib 0x10528d000 - 0x105294fff +_struct.cpython-39-darwin.so (0) <4A21BF92-93B3-38B1-AD18-594F4EC538B4> /var/tmp//_struct.cpython-39-darwin.so 0x105361000 - 0x105364fff +_bisect.cpython-39-darwin.so (0) <423C89A8-81F0-3410-91E4-4250B7FF1D23> /var/tmp//_bisect.cpython-39-darwin.so 0x105371000 - 0x105374fff +_random.cpython-39-darwin.so (0) <5D2E8675-7577-3212-BB8F-5C456126B29B> /var/tmp//_random.cpython-39-darwin.so 0x105381000 - 0x105388fff +_sha512.cpython-39-darwin.so (0) <191F7487-7DB4-33D3-B28A-569C8FBBE39C> /var/tmp//_sha512.cpython-39-darwin.so 0x1054d5000 - 0x1054d8fff +termios.cpython-39-darwin.so (0) <81577702-0B27-355E-8475-D946FEF7328A> /var/tmp//termios.cpython-39-darwin.so 0x1054e5000 - 0x1054e8fff +fcntl.cpython-39-darwin.so (0) <377DC261-61AC-3E65-8993-96B25145E116> /var/tmp//fcntl.cpython-39-darwin.so 0x1054f5000 - 0x1054f8fff +resource.cpython-39-darwin.so (0) /var/tmp//resource.cpython-39-darwin.so 0x105545000 - 0x10554cfff +_hashlib.cpython-39-darwin.so (0) <4E444C5D-7462-368B-B9B5-64C3964ED6D6> /var/tmp//_hashlib.cpython-39-darwin.so 0x105559000 - 0x1055bcfff +libssl.3.dylib (0) <90EA45F7-51E9-34DF-AC4C-8639BAAFCA4A> /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libssl.3.dylib 0x1055ed000 - 0x105880fff +libcrypto.3.dylib (0) <166279BB-6D2A-3088-A23B-3ACE1CA3ACDA> /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libcrypto.3.dylib 0x105961000 - 0x105968fff +_blake2.cpython-39-darwin.so (0) <9055CDCA-D721-3EB3-A588-8A2A378988BB> /var/tmp//_blake2.cpython-39-darwin.so 0x1059f5000 - 0x1059fcfff +binascii.cpython-39-darwin.so (0) <875F88BE-9D17-3A7A-A326-AFB38D51A2A5> /var/tmp//binascii.cpython-39-darwin.so 0x105a49000 - 0x105a58fff +_datetime.cpython-39-darwin.so (0) /var/tmp//_datetime.cpython-39-darwin.so 0x105b65000 - 0x105b7cfff +_pickle.cpython-39-darwin.so (0) <50CFFEAA-14BC-3238-82DF-5F32D67B4FEE> /var/tmp//_pickle.cpython-39-darwin.so 0x105c0d000 - 0x105c18fff +_sqlite3.cpython-39-darwin.so (0) /var/tmp//_sqlite3.cpython-39-darwin.so 0x105ce9000 - 0x105cf8fff +_socket.cpython-39-darwin.so (0) /var/tmp//_socket.cpython-39-darwin.so 0x105d05000 - 0x105d10fff +array.cpython-39-darwin.so (0) <4D44F844-13EA-3C7F-B1EA-4A98EFB39F3A> /var/tmp//array.cpython-39-darwin.so 0x105d1d000 - 0x105d34fff +_ssl.cpython-39-darwin.so (0) /var/tmp//_ssl.cpython-39-darwin.so 0x105dcd000 - 0x105dd0fff +_contextvars.cpython-39-darwin.so (0) /var/tmp//_contextvars.cpython-39-darwin.so 0x105ddd000 - 0x105de4fff +_asyncio.cpython-39-darwin.so (0) <83798C87-2C9F-31D3-BD57-90AAC672E2EB> /var/tmp//_asyncio.cpython-39-darwin.so 0x106231000 - 0x10633cfff +unicodedata.cpython-39-darwin.so (0) /var/tmp//unicodedata.cpython-39-darwin.so 0x10644d000 - 0x106450fff +_queue.cpython-39-darwin.so (0) /var/tmp//_queue.cpython-39-darwin.so 0x10675d000 - 0x106760fff +_scproxy.cpython-39-darwin.so (0) <87254BF6-7083-3D0A-82A1-92084DBC5C77> /var/tmp//_scproxy.cpython-39-darwin.so 0x1067ad000 - 0x1067b0fff +_lsprof.cpython-39-darwin.so (0) /var/tmp//_lsprof.cpython-39-darwin.so 0x10687d000 - 0x106890fff +_ctypes.cpython-39-darwin.so (0) /var/tmp//_ctypes.cpython-39-darwin.so 0x1068a1000 - 0x1068acfff +constants.cpython-39-darwin.so (0) /var/tmp//constants.cpython-39-darwin.so 0x1068b9000 - 0x10691cfff +libzmq.5.dylib (0) <42789D2D-5861-3F03-A729-7778C4E24E2D> /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libzmq.5.dylib 0x106935000 - 0x106938fff +error.cpython-39-darwin.so (0) <1C1C16AF-A554-3D46-B1A8-B43E1BBD6636> /var/tmp//error.cpython-39-darwin.so 0x106945000 - 0x106954fff +message.cpython-39-darwin.so (0) <06FEA29C-FE56-31AE-9D45-9D3000640B35> /var/tmp//message.cpython-39-darwin.so 0x106961000 - 0x106968fff +context.cpython-39-darwin.so (0) <6C8BE5B2-EB15-3210-A524-672811D2A698> /var/tmp//context.cpython-39-darwin.so 0x106975000 - 0x10698cfff +socket.cpython-39-darwin.so (0) <1D9026A0-9C33-3307-8CA1-32F7F68BACB6> /var/tmp//socket.cpython-39-darwin.so 0x10699d000 - 0x1069a4fff +utils.cpython-39-darwin.so (0) <913E9438-F667-39B5-AD01-8B79ABCB35B5> /var/tmp//utils.cpython-39-darwin.so 0x1069b1000 - 0x1069bcfff +_poll.cpython-39-darwin.so (0) <13462BC3-F6D1-3326-B3DA-CDDE894B1EB0> /var/tmp//_poll.cpython-39-darwin.so 0x1069c9000 - 0x1069ccfff +_version.cpython-39-darwin.so (0) <6A1A89E8-48B9-3915-A619-20A69B4F45DC> /var/tmp//_version.cpython-39-darwin.so 0x1069d9000 - 0x1069e0fff +_device.cpython-39-darwin.so (0) /var/tmp//_device.cpython-39-darwin.so 0x1069ed000 - 0x1069f4fff +_proxy_steerable.cpython-39-darwin.so (0) <5194DA06-B350-345A-8458-7FCE47DEE8C9> /var/tmp//_proxy_steerable.cpython-39-darwin.so 0x106ac1000 - 0x106ac4fff +_uuid.cpython-39-darwin.so (0) <6B7BA348-F15A-387F-B745-706940C40AF7> /var/tmp//_uuid.cpython-39-darwin.so 0x106b11000 - 0x106b14fff +speedups.cpython-39-darwin.so (0) /var/tmp//speedups.cpython-39-darwin.so 0x106b21000 - 0x106b34fff +_curses.cpython-39-darwin.so (0) <795FDA0F-E3B5-3D4F-8385-D5DAA9262415> /var/tmp//_curses.cpython-39-darwin.so 0x106bc5000 - 0x106c04fff +_decimal.cpython-39-darwin.so (0) <5D0D1DE9-16EC-3548-8EA0-C400791EFB47> /var/tmp//_decimal.cpython-39-darwin.so 0x106d11000 - 0x106d14fff +string.cpython-39-darwin.so (0) <02BC7451-20F9-37A7-8AD4-B4EE5F519D3D> /var/tmp//string.cpython-39-darwin.so 0x106d21000 - 0x106d38fff +lazy_import.cpython-39-darwin.so (0) <1B5DEC0E-23C1-3204-989D-733811619026> /var/tmp//lazy_import.cpython-39-darwin.so 0x106d51000 - 0x106d58fff +lazy_string.cpython-39-darwin.so (0) <2E9BA873-6B0C-344D-9CA2-03E90EFDE0F1> /var/tmp//lazy_string.cpython-39-darwin.so 0x106d65000 - 0x106d6cfff +instancedoc.cpython-39-darwin.so (0) <77524111-48EA-31DD-AFAD-EAB924608CFC> /var/tmp//instancedoc.cpython-39-darwin.so 0x106e92000 - 0x106ecdfff +element.cpython-39-darwin.so (0) /var/tmp//element.cpython-39-darwin.so 0x106efe000 - 0x106f7dfff +libgmp.10.dylib (0) /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libgmp.10.dylib 0x106f92000 - 0x106fadfff +sage_object.cpython-39-darwin.so (0) <74BFAC9D-8FC6-3968-81F6-313DCF97C484> /var/tmp//sage_object.cpython-39-darwin.so 0x106fbe000 - 0x106fe5fff +persist.cpython-39-darwin.so (0) /var/tmp//persist.cpython-39-darwin.so 0x10703a000 - 0x10703dfff +inherit_comparison.cpython-39-darwin.so (0) /var/tmp//inherit_comparison.cpython-39-darwin.so 0x10704a000 - 0x107055fff +nested_class.cpython-39-darwin.so (0) /var/tmp//nested_class.cpython-39-darwin.so 0x1070a2000 - 0x1070adfff +classcall_metaclass.cpython-39-darwin.so (0) <688BF6A4-60AF-35BB-BD2F-162CD3092C11> /var/tmp//classcall_metaclass.cpython-39-darwin.so 0x1070be000 - 0x1070d1fff +category_object.cpython-39-darwin.so (0) <79ED37E0-70CD-3FF4-BB9A-C84406B38170> /var/tmp//category_object.cpython-39-darwin.so 0x1070e2000 - 0x1070e9fff +getattr.cpython-39-darwin.so (0) /var/tmp//getattr.cpython-39-darwin.so 0x1070f6000 - 0x1070f9fff +debug_options.cpython-39-darwin.so (0) <97181886-B314-3B0A-AF38-C79F8E367082> /var/tmp//debug_options.cpython-39-darwin.so 0x107106000 - 0x107149fff +cachefunc.cpython-39-darwin.so (0) /var/tmp//cachefunc.cpython-39-darwin.so 0x10716e000 - 0x107175fff +function_mangling.cpython-39-darwin.so (0) <7557C013-DF6E-3C34-96AE-1EC2352AEA69> /var/tmp//function_mangling.cpython-39-darwin.so 0x107182000 - 0x107191fff +weak_dict.cpython-39-darwin.so (0) <23917BD4-ABC3-37B3-A51E-B8C1AD49AD89> /var/tmp//weak_dict.cpython-39-darwin.so 0x1071a2000 - 0x1071a5fff +dict_del_by_value.cpython-39-darwin.so (0) <94825C30-1DD6-3F09-B19A-9711E85B9196> /var/tmp//dict_del_by_value.cpython-39-darwin.so 0x1071b2000 - 0x1071d9fff +c3_controlled.cpython-39-darwin.so (0) /var/tmp//c3_controlled.cpython-39-darwin.so 0x107232000 - 0x10723dfff +lazy_attribute.cpython-39-darwin.so (0) /var/tmp//lazy_attribute.cpython-39-darwin.so 0x10724a000 - 0x107251fff +fast_methods.cpython-39-darwin.so (0) <18F7125B-C51F-384B-B631-C283CBB92796> /var/tmp//fast_methods.cpython-39-darwin.so 0x10725e000 - 0x107261fff +constant_function.cpython-39-darwin.so (0) /var/tmp//constant_function.cpython-39-darwin.so 0x10726e000 - 0x107279fff +richcmp.cpython-39-darwin.so (0) <1B584FD0-CC39-364C-9069-337CEC520B85> /var/tmp//richcmp.cpython-39-darwin.so 0x10728a000 - 0x10728dfff +builtin_types.cpython-39-darwin.so (0) /var/tmp//builtin_types.cpython-39-darwin.so 0x10729a000 - 0x1072a5fff +category_cy_helper.cpython-39-darwin.so (0) /var/tmp//category_cy_helper.cpython-39-darwin.so 0x1072b2000 - 0x1072c9fff +coerce_dict.cpython-39-darwin.so (0) /var/tmp//coerce_dict.cpython-39-darwin.so 0x1072da000 - 0x107dd1fff +libpari-gmp-tls.dylib (0) /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libpari-gmp-tls.dylib 0x107e8e000 - 0x107e99fff +signals.cpython-39-darwin.so (0) <0EBBDE50-DDDF-32CB-8F8C-546A7541C47D> /var/tmp//signals.cpython-39-darwin.so 0x107eb2000 - 0x107ee9fff +parent.cpython-39-darwin.so (0) <1F390A6C-53FE-3BA1-AD37-144B1224551F> /var/tmp//parent.cpython-39-darwin.so 0x107f0a000 - 0x107f2dfff +map.cpython-39-darwin.so (0) <1BA59FF4-9A89-3C23-8AF7-3F5A6EE2A800> /var/tmp//map.cpython-39-darwin.so 0x107f4e000 - 0x107f55fff +pythonclass.cpython-39-darwin.so (0) <98BE6E7B-8EE5-36D8-AA64-2E38CE580C45> /var/tmp//pythonclass.cpython-39-darwin.so 0x107f62000 - 0x107f6dfff +category_singleton.cpython-39-darwin.so (0) /var/tmp//category_singleton.cpython-39-darwin.so 0x107ffa000 - 0x108009fff +functor.cpython-39-darwin.so (0) <64883B92-A9D5-3334-85D3-81E7DFDA701D> /var/tmp//functor.cpython-39-darwin.so 0x10801a000 - 0x108031fff +morphism.cpython-39-darwin.so (0) <2BDD1BA3-7252-3E39-A5C2-9CD0C89F276D> /var/tmp//morphism.cpython-39-darwin.so 0x108042000 - 0x108049fff +power.cpython-39-darwin.so (0) <0DEA5BBB-BAAE-3B31-9371-FE50EA272FB0> /var/tmp//power.cpython-39-darwin.so 0x108056000 - 0x108089fff +coerce.cpython-39-darwin.so (0) <464ED1DD-175A-3876-8BAA-6FCC2B790647> /var/tmp//coerce.cpython-39-darwin.so 0x1080a6000 - 0x10810dfff +gmpy2.cpython-39-darwin.so (0) /var/tmp//gmpy2.cpython-39-darwin.so 0x108126000 - 0x108139fff +libmpc.3.dylib (0) <1BFE6C98-823C-3EAF-87DD-6026BCAB53C6> /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libmpc.3.dylib 0x10814a000 - 0x1081adfff +libmpfr.6.dylib (0) <8C637C72-23C4-3E3D-A327-D885F58D74EC> /Applications/SageMath-9-3.app/Contents/Frameworks/Sage.framework/Versions/9.3/local/lib/libmpfr.6.dylib 0x108202000 - 0x108215fff +action.cpython-39-darwin.so (0) <0EFA0D3C-F791-3BC5-81EF-CD814AB8601B> /var/tmp//action.cpython-39-darwin.so 0x108226000 - 0x108245fff +coerce_actions.cpython-39-darwin.so (0) /var/tmp//coerce_actions.cpython-39-darwin.so 0x10825a000 - 0x108275fff +coerce_maps.cpython-39-darwin.so (0) /var/tmp//coerce_maps.cpython-39-darwin.so 0x108286000 - 0x108289fff +type.cpython-39-darwin.so (0) <0FF6BE2E-BAF6-3A4F-9859-AF4EEFA84661> /var/tmp//type.cpython-39-darwin.so 0x1083d6000 - 0x108401fff +pyexpat.cpython-39-darwin.so (0) <6566DB49-BE17-3CBB-9F50-5331ED1F6D94> /var/tmp//pyexpat.cpython-39-darwin.so 0x10840e000 - 0x108421fff +randstate.cpython-39-darwin.so (0) /var/tmp//randstate.cpython-39-darwin.so 0x108432000 - 0x108435fff +pylong.cpython-39-darwin.so (0) /var/tmp//pylong.cpython-39-darwin.so 0x1124ae000 - 0x112549fff dyld (852) <1AC76561-4F9A-34B1-BA7C-4516CACEAED7> /usr/lib/dyld 0x7fff20190000 - 0x7fff20191fff libsystem_blocks.dylib (79) <48AF56A9-6E42-3A5E-A213-E6AFD8F81044> /usr/lib/system/libsystem_blocks.dylib 0x7fff20192000 - 0x7fff201c7fff libxpc.dylib (2038.120.1) <5751A7F5-6DC5-3090-B7F1-D90ED71BEF1F> /usr/lib/system/libxpc.dylib 0x7fff201c8000 - 0x7fff201dffff libsystem_trace.dylib (1277.120.1) <8E243C00-BFC2-3FAA-989C-0D72314DB04D> /usr/lib/system/libsystem_trace.dylib 0x7fff201e0000 - 0x7fff2027dfff libcorecrypto.dylib (1000.120.2) /usr/lib/system/libcorecrypto.dylib 0x7fff2027e000 - 0x7fff202aafff libsystem_malloc.dylib (317.121.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff202ab000 - 0x7fff202effff libdispatch.dylib (1271.120.2) <7B229797-1F2E-3409-9D0C-060C7EEF2E12> /usr/lib/system/libdispatch.dylib 0x7fff202f0000 - 0x7fff20329fff libobjc.A.dylib (824) /usr/lib/libobjc.A.dylib 0x7fff2032a000 - 0x7fff2032cfff libsystem_featureflags.dylib (28.60.1) <77F7F479-39BD-3111-BE3C-C74567FD120C> /usr/lib/system/libsystem_featureflags.dylib 0x7fff2032d000 - 0x7fff203b5fff libsystem_c.dylib (1439.100.3) <38F8A126-C995-349A-B909-FF831914ED2E> /usr/lib/system/libsystem_c.dylib 0x7fff203b6000 - 0x7fff2040bfff libc++.1.dylib (905.6) /usr/lib/libc++.1.dylib 0x7fff2040c000 - 0x7fff20421fff libc++abi.dylib (905.6) /usr/lib/libc++abi.dylib 0x7fff20422000 - 0x7fff20451fff libsystem_kernel.dylib (7195.121.3) /usr/lib/system/libsystem_kernel.dylib 0x7fff20452000 - 0x7fff2045dfff libsystem_pthread.dylib (454.120.2) <17482C9D-061E-3769-AC9E-BE1239D33098> /usr/lib/system/libsystem_pthread.dylib 0x7fff2045e000 - 0x7fff20499fff libdyld.dylib (852) /usr/lib/system/libdyld.dylib 0x7fff2049a000 - 0x7fff204a3fff libsystem_platform.dylib (254.80.2) <8664A4CD-EE27-3C71-B5CC-06E2B1B4F394> /usr/lib/system/libsystem_platform.dylib 0x7fff204a4000 - 0x7fff204cffff libsystem_info.dylib (542.40.3) /usr/lib/system/libsystem_info.dylib 0x7fff204d0000 - 0x7fff2096dfff com.apple.CoreFoundation (6.9 - 1776.103) <01EFB7F8-BCE6-32DF-A0B8-02F9027F882C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff2096e000 - 0x7fff20ba2fff com.apple.LaunchServices (1122.38 - 1122.38) <241B3D82-2C9C-3F7D-88BD-AC78A689FF04> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff20ba3000 - 0x7fff20c76fff com.apple.gpusw.MetalTools (1.0 - 1) <03202B68-E515-3CBE-AC5A-39E80A702A6F> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff20c77000 - 0x7fff20ed3fff libBLAS.dylib (1336.120.1) <44514FE9-B994-380E-8341-4ABA30DB8895> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff20ed4000 - 0x7fff20f21fff com.apple.Lexicon-framework (1.0 - 86.2) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff20f22000 - 0x7fff20f90fff libSparse.dylib (106) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff20f91000 - 0x7fff2100efff com.apple.SystemConfiguration (1.20 - 1.20) <81EDA68C-051A-3F4C-B79E-B53B365B67B1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff2100f000 - 0x7fff21043fff libCRFSuite.dylib (50) <703BB228-D959-3009-AF3F-0015588F531A> /usr/lib/libCRFSuite.dylib 0x7fff21044000 - 0x7fff2127cfff libmecabra.dylib (929.10) <43C2A11F-7F68-31B6-AD65-31282837DED3> /usr/lib/libmecabra.dylib 0x7fff2127d000 - 0x7fff215dbfff com.apple.Foundation (6.9 - 1776.103) <3C3B967D-778D-30BF-A3F8-E734FAFD76F2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff215dc000 - 0x7fff216c4fff com.apple.LanguageModeling (1.0 - 247.3) <58ACD840-A17B-3CB0-B010-7E4493C5BC5C> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff222e4000 - 0x7fff22638fff com.apple.security (7.0 - 59754.120.12) <7C3D689E-9B3E-3F73-ACF0-F40C1297D180> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff22639000 - 0x7fff22898fff libicucore.A.dylib (66112) <9957A773-012E-3ABA-9587-CFF787170AE8> /usr/lib/libicucore.A.dylib 0x7fff22899000 - 0x7fff228a2fff libsystem_darwin.dylib (1439.100.3) /usr/lib/system/libsystem_darwin.dylib 0x7fff228a3000 - 0x7fff22b8efff com.apple.CoreServices.CarbonCore (1307.3 - 1307.3) <1C5425B5-0E8C-3691-99AB-44F17F357C81> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff22bce000 - 0x7fff22c08fff com.apple.CSStore (1122.38 - 1122.38) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff22c09000 - 0x7fff22cb7fff com.apple.framework.IOKit (2.0.2 - 1845.120.6) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff22cb8000 - 0x7fff22cc3fff libsystem_notify.dylib (279.40.4) <7FFECC25-FA84-3B59-9CC8-4D9DC84E6EC1> /usr/lib/system/libsystem_notify.dylib 0x7fff24127000 - 0x7fff247adfff libnetwork.dylib (2288.121.1) <728F736C-8AB2-30C0-8E61-A84F34642B18> /usr/lib/libnetwork.dylib 0x7fff247ae000 - 0x7fff24c4cfff com.apple.CFNetwork (1240.0.4 - 1240.0.4) <83684BEF-A3CE-3227-8E10-A8A538CCA9AE> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff24c4d000 - 0x7fff24c5bfff libsystem_networkextension.dylib (1295.120.5) <02486B74-EAAD-3055-AE20-F12E79B39297> /usr/lib/system/libsystem_networkextension.dylib 0x7fff24c5c000 - 0x7fff24c5cfff libenergytrace.dylib (22.100.1) <7039CE14-0DED-3FD3-A540-A01DEFC4314D> /usr/lib/libenergytrace.dylib 0x7fff24c5d000 - 0x7fff24cb9fff libMobileGestalt.dylib (978.120.1) <9FF187B8-854F-338D-BD6A-AE142C815617> /usr/lib/libMobileGestalt.dylib 0x7fff24cba000 - 0x7fff24cd0fff libsystem_asl.dylib (385) /usr/lib/system/libsystem_asl.dylib 0x7fff24cd1000 - 0x7fff24ce8fff com.apple.TCC (1.0 - 1) <5D202FF3-7BD8-3384-A8AB-7D62CD14C412> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff26007000 - 0x7fff261bafff libsqlite3.dylib (321.3) /usr/lib/libsqlite3.dylib 0x7fff26319000 - 0x7fff2638dfff com.apple.AE (918.6 - 918.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff2638e000 - 0x7fff26394fff libdns_services.dylib (1310.120.71) <6F77A4C7-40B9-3062-8650-6E1E2FD07046> /usr/lib/libdns_services.dylib 0x7fff26395000 - 0x7fff2639cfff libsystem_symptoms.dylib (1431.120.1) <3BEA5355-D267-39D4-8BC6-A1703845BD3F> /usr/lib/system/libsystem_symptoms.dylib 0x7fff26529000 - 0x7fff26558fff com.apple.analyticsd (1.0 - 1) <2DABBC97-042F-39C7-85A5-A6F47BCAC5EC> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff26559000 - 0x7fff2655bfff libDiagnosticMessagesClient.dylib (112) <8D0655AC-218F-3AA6-9802-2444E6801067> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff2655c000 - 0x7fff265a8fff com.apple.spotlight.metadata.utilities (1.0 - 2150.21) <7CE4BC56-65ED-3D75-8DA0-05EFE1BA2256> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff265a9000 - 0x7fff26643fff com.apple.Metadata (10.7.0 - 2150.21) <04F83B90-3535-326F-8897-D43F55DDE771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff26644000 - 0x7fff2664afff com.apple.DiskArbitration (2.7 - 2.7) <97F9E5D9-0942-3AD6-8D31-65106C452CB8> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff2664b000 - 0x7fff26cb2fff com.apple.vImage (8.1 - 544.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff2720b000 - 0x7fff2721afff com.apple.OpenDirectory (11.4 - 230.40.1) <32596EC3-5500-3B18-ABCD-D92EDEDE74BF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff2721b000 - 0x7fff2723afff com.apple.CFOpenDirectory (11.4 - 230.40.1) <3AA364D1-58AE-3C8D-B897-5B4AC3256BE7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff2723b000 - 0x7fff27247fff com.apple.CoreServices.FSEvents (1290.120.5 - 1290.120.5) <4C4959DF-FE61-30E8-8BBB-3BF674BE203A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff27248000 - 0x7fff2726cfff com.apple.coreservices.SharedFileList (144 - 144) <4418DDA1-CA34-3402-97F2-CE9B60019617> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff2726d000 - 0x7fff2726ffff libapp_launch_measurement.dylib (14.1) <78905455-A807-3D67-AD56-FF8C22D31B16> /usr/lib/libapp_launch_measurement.dylib 0x7fff27270000 - 0x7fff272b7fff com.apple.CoreAutoLayout (1.0 - 21.10.1) /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x7fff272b8000 - 0x7fff2739afff libxml2.2.dylib (34.9) <08E7CAB2-0EED-376C-880A-E52CC01E82F3> /usr/lib/libxml2.2.dylib 0x7fff283a3000 - 0x7fff283b3fff libsystem_containermanager.dylib (318.100.4) <2BBFF58C-D27E-3371-968D-7DE1E53749F6> /usr/lib/system/libsystem_containermanager.dylib 0x7fff283b4000 - 0x7fff283c5fff com.apple.IOSurface (290.8.1 - 290.8.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff283c6000 - 0x7fff283cffff com.apple.IOAccelerator (442.9 - 442.9) <91FA0C86-BD36-373C-B91A-7360D27CA614> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff283d0000 - 0x7fff284f3fff com.apple.Metal (244.201 - 244.201) <5197E017-D6CD-3611-A8B5-76A4FB901C6A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff29054000 - 0x7fff290bafff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <20902DA8-4AAB-36C8-9224-4F9E828B465A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff290bb000 - 0x7fff290befff libsystem_configuration.dylib (1109.120.1) /usr/lib/system/libsystem_configuration.dylib 0x7fff290bf000 - 0x7fff290c3fff libsystem_sandbox.dylib (1441.120.5) /usr/lib/system/libsystem_sandbox.dylib 0x7fff290c4000 - 0x7fff290c5fff com.apple.AggregateDictionary (1.0 - 1) <4394E8DB-F6D9-3F85-B894-F463378DC1B4> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff290c6000 - 0x7fff290c9fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <1826DE1C-06B1-3140-A9A2-F7D55C1D9DB6> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff290ca000 - 0x7fff290cbfff liblangid.dylib (136) /usr/lib/liblangid.dylib 0x7fff290cc000 - 0x7fff29170fff com.apple.CoreNLP (1.0 - 245.2) <9B1C60E4-2B36-34A7-AF43-7EEC914FA1FE> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff29171000 - 0x7fff29177fff com.apple.LinguisticData (1.0 - 399) <48C87E01-670A-336C-9D37-723E06BE422D> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff29178000 - 0x7fff29820fff libBNNS.dylib (288.100.5) <48BD7046-5DBD-3F3D-AD81-376AD24FA45D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff29821000 - 0x7fff299f3fff libvDSP.dylib (760.100.3) <372AD8C6-F390-3257-A886-D3B545AAB98C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff299f4000 - 0x7fff29a05fff com.apple.CoreEmoji (1.0 - 128.4) <677784E7-E4E6-3405-AC53-DD66197C4821> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff29a06000 - 0x7fff29a10fff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x7fff29d1a000 - 0x7fff29da5fff com.apple.securityfoundation (6.0 - 55240.40.4) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff29da6000 - 0x7fff29daffff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <4B88024D-62DB-3E5D-BCA2-076663214608> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff29db0000 - 0x7fff29db4fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E760B22-944C-387A-903F-C9184CE788B9> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff29db5000 - 0x7fff29db7fff libquarantine.dylib (119.40.2) <4611645F-5817-3A80-8382-2DB03A8C0141> /usr/lib/system/libquarantine.dylib 0x7fff29db8000 - 0x7fff29dc3fff libCheckFix.dylib (31) <33CE141E-48F5-3974-BD63-1F63558BB452> /usr/lib/libCheckFix.dylib 0x7fff29dc4000 - 0x7fff29ddbfff libcoretls.dylib (169.100.1) <68726723-2EA1-3007-89ED-F66725A6AA7E> /usr/lib/libcoretls.dylib 0x7fff29ddc000 - 0x7fff29decfff libbsm.0.dylib (68.40.1) <77DF90DF-D5C2-3178-AAA7-96FC6D9F2312> /usr/lib/libbsm.0.dylib 0x7fff29ded000 - 0x7fff29e36fff libmecab.dylib (929.10) <48F1EC4F-7D85-347F-B20C-7225AF2499A4> /usr/lib/libmecab.dylib 0x7fff29e37000 - 0x7fff29e3cfff libgermantok.dylib (24) <171A100F-C862-3CA2-A308-5AA9EF24B690> /usr/lib/libgermantok.dylib 0x7fff29e3d000 - 0x7fff29e52fff libLinearAlgebra.dylib (1336.120.1) <09738E52-FA24-3239-895D-F762C920F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff29e53000 - 0x7fff2a071fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff2a072000 - 0x7fff2a0c1fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <1C3D9332-2C1D-3B52-A679-35BC37A3E8F0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff2a0c2000 - 0x7fff2a223fff com.apple.MLCompute (1.0 - 1) <0B7ADB41-62BE-32EE-821A-BB7141DE8B42> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x7fff2a224000 - 0x7fff2a25afff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff2a25b000 - 0x7fff2a2b1fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <0E99566D-A21A-304F-AF1A-A9530AED8A92> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff2a2b2000 - 0x7fff2a342fff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <1C395A17-2F98-35A5-B768-F22A714100D0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff2a343000 - 0x7fff2a352fff com.apple.AppleFSCompression (125 - 1.0) <6BD3FF9C-BCEE-3AB9-AC52-71A75D1C54AD> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff2a353000 - 0x7fff2a35ffff libbz2.1.0.dylib (44) /usr/lib/libbz2.1.0.dylib 0x7fff2a360000 - 0x7fff2a364fff libsystem_coreservices.dylib (127.1) <1E2DA16B-D528-3D43-86C2-2BB9127954A0> /usr/lib/system/libsystem_coreservices.dylib 0x7fff2a365000 - 0x7fff2a392fff com.apple.CoreServices.OSServices (1122.38 - 1122.38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff2a561000 - 0x7fff2a573fff libz.1.dylib (76) /usr/lib/libz.1.dylib 0x7fff2a574000 - 0x7fff2a5bbfff libsystem_m.dylib (3186.100.3) <21949128-D4E6-3179-B248-41B05C1CE102> /usr/lib/system/libsystem_m.dylib 0x7fff2a5bc000 - 0x7fff2a5bcfff libcharset.1.dylib (59) <4B3453D8-277A-38D3-862D-28DF71F3E285> /usr/lib/libcharset.1.dylib 0x7fff2a5bd000 - 0x7fff2a5c2fff libmacho.dylib (980) <3677B3B7-03E8-3804-B2FE-5640B18FE40E> /usr/lib/system/libmacho.dylib 0x7fff2a5c3000 - 0x7fff2a5defff libkxld.dylib (7195.121.3) /usr/lib/system/libkxld.dylib 0x7fff2a5df000 - 0x7fff2a5eafff libcommonCrypto.dylib (60178.120.3) /usr/lib/system/libcommonCrypto.dylib 0x7fff2a5eb000 - 0x7fff2a5f5fff libunwind.dylib (201) <3149D79A-911B-39ED-9C93-6C7E6B0860C7> /usr/lib/system/libunwind.dylib 0x7fff2a5f6000 - 0x7fff2a5fdfff liboah.dylib (203.46) <0A17EAFC-15E9-37FE-8EE2-DE0F7F220AD8> /usr/lib/liboah.dylib 0x7fff2a5fe000 - 0x7fff2a608fff libcopyfile.dylib (173.40.2) <7304CA0D-E93C-367F-9BEE-AC56B873F06C> /usr/lib/system/libcopyfile.dylib 0x7fff2a609000 - 0x7fff2a610fff libcompiler_rt.dylib (102.2) <0DB1902E-C79C-3E26-BE51-F70960ECF0B9> /usr/lib/system/libcompiler_rt.dylib 0x7fff2a611000 - 0x7fff2a613fff libsystem_collections.dylib (1439.100.3) /usr/lib/system/libsystem_collections.dylib 0x7fff2a614000 - 0x7fff2a616fff libsystem_secinit.dylib (87.60.1) <8C33D323-C11C-34CB-9295-4D7C98B8AFD6> /usr/lib/system/libsystem_secinit.dylib 0x7fff2a617000 - 0x7fff2a619fff libremovefile.dylib (49.120.1) <6DEAEEC9-2A65-3C7B-A9CE-23245772FD07> /usr/lib/system/libremovefile.dylib 0x7fff2a61a000 - 0x7fff2a61afff libkeymgr.dylib (31) /usr/lib/system/libkeymgr.dylib 0x7fff2a61b000 - 0x7fff2a622fff libsystem_dnssd.dylib (1310.120.71) <7BB607FE-EF79-3144-8BD0-A66792FF1443> /usr/lib/system/libsystem_dnssd.dylib 0x7fff2a623000 - 0x7fff2a628fff libcache.dylib (83) <8B201058-2C34-3C12-9A7A-898CB0AAD150> /usr/lib/system/libcache.dylib 0x7fff2a629000 - 0x7fff2a62afff libSystem.B.dylib (1292.120.1) /usr/lib/libSystem.B.dylib 0x7fff2a62b000 - 0x7fff2a62efff libfakelink.dylib (3) /usr/lib/libfakelink.dylib 0x7fff2a62f000 - 0x7fff2a62ffff com.apple.SoftLinking (1.0 - 1) <6C04D3E0-BFE0-32E2-A098-46D726F9B429> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x7fff2a630000 - 0x7fff2a667fff libpcap.A.dylib (98.100.3) <87B9769E-D88E-37F9-BB83-B327527AE79C> /usr/lib/libpcap.A.dylib 0x7fff2a668000 - 0x7fff2a758fff libiconv.2.dylib (59) /usr/lib/libiconv.2.dylib 0x7fff2a759000 - 0x7fff2a76afff libcmph.dylib (8) /usr/lib/libcmph.dylib 0x7fff2a76b000 - 0x7fff2a7dcfff libarchive.2.dylib (83.100.2) <5DF98631-FBAC-3F17-B4D1-0115CE6C009B> /usr/lib/libarchive.2.dylib 0x7fff2a7dd000 - 0x7fff2a844fff com.apple.SearchKit (1.4.1 - 1.4.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff2a845000 - 0x7fff2a846fff libThaiTokenizer.dylib (3) <1D735582-F932-3279-9F47-D10EAD1CA9A2> /usr/lib/libThaiTokenizer.dylib 0x7fff2a847000 - 0x7fff2a869fff com.apple.applesauce (1.0 - 16.28) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff2a86a000 - 0x7fff2a881fff libapple_nghttp2.dylib (1.41) <303C40AC-4212-3B20-ABF6-91F46A79B78B> /usr/lib/libapple_nghttp2.dylib 0x7fff2a882000 - 0x7fff2a898fff libSparseBLAS.dylib (1336.120.1) <3C4D290C-13A4-3A3D-B7C9-3BA0A4C9C7A5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff2a899000 - 0x7fff2a89afff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <9D78B798-7218-3327-8E50-CF321EDB22B1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff2a89b000 - 0x7fff2a89ffff libpam.2.dylib (28.40.1) /usr/lib/libpam.2.dylib 0x7fff2a8a0000 - 0x7fff2a8bffff libcompression.dylib (96.120.1) <591F0E34-3C41-3D94-98BA-9BB50E608787> /usr/lib/libcompression.dylib 0x7fff2a8c0000 - 0x7fff2a8c5fff libQuadrature.dylib (7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff2a8c6000 - 0x7fff2ac63fff libLAPACK.dylib (1336.120.1) <3F036666-341C-3570-8136-CDF170C02DE7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff2ac64000 - 0x7fff2acb3fff com.apple.DictionaryServices (1.2 - 341) <3EC1918E-0345-3EC6-BAE0-04B94A0B6809> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff2acb4000 - 0x7fff2acccfff liblzma.5.dylib (16) <10B7343A-0322-3A1F-B6AE-06FC709F1BDE> /usr/lib/liblzma.5.dylib 0x7fff2accd000 - 0x7fff2accefff libcoretls_cfhelpers.dylib (169.100.1) /usr/lib/libcoretls_cfhelpers.dylib 0x7fff2accf000 - 0x7fff2adcafff com.apple.APFS (1677.120.9 - 1677.120.9) <599AAB82-F105-3ACC-BBFA-2D3D276A312C> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff2adcb000 - 0x7fff2add8fff libxar.1.dylib (452) /usr/lib/libxar.1.dylib 0x7fff2add9000 - 0x7fff2addcfff libutil.dylib (58.40.2) <4D8FD41B-89A5-31DA-BB0E-7F13C3B1652F> /usr/lib/libutil.dylib 0x7fff2addd000 - 0x7fff2ae05fff libxslt.1.dylib (17.4) /usr/lib/libxslt.1.dylib 0x7fff2ae06000 - 0x7fff2ae10fff libChineseTokenizer.dylib (37.1) <44E1A716-E405-3E54-874F-C5011146B318> /usr/lib/libChineseTokenizer.dylib 0x7fff2ae11000 - 0x7fff2aecefff libvMisc.dylib (760.100.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff2da30000 - 0x7fff2da30fff liblaunch.dylib (2038.120.1) /usr/lib/system/liblaunch.dylib 0x7fff2da31000 - 0x7fff2da36fff libffi.dylib (27) <6040E763-EB9C-34CB-B2FE-3C216012A9ED> /usr/lib/libffi.dylib 0x7fff2febf000 - 0x7fff2febffff libsystem_product_info_filter.dylib (8.40.1) /usr/lib/system/libsystem_product_info_filter.dylib 0x7fff2ff97000 - 0x7fff2ff97fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff2ffbd000 - 0x7fff2ffbdfff com.apple.CoreServices (1122.38 - 1122.38) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff30179000 - 0x7fff30179fff com.apple.Accelerate (1.11 - Accelerate 1.11) <2BCB5475-FDEF-379A-BB0E-B1A3AA7F5B83> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff40d6b000 - 0x7fff40d9afff libncurses.5.4.dylib (57) <575D6FE4-911D-39E4-8D19-1CC44687CE6D> /usr/lib/libncurses.5.4.dylib 0x7fff6ba65000 - 0x7fff6ba6bfff libCoreFSCache.dylib (200.9) <12A2A7E7-39F7-30A5-AC0B-E09947417D3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=609.9M resident=0K(0%) swapped_out_or_unallocated=609.9M(100%) Writable regions: Total=235.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=235.9M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 Dispatch continuations 64.0M 1 Kernel Alloc Once 8K 1 MALLOC 78.1M 46 MALLOC guard page 16K 4 MALLOC_LARGE (reserved) 256K 1 reserved VM address space (unallocated) SQLite page cache 64K 1 STACK GUARD 32K 8 Stack 66.6M 10 Stack Guard 4K 1 VM_ALLOCATE 25.5M 104 DATA 5822K 249 DATA_CONST 6357K 96 DATA_DIRTY 288K 62 LINKEDIT 504.4M 183 OBJC_RO 70.2M 1 OBJC_RW 2480K 2 TEXT 106.1M 244 UNICODE 588K 1 mapped file 36K 1 shared memory 8K 2 =========== ======= ======= TOTAL 930.8M 1019 TOTAL, minus reserved VM space 930.5M 1019

On 15 Jul 2021, at 22:13, Marc Culler @.***> wrote:

That appears to be the same crash, also in libgmp.10.dylib.

Could you also try removing or temporarily moving your ~/.sage directory?

Also, it would be helpful to see the part of the crash log that shows where libgmp.10.dylib is being found on your system.

Do you still get the error message that mentions JupyterLab?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/3-manifolds/Sage_macOS/issues/19#issuecomment-880982776, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADIU5S7BTHFJV5E53MRDGTLTX46M7ANCNFSM5AL5PWIA.

culler commented 3 years ago

Thank you. I can now see that for both 9.3 and 9.4 the crash happens in the function gmp_randinit_mt. Also the 9.3 version has a bit more information which should be helpful. It is clear from looking at the disassembled libraries that in both cases the crash occurs at the same line of gmp_randinit_mt. I will try to locate where the crash is happening in gmp and see what I can learn from looking at the code.

culler commented 3 years ago

@brunoh2015 reported that the crash still occurs with the 9.4.rc0 prerelease which is compiled with -no-avx2.

culler commented 3 years ago

Closing this issue and merging with #16.