Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fail on macOS Sonoma 14.2, on Apple M2 laptop #889

Open
ptsii opened this issue Dec 28, 2023 · 4 comments
Open

Install fail on macOS Sonoma 14.2, on Apple M2 laptop #889

ptsii opened this issue Dec 28, 2023 · 4 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@ptsii
Copy link

ptsii commented Dec 28, 2023

  • [ √] I didn't find a similar issue already open.
  • [ √] I read the documentation (README AND Wiki)
  • [ √] I have installed FFMpeg
  • [ √] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)

Description

Tried to install using:

conda install -c conda-forge ffmpeg libsndfile
[ran with no errors]

Then:

pip install spleeter

Step to reproduce

conda install -c conda-forge ffmpeg libsndfile
pip install spleeter

Output

Collecting spleeter                                                             
  Using cached spleeter-2.1.0-py3-none-any.whl (50 kB)                          
Collecting ffmpeg-python==0.2.0 (from spleeter)                                 
  Using cached ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)                     
Collecting httpx<0.17.0,>=0.16.1 (from httpx[http2]<0.17.0,>=0.16.1->spleeter)  
  Using cached httpx-0.16.1-py3-none-any.whl (65 kB)                            
Collecting librosa==0.8.0 (from spleeter)                                       
  Using cached librosa-0.8.0.tar.gz (183 kB)                                    
  Preparing metadata (setup.py) ... done                                        
Collecting norbert==0.2.1 (from spleeter)                                       
  Using cached norbert-0.2.1-py2.py3-none-any.whl (11 kB)                       
Collecting numpy<1.19.0,>=1.16.0 (from spleeter)                                
  Using cached numpy-1.18.5.zip (5.4 MB)                                        
  Installing build dependencies ... done                                        
  Getting requirements to build wheel ... done                                  
  Preparing metadata (pyproject.toml) ... error
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [56 lines of output]
      Running from numpy source directory.
      <string>:461: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
      /private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-install-omq0ein8/numpy_8b6672193e87417698a6a169810be05e/tools/cythonize.py:75: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
        required_version = LooseVersion('0.29.14')
      /private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-install-omq0ein8/numpy_8b6672193e87417698a6a169810be05e/tools/cythonize.py:77: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
        if LooseVersion(cython_version) < required_version:
      
      Error compiling Cython file:
      ------------------------------------------------------------
      ...
                  self.rng_state.ctr.v[i] = counter[i]
      
              self._reset_state_variables()
      
              self._bitgen.state = <void *>&self.rng_state
              self._bitgen.next_uint64 = &philox_uint64
                                         ^
      ------------------------------------------------------------
      
      _philox.pyx:195:35: Cannot assign type 'uint64_t (*)(void *) except? -1 nogil' to 'uint64_t (*)(void *) noexcept nogil'. Exception values are incompatible. Suggest adding 'noexcept' to type 'uint64_t (void *) except? -1 nogil'.
      Processing numpy/random/_bounded_integers.pxd.in
      Processing numpy/random/_philox.pyx
      Traceback (most recent call last):
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-install-omq0ein8/numpy_8b6672193e87417698a6a169810be05e/tools/cythonize.py", line 238, in <module>
          main()
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-install-omq0ein8/numpy_8b6672193e87417698a6a169810be05e/tools/cythonize.py", line 234, in main
          find_process_files(root_dir)
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-install-omq0ein8/numpy_8b6672193e87417698a6a169810be05e/tools/cythonize.py", line 225, in find_process_files
          process(root_dir, fromfile, tofile, function, hash_db)
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-install-omq0ein8/numpy_8b6672193e87417698a6a169810be05e/tools/cythonize.py", line 191, in process
          processor_function(fromfile, tofile)
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-install-omq0ein8/numpy_8b6672193e87417698a6a169810be05e/tools/cythonize.py", line 80, in process_pyx
          subprocess.check_call(
        File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 413, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12', '-m', 'cython', '-3', '--fast-fail', '-o', '_philox.c', '_philox.pyx']' returned non-zero exit status 1.
      Cythonizing sources
      Traceback (most recent call last):
        File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
          main()
        File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 149, in prepare_metadata_for_build_wheel
          return hook(metadata_directory, config_settings)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-build-env-k8ou_7d3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 366, in prepare_metadata_for_build_wheel
          self.run_setup()
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-build-env-k8ou_7d3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 480, in run_setup
          super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script)
        File "/private/var/folders/0k/stq7zkqn3h762cyr46w84xfw0000gq/T/pip-build-env-k8ou_7d3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 311, in run_setup
          exec(code, locals())
        File "<string>", line 488, in <module>
        File "<string>", line 469, in setup_package
        File "<string>", line 275, in generate_cython
      RuntimeError: Running cythonize failed!
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Environment

OS MacOS 14.2
Installation type Conda / pip
RAM available 24 GB
Hardware spec not sure ... The laptop is using Apple's M2 chip

Additional context

@ptsii ptsii added bug Something isn't working invalid This doesn't seem right labels Dec 28, 2023
@adamrossmusic
Copy link

adamrossmusic commented Jan 4, 2024

Same problem on Monterey, M1 Max Macbook. Both as standalone and both as a dependency, can't use some tools now because of it.

Python 3.11.7 tho - will try to downgrade

@lacvietanh
Copy link

lacvietanh commented Jan 4, 2024

M1 Ventura, i tried python 3.8, then python3.8 -m pip install spleeter => DONE

@ptsii
Copy link
Author

ptsii commented Jan 7, 2024

Thanks!

I tried:

python3.8 -m pip install --user spleeter
And it looks like it worked (the --user for the pip command installed it locally, not in the root directory - I think this was a permission issue; I didn't want to install with root until I got it working)
The output appeared to be OK, except lots of warnings about the installations not being in the path:
Collecting spleeter Using cached spleeter-2.4.0-py3-none-any.whl (49 kB) Collecting norbert<0.3.0,>=0.2.1 Using cached norbert-0.2.1-py2.py3-none-any.whl (11 kB) Collecting httpx[http2]<0.20.0,>=0.19.0 Using cached httpx-0.19.0-py3-none-any.whl (77 kB) Collecting pandas<2.0.0,>=1.3.0 Using cached pandas-1.5.3-cp38-cp38-macosx_10_9_x86_64.whl (11.9 MB) Collecting ffmpeg-python<0.3.0,>=0.2.0 Using cached ffmpeg_python-0.2.0-py3-none-any.whl (25 kB) Collecting tensorflow<2.10.0,>=2.5.0 Using cached tensorflow-2.9.3-cp38-cp38-macosx_10_14_x86_64.whl (228.6 MB) Collecting typer<0.4.0,>=0.3.2 Using cached typer-0.3.2-py3-none-any.whl (21 kB) Collecting future Using cached future-0.18.3-py3-none-any.whl Requirement already satisfied: sniffio in /usr/local/lib/python3.8/site-packages (from httpx[http2]<0.20.0,>=0.19.0->spleeter) (1.3.0) Collecting certifi Using cached certifi-2023.11.17-py3-none-any.whl (162 kB) Collecting httpcore<0.14.0,>=0.13.3 Using cached httpcore-0.13.7-py3-none-any.whl (58 kB) Collecting charset-normalizer Using cached charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl (121 kB) Requirement already satisfied: rfc3986[idna2008]<2,>=1.3 in /usr/local/lib/python3.8/site-packages (from httpx[http2]<0.20.0,>=0.19.0->spleeter) (1.5.0) Collecting h2<5,>=3 Using cached h2-4.1.0-py3-none-any.whl (57 kB) Collecting scipy Using cached scipy-1.10.1-cp38-cp38-macosx_10_9_x86_64.whl (35.0 MB) Collecting python-dateutil>=2.8.1 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Requirement already satisfied: numpy>=1.20.3 in /usr/local/lib/python3.8/site-packages (from pandas<2.0.0,>=1.3.0->spleeter) (1.24.4) Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/site-packages (from pandas<2.0.0,>=1.3.0->spleeter) (2023.3.post1) Requirement already satisfied: wrapt>=1.11.0 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (1.16.0) Requirement already satisfied: typing-extensions>=3.6.6 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (4.9.0) Requirement already satisfied: libclang>=13.0.0 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (16.0.6) Collecting keras-preprocessing>=1.1.1 Using cached Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB) Collecting absl-py>=1.0.0 Using cached absl_py-2.0.0-py3-none-any.whl (130 kB) Collecting h5py>=2.9.0 Using cached h5py-3.10.0-cp38-cp38-macosx_10_9_x86_64.whl (3.2 MB) Collecting grpcio<2.0,>=1.24.3 Using cached grpcio-1.60.0-cp38-cp38-macosx_10_10_universal2.whl (9.7 MB) Requirement already satisfied: termcolor>=1.1.0 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (2.4.0) Requirement already satisfied: packaging in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (23.2) Collecting google-pasta>=0.1.1 Using cached google_pasta-0.2.0-py3-none-any.whl (57 kB) Collecting astunparse>=1.6.0 Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Collecting opt-einsum>=2.3.2 Using cached opt_einsum-3.3.0-py3-none-any.whl (65 kB) Requirement already satisfied: setuptools in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (65.6.3) Collecting gast<=0.4.0,>=0.2.1 Using cached gast-0.4.0-py3-none-any.whl (9.8 kB) Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (0.34.0) Collecting tensorboard<2.10,>=2.9 Using cached tensorboard-2.9.1-py3-none-any.whl (5.8 MB) Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (1.16.0) Requirement already satisfied: flatbuffers<2,>=1.12 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (1.12) Requirement already satisfied: tensorflow-estimator<2.10.0,>=2.9.0rc0 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (2.9.0) Requirement already satisfied: protobuf<3.20,>=3.9.2 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (3.19.6) Requirement already satisfied: keras<2.10.0,>=2.9.0rc0 in /usr/local/lib/python3.8/site-packages (from tensorflow<2.10.0,>=2.5.0->spleeter) (2.9.0) Collecting click<7.2.0,>=7.1.1 Using cached click-7.1.2-py2.py3-none-any.whl (82 kB) Requirement already satisfied: wheel<1.0,>=0.23.0 in /usr/local/lib/python3.8/site-packages (from astunparse>=1.6.0->tensorflow<2.10.0,>=2.5.0->spleeter) (0.38.4) Collecting hyperframe<7,>=6.0 Using cached hyperframe-6.0.1-py3-none-any.whl (12 kB) Collecting hpack<5,>=4.0 Using cached hpack-4.0.0-py3-none-any.whl (32 kB) Collecting anyio==3.* Using cached anyio-3.7.1-py3-none-any.whl (80 kB) Collecting h11<0.13,>=0.11 Using cached h11-0.12.0-py3-none-any.whl (54 kB) Collecting exceptiongroup Using cached exceptiongroup-1.2.0-py3-none-any.whl (16 kB) Collecting idna>=2.8 Using cached idna-3.6-py3-none-any.whl (61 kB) Collecting requests<3,>=2.21.0 Using cached requests-2.31.0-py3-none-any.whl (62 kB) Collecting werkzeug>=1.0.1 Using cached werkzeug-3.0.1-py3-none-any.whl (226 kB) Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in /usr/local/lib/python3.8/site-packages (from tensorboard<2.10,>=2.9->tensorflow<2.10.0,>=2.5.0->spleeter) (0.6.1) Collecting markdown>=2.6.8 Using cached Markdown-3.5.1-py3-none-any.whl (102 kB) Collecting google-auth<3,>=1.6.3 Using cached google_auth-2.26.1-py2.py3-none-any.whl (186 kB) Collecting google-auth-oauthlib<0.5,>=0.4.1 Using cached google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB) Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in /usr/local/lib/python3.8/site-packages (from tensorboard<2.10,>=2.9->tensorflow<2.10.0,>=2.5.0->spleeter) (1.8.1) Collecting pyasn1-modules>=0.2.1 Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) Collecting cachetools<6.0,>=2.0.0 Using cached cachetools-5.3.2-py3-none-any.whl (9.3 kB) Collecting rsa<5,>=3.1.4 Using cached rsa-4.9-py3-none-any.whl (34 kB) Collecting requests-oauthlib>=0.7.0 Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting importlib-metadata>=4.4 Using cached importlib_metadata-7.0.1-py3-none-any.whl (23 kB) Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.8/site-packages (from requests<3,>=2.21.0->tensorboard<2.10,>=2.9->tensorflow<2.10.0,>=2.5.0->spleeter) (2.1.0) Collecting MarkupSafe>=2.1.1 Using cached MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl (13 kB) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/site-packages (from importlib-metadata>=4.4->markdown>=2.6.8->tensorboard<2.10,>=2.9->tensorflow<2.10.0,>=2.5.0->spleeter) (3.17.0) Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /usr/local/lib/python3.8/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.10,>=2.9->tensorflow<2.10.0,>=2.5.0->spleeter) (0.5.1) Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.8/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.10,>=2.9->tensorflow<2.10.0,>=2.5.0->spleeter) (3.2.2) Installing collected packages: scipy, rsa, python-dateutil, pyasn1-modules, opt-einsum, MarkupSafe, keras-preprocessing, importlib-metadata, idna, hyperframe, hpack, h5py, h11, grpcio, google-pasta, gast, future, exceptiongroup, click, charset-normalizer, certifi, cachetools, astunparse, absl-py, werkzeug, typer, requests, pandas, norbert, markdown, h2, google-auth, ffmpeg-python, anyio, requests-oauthlib, httpcore, httpx, google-auth-oauthlib, tensorboard, tensorflow, spleeter WARNING: The scripts pyrsa-decrypt, pyrsa-encrypt, pyrsa-keygen, pyrsa-priv2pub, pyrsa-sign and pyrsa-verify are installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts futurize and pasteurize are installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script normalizer is installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script markdown_py is installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script google-oauthlib-tool is installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script tensorboard is installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts estimator_ckpt_converter, import_pb_to_tensorboard, saved_model_cli, tensorboard, tf_upgrade_v2, tflite_convert, toco and toco_from_protos are installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script spleeter is installed in '/Users/tom/Library/Python/3.8/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed MarkupSafe-2.1.3 absl-py-2.0.0 anyio-3.7.1 astunparse-1.6.3 cachetools-5.3.2 certifi-2023.11.17 charset-normalizer-3.3.2 click-7.1.2 exceptiongroup-1.2.0 ffmpeg-python-0.2.0 future-0.18.3 gast-0.4.0 google-auth-2.26.1 google-auth-oauthlib-0.4.6 google-pasta-0.2.0 grpcio-1.60.0 h11-0.12.0 h2-4.1.0 h5py-3.10.0 hpack-4.0.0 httpcore-0.13.7 httpx-0.19.0 hyperframe-6.0.1 idna-3.6 importlib-metadata-7.0.1 keras-preprocessing-1.1.2 markdown-3.5.1 norbert-0.2.1 opt-einsum-3.3.0 pandas-1.5.3 pyasn1-modules-0.3.0 python-dateutil-2.8.2 requests-2.31.0 requests-oauthlib-1.3.1 rsa-4.9 scipy-1.10.1 spleeter-2.4.0 tensorboard-2.9.1 tensorflow-2.9.3 typer-0.3.2 werkzeug-3.0.1

@ptsii
Copy link
Author

ptsii commented Jan 15, 2024

Unfortunately, although a spleeter binary is indeed created, it doesn't run.

spleeter separate -p spleeter:2stems -o output audio_example.mp3 Illegal instruction: 4

Here's the macOS python problem report for this:


Translated Report (Full Report Below)

Process: Python [73739]
Path: /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python
Identifier: org.python.python
Version: 3.8.16 (3.8.16)
Code Type: X86-64 (Translated)
Parent Process: bash [61590]
Responsible: Terminal [32942]
User ID: 503

Date/Time: 2024-01-15 14:32:12.5590 -0500
OS Version: macOS 14.2.1 (23C71)
Report Version: 12
Anonymous UUID: B58B618F-FF73-80F7-607A-1F2EF2CB23B9

Sleep/Wake UUID: 31209E0C-D0BE-4117-9C13-E0F8FC402DD1

Time Awake Since Boot: 110000 seconds
Time Since Wake: 3234 seconds

System Integrity Protection: enabled

Notes:
PC register does not match crashing frame (0x0 vs 0x1259EF6D9)

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

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

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

Error Formulating Crash Report:
PC register does not match crashing frame (0x0 vs 0x1259EF6D9)

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 _cpu_feature_guard.so 0x1259ef6d9 _GLOBAL__sub_I_cpu_feature_guard.cc + 9
1 dyld 0x202cc9fca invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const::$_0::operator()() const + 182
2 dyld 0x202d0b584 invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const + 133
3 dyld 0x202cff913 invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const + 543
4 dyld 0x202cad07f dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const + 249
5 dyld 0x202cfeadc dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const + 176
6 dyld 0x202d01104 dyld3::MachOFile::forEachInitializerPointerSection(Diagnostics&, void (unsigned int, unsigned int, bool&) block_pointer) const + 116
7 dyld 0x202d0b2ba dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const + 390
8 dyld 0x202cc6cfc dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const + 222
9 dyld 0x202ccc5cb dyld4::JustInTimeLoader::runInitializers(dyld4::RuntimeState&) const + 21
10 dyld 0x202cc6ef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 181
11 dyld 0x202cca040 dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const::$_1::operator()() const + 98
12 dyld 0x202cc6f87 dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const + 93
13 dyld 0x202ce3c65 dyld4::APIs::dlopen_from(char const*, int, void*) + 935
14 _ctypes.cpython-38-darwin.so 0x10c2b0d99 py_dl_open + 156
15 Python 0x10b7c9947 cfunction_call_varargs + 278
16 Python 0x10b7c93cb _PyObject_MakeTpCall + 274
17 Python 0x10b869ed3 call_function + 798
18 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
19 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
20 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
21 Python 0x10b7c928d _PyObject_FastCallDict + 233
22 Python 0x10b7ca5b0 _PyObject_Call_Prepend + 131
23 Python 0x10b80d386 slot_tp_init + 76
24 Python 0x10b809fd1 type_call + 172
25 Python 0x10b7c93cb _PyObject_MakeTpCall + 274
26 Python 0x10b869ed3 call_function + 798
27 Python 0x10b866fb7 _PyEval_EvalFrameDefault + 27524
28 Python 0x10b7c9bee function_code_fastcall + 106
29 Python 0x10b869d0f call_function + 346
30 Python 0x10b866fb7 _PyEval_EvalFrameDefault + 27524
31 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
32 Python 0x10b860390 PyEval_EvalCode + 51
33 Python 0x10b85dc48 builtin_exec + 595
34 Python 0x10b7f8199 cfunction_vectorcall_FASTCALL + 169
35 Python 0x10b7c9657 PyVectorcall_Call + 108
36 Python 0x10b8674df _PyEval_EvalFrameDefault + 28844
37 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
38 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
39 Python 0x10b869d0f call_function + 346
40 Python 0x10b866fb7 _PyEval_EvalFrameDefault + 27524
41 Python 0x10b7c9bee function_code_fastcall + 106
42 Python 0x10b869d0f call_function + 346
43 Python 0x10b866f94 _PyEval_EvalFrameDefault + 27489
44 Python 0x10b7c9bee function_code_fastcall + 106
45 Python 0x10b869d0f call_function + 346
46 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
47 Python 0x10b7c9bee function_code_fastcall + 106
48 Python 0x10b869d0f call_function + 346
49 Python 0x10b867069 PyEval_EvalFrameDefault + 27702
50 Python 0x10b7c9bee function_code_fastcall + 106
51 Python 0x10b7cb0d1 object_vacall + 277
52 Python 0x10b7cb212 PyObject_CallMethodIdObjArgs + 217
53 Python 0x10b883a0b PyImport_ImportModuleLevelObject + 1534
54 Python 0x10b85cdfc builtin___import
+ 122
55 Python 0x10b7c98d8 cfunction_call_varargs + 167
56 Python 0x10b8674df _PyEval_EvalFrameDefault + 28844
57 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
58 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
59 Python 0x10b869d0f call_function + 346
60 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
61 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
62 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
63 Python 0x10b7cb0d1 object_vacall + 277
64 Python 0x10b7cb212 _PyObject_CallMethodIdObjArgs + 217
65 Python 0x10b883b63 PyImport_ImportModuleLevelObject + 1878
66 Python 0x10b865727 _PyEval_EvalFrameDefault + 21236
67 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
68 Python 0x10b860390 PyEval_EvalCode + 51
69 Python 0x10b85dc48 builtin_exec + 595
70 Python 0x10b7f8199 cfunction_vectorcall_FASTCALL + 169
71 Python 0x10b7c9657 PyVectorcall_Call + 108
72 Python 0x10b8674df _PyEval_EvalFrameDefault + 28844
73 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
74 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
75 Python 0x10b869d0f call_function + 346
76 Python 0x10b866fb7 _PyEval_EvalFrameDefault + 27524
77 Python 0x10b7c9bee function_code_fastcall + 106
78 Python 0x10b869d0f call_function + 346
79 Python 0x10b866f94 _PyEval_EvalFrameDefault + 27489
80 Python 0x10b7c9bee function_code_fastcall + 106
81 Python 0x10b869d0f call_function + 346
82 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
83 Python 0x10b7c9bee function_code_fastcall + 106
84 Python 0x10b869d0f call_function + 346
85 Python 0x10b867069 PyEval_EvalFrameDefault + 27702
86 Python 0x10b7c9bee function_code_fastcall + 106
87 Python 0x10b7cb0d1 object_vacall + 277
88 Python 0x10b7cb212 PyObject_CallMethodIdObjArgs + 217
89 Python 0x10b883a0b PyImport_ImportModuleLevelObject + 1534
90 Python 0x10b85cdfc builtin___import
+ 122
91 Python 0x10b7c98d8 cfunction_call_varargs + 167
92 Python 0x10b8674df _PyEval_EvalFrameDefault + 28844
93 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
94 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
95 Python 0x10b869d0f call_function + 346
96 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
97 Python 0x10b7c9bee function_code_fastcall + 106
98 Python 0x10b869d0f call_function + 346
99 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
100 Python 0x10b7c9bee function_code_fastcall + 106
101 Python 0x10b7cb0d1 object_vacall + 277
102 Python 0x10b7cb212 _PyObject_CallMethodIdObjArgs + 217
103 Python 0x10b883a0b PyImport_ImportModuleLevelObject + 1534
104 Python 0x10b865727 _PyEval_EvalFrameDefault + 21236
105 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
106 Python 0x10b860390 PyEval_EvalCode + 51
107 Python 0x10b85dc48 builtin_exec + 595
108 Python 0x10b7f8199 cfunction_vectorcall_FASTCALL + 169
109 Python 0x10b7c9657 PyVectorcall_Call + 108
110 Python 0x10b8674df _PyEval_EvalFrameDefault + 28844
111 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
112 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
113 Python 0x10b869d0f call_function + 346
114 Python 0x10b866fb7 _PyEval_EvalFrameDefault + 27524
115 Python 0x10b7c9bee function_code_fastcall + 106
116 Python 0x10b869d0f call_function + 346
117 Python 0x10b866f94 _PyEval_EvalFrameDefault + 27489
118 Python 0x10b7c9bee function_code_fastcall + 106
119 Python 0x10b869d0f call_function + 346
120 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
121 Python 0x10b7c9bee function_code_fastcall + 106
122 Python 0x10b869d0f call_function + 346
123 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
124 Python 0x10b7c9bee function_code_fastcall + 106
125 Python 0x10b7cb0d1 object_vacall + 277
126 Python 0x10b7cb212 _PyObject_CallMethodIdObjArgs + 217
127 Python 0x10b883a0b PyImport_ImportModuleLevelObject + 1534
128 Python 0x10b865727 _PyEval_EvalFrameDefault + 21236
129 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
130 Python 0x10b860390 PyEval_EvalCode + 51
131 Python 0x10b85dc48 builtin_exec + 595
132 Python 0x10b7f8199 cfunction_vectorcall_FASTCALL + 169
133 Python 0x10b7c9657 PyVectorcall_Call + 108
134 Python 0x10b8674df _PyEval_EvalFrameDefault + 28844
135 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
136 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
137 Python 0x10b869d0f call_function + 346
138 Python 0x10b866fb7 _PyEval_EvalFrameDefault + 27524
139 Python 0x10b7c9bee function_code_fastcall + 106
140 Python 0x10b869d0f call_function + 346
141 Python 0x10b866f94 _PyEval_EvalFrameDefault + 27489
142 Python 0x10b7c9bee function_code_fastcall + 106
143 Python 0x10b869d0f call_function + 346
144 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
145 Python 0x10b7c9bee function_code_fastcall + 106
146 Python 0x10b869d0f call_function + 346
147 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
148 Python 0x10b7c9bee function_code_fastcall + 106
149 Python 0x10b7cb0d1 object_vacall + 277
150 Python 0x10b7cb212 _PyObject_CallMethodIdObjArgs + 217
151 Python 0x10b883a0b PyImport_ImportModuleLevelObject + 1534
152 Python 0x10b865727 _PyEval_EvalFrameDefault + 21236
153 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
154 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
155 Python 0x10b7c9657 PyVectorcall_Call + 108
156 Python 0x10b8672db _PyEval_EvalFrameDefault + 28328
157 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
158 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
159 Python 0x10b7c9657 PyVectorcall_Call + 108
160 Python 0x10b8672db _PyEval_EvalFrameDefault + 28328
161 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
162 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
163 Python 0x10b7cbdde method_vectorcall + 372
164 Python 0x10b7c9657 PyVectorcall_Call + 108
165 Python 0x10b8672db _PyEval_EvalFrameDefault + 28328
166 Python 0x10b7c9bee function_code_fastcall + 106
167 Python 0x10b869d0f call_function + 346
168 Python 0x10b866f94 _PyEval_EvalFrameDefault + 27489
169 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
170 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
171 Python 0x10b869d0f call_function + 346
172 Python 0x10b866f94 _PyEval_EvalFrameDefault + 27489
173 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
174 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
175 Python 0x10b7cbd6a method_vectorcall + 256
176 Python 0x10b7c9657 PyVectorcall_Call + 108
177 Python 0x10b8672db _PyEval_EvalFrameDefault + 28328
178 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
179 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
180 Python 0x10b7c9223 _PyObject_FastCallDict + 127
181 Python 0x10b7ca5b0 _PyObject_Call_Prepend + 131
182 Python 0x10b80c99a slot_tp_call + 71
183 Python 0x10b7c9790 PyObject_Call + 171
184 Python 0x10b8672db _PyEval_EvalFrameDefault + 28328
185 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
186 Python 0x10b7c9d5a _PyFunction_Vectorcall + 234
187 Python 0x10b7c928d _PyObject_FastCallDict + 233
188 Python 0x10b7ca5b0 _PyObject_Call_Prepend + 131
189 Python 0x10b80c99a slot_tp_call + 71
190 Python 0x10b7c93cb _PyObject_MakeTpCall + 274
191 Python 0x10b869ed3 call_function + 798
192 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
193 Python 0x10b7c9bee function_code_fastcall + 106
194 Python 0x10b869d0f call_function + 346
195 Python 0x10b867069 _PyEval_EvalFrameDefault + 27702
196 Python 0x10b86a81e _PyEval_EvalCodeWithName + 1932
197 Python 0x10b860390 PyEval_EvalCode + 51
198 Python 0x10b8985c1 run_eval_code_obj + 102
199 Python 0x10b897857 run_mod + 82
200 Python 0x10b89797c pyrun_file + 133
201 Python 0x10b89622b PyRun_SimpleFileExFlags + 869
202 Python 0x10b8ad983 Py_RunMain + 1880
203 Python 0x10b8adcdc pymain_main + 307
204 Python 0x10b8add2a Py_BytesMain + 42
205 dyld 0x202cb1386 start + 1942

Thread 1:: com.apple.rosetta.exceptionserver
0 runtime 0x7ff7ffe3f294 0x7ff7ffe3b000 + 17044

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x000000010b501bd0 rbx: 0x00000001259ef6d0 rcx: 0x00000003068fd738 rdx: 0x00000003068fd5b0
rdi: 0x0000000000000008 rsi: 0x00000003068fd568 rbp: 0x00000003068f4430 rsp: 0x00000003068f4410
r8: 0x00007ff859e30a00 r9: 0x0000000202d0b4ff r10: 0x0000000000000005 r11: 0x00000003068f46a0
r12: 0x0000000125a63248 r13: 0x00000001259ec3d0 r14: 0x00000003068f4958 r15: 0x00000003068f4448
rip: rfl: 0x0000000000000206
tmp0: 0x00000001259ef6d9 tmp1: 0x4529f8c5c057f8c5 tmp2: 0x000000f045c748e0

Binary Images:
0x202cab000 - 0x202d4afff dyld () /usr/lib/dyld
0x1259ec000 - 0x125a62fff _cpu_feature_guard.so (
) /Users/USER/Library/Python/3.8/lib/python/site-packages/tensorflow/core/platform/_cpu_feature_guard.so
0x125553000 - 0x12555afff _csv.cpython-38-darwin.so () /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_csv.cpython-38-darwin.so
0x10d7b5000 - 0x10d7b8fff _queue.cpython-38-darwin.so (
) <01f8db25-c396-31af-a4db-a829ce957e1b> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_queue.cpython-38-darwin.so
0x110f11000 - 0x110f20fff _socket.cpython-38-darwin.so () /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_socket.cpython-38-darwin.so
0x110e16000 - 0x110e39fff pyexpat.cpython-38-darwin.so (
) <9817e7c4-ad86-383e-89d7-2007f98f55d8> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/pyexpat.cpython-38-darwin.so
0x110c11000 - 0x110c9cfff _generator.cpython-38-darwin.so () /usr/local/lib/python3.8/site-packages/numpy/random/_generator.cpython-38-darwin.so
0x10d269000 - 0x10d270fff _sfc64.cpython-38-darwin.so (
) /usr/local/lib/python3.8/site-packages/numpy/random/_sfc64.cpython-38-darwin.so
0x10d771000 - 0x10d780fff _pcg64.cpython-38-darwin.so () <3eaa6e5f-d56c-3eb6-94a0-1ac3cc406a9b> /usr/local/lib/python3.8/site-packages/numpy/random/_pcg64.cpython-38-darwin.so
0x10d5e2000 - 0x10d5edfff _philox.cpython-38-darwin.so (
) <42818c9e-5b8d-3d93-8763-9c59fa98c46c> /usr/local/lib/python3.8/site-packages/numpy/random/_philox.cpython-38-darwin.so
0x10d731000 - 0x10d740fff _mt19937.cpython-38-darwin.so () <6cde83f5-2628-3615-91b8-f363f5319c30> /usr/local/lib/python3.8/site-packages/numpy/random/_mt19937.cpython-38-darwin.so
0x1104c5000 - 0x110510fff _bounded_integers.cpython-38-darwin.so (
) <63220b53-b58d-3454-8230-289b53478591> /usr/local/lib/python3.8/site-packages/numpy/random/_bounded_integers.cpython-38-darwin.so
0x10d5a2000 - 0x10d5b5fff _sha3.cpython-38-darwin.so () /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha3.cpython-38-darwin.so
0x10c458000 - 0x10c45ffff _blake2.cpython-38-darwin.so (
) <9bbaec80-a143-3e3f-8a7d-c811f2b41ddd> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_blake2.cpython-38-darwin.so
0x10c36d000 - 0x10c374fff _hashlib.cpython-38-darwin.so () <4e0bfce8-6b89-3bd9-b11e-badd4340375f> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_hashlib.cpython-38-darwin.so
0x10d61d000 - 0x10d66cfff libssl.1.1.dylib (
) /usr/local/Cellar/openssl@1.1/1.1.1t/lib/libssl.1.1.dylib
0x110716000 - 0x1108d5fff libcrypto.1.1.dylib () <7b49aa29-6617-3915-b66e-d17bbb7e19b9> /usr/local/Cellar/openssl@1.1/1.1.1t/lib/libcrypto.1.1.dylib
0x10c22a000 - 0x10c231fff binascii.cpython-38-darwin.so (
) <00576cb2-27f3-3517-8119-f5a4789a653b> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/binascii.cpython-38-darwin.so
0x10d4ea000 - 0x10d51dfff _common.cpython-38-darwin.so () /usr/local/lib/python3.8/site-packages/numpy/random/_common.cpython-38-darwin.so
0x10d2a6000 - 0x10d2c5fff bit_generator.cpython-38-darwin.so (
) /usr/local/lib/python3.8/site-packages/numpy/random/bit_generator.cpython-38-darwin.so
0x10d32f000 - 0x10d39efff mtrand.cpython-38-darwin.so () <52d4951d-bd0d-3b8c-a3f9-7407fa24c420> /usr/local/lib/python3.8/site-packages/numpy/random/mtrand.cpython-38-darwin.so
0x10d1f0000 - 0x10d203fff _pocketfft_internal.cpython-38-darwin.so (
) <47d8f210-2c2f-3708-8172-2fc0178fd343> /usr/local/lib/python3.8/site-packages/numpy/fft/_pocketfft_internal.cpython-38-darwin.so
0x10c3a3000 - 0x10c3c2fff _umath_linalg.cpython-38-darwin.so () /usr/local/lib/python3.8/site-packages/numpy/linalg/_umath_linalg.cpython-38-darwin.so
0x10c2a7000 - 0x10c2b6fff _ctypes.cpython-38-darwin.so (
) <32650bd6-32bc-3d4d-9128-e7da17e92d0c> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_ctypes.cpython-38-darwin.so
0x10c24f000 - 0x10c262fff _multiarray_tests.cpython-38-darwin.so () <2d4020f6-7230-3e00-b8f6-612fc2d1b177> /usr/local/lib/python3.8/site-packages/numpy/core/_multiarray_tests.cpython-38-darwin.so
0x10c0cb000 - 0x10c0cefff _contextvars.cpython-38-darwin.so (
) <652bc8d5-e5f6-3df8-acfb-0ba4a624ce4c> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_contextvars.cpython-38-darwin.so
0x10c0e8000 - 0x10c0f7fff pickle.cpython-38-darwin.so () <10fb3213-3b42-32f3-9fd0-0c8a9c4aad79> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_pickle.cpython-38-darwin.so
0x10c48c000 - 0x10c8f7fff _multiarray_umath.cpython-38-darwin.so (
) <52f9371e-8d85-34fd-ad03-42af070ab34d> /usr/local/lib/python3.8/site-packages/numpy/core/multiarray_umath.cpython-38-darwin.so
0x111114000 - 0x114e07fff libopenblas64
.0.dylib (*) <5b570f78-6338-3d31-82f2-4001402d069e> /usr/local/lib/python3.8/site-packages/numpy/.dylibs/libopenblas64
.0.dylib
0x10d7e9000 - 0x10de2bfff libgfortran.5.dylib () /usr/local/lib/python3.8/site-packages/numpy/.dylibs/libgfortran.5.dylib
0x10bf35000 - 0x10bf82fff libquadmath.0.dylib (
) /usr/local/lib/python3.8/site-packages/numpy/.dylibs/libquadmath.0.dylib
0x10bfed000 - 0x10bffdfff libgcc_s.1.1.dylib () <6d59656e-a224-3642-80b9-ca07ca06e7c1> /usr/local/lib/python3.8/site-packages/numpy/.dylibs/libgcc_s.1.1.dylib
0x10be05000 - 0x10be08fff _random.cpython-38-darwin.so (
) <19b04b82-10a8-3981-b7db-5fc26e956473> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_random.cpython-38-darwin.so
0x10bde7000 - 0x10bdeafff _sha512.cpython-38-darwin.so () <242bb8d4-b847-3ee6-b12f-231fb7a7b08e> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha512.cpython-38-darwin.so
0x10bdcf000 - 0x10bdd2fff _bisect.cpython-38-darwin.so (
) <79925f45-206e-3df2-8899-964cfc81b689> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bisect.cpython-38-darwin.so
0x10bd38000 - 0x10bd3bfff grp.cpython-38-darwin.so () <134e798c-99a9-37dc-a25b-447e695e7804> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/grp.cpython-38-darwin.so
0x10b77f000 - 0x10b786fff _lzma.cpython-38-darwin.so (
) /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_lzma.cpython-38-darwin.so
0x10bd65000 - 0x10bd88fff liblzma.5.dylib () /usr/local/Cellar/xz/5.4.3/lib/liblzma.5.dylib
0x10b766000 - 0x10b769fff _bz2.cpython-38-darwin.so (
) /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bz2.cpython-38-darwin.so
0x10b744000 - 0x10b74bfff zlib.cpython-38-darwin.so () /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/zlib.cpython-38-darwin.so
0x10b6a7000 - 0x10b6aafff select.cpython-38-darwin.so (
) <39f2fca9-ac70-3f0a-877c-5b31b9b317a2> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/select.cpython-38-darwin.so
0x10b68e000 - 0x10b691fff _posixsubprocess.cpython-38-darwin.so () /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_posixsubprocess.cpython-38-darwin.so
0x10b5c1000 - 0x10b5c4fff _uuid.cpython-38-darwin.so (
) /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_uuid.cpython-38-darwin.so
0x10b5d9000 - 0x10b5e4fff _datetime.cpython-38-darwin.so () /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_datetime.cpython-38-darwin.so
0x10b4d8000 - 0x10b4dffff math.cpython-38-darwin.so (
) /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/math.cpython-38-darwin.so
0x10b3db000 - 0x10b3e2fff _struct.cpython-38-darwin.so () <6f1c14de-3666-39e9-9aad-6f221d90d6fc> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_struct.cpython-38-darwin.so
0x10b370000 - 0x10b373fff _opcode.cpython-38-darwin.so (
) /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_opcode.cpython-38-darwin.so
0x10b28d000 - 0x10b294fff _json.cpython-38-darwin.so () /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_json.cpython-38-darwin.so
0x10b222000 - 0x10b225fff _heapq.cpython-38-darwin.so (
) <92bbe463-2796-3e8b-b32f-f42ece691e04> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_heapq.cpython-38-darwin.so
0x10b7ae000 - 0x10b981fff org.python.python (3.8.16, (c) 2001-2019 Python Software Foundation.) <9d55a510-4a82-3b7b-82d0-42b494fb3252> /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/Python
0x7ff7ffe3b000 - 0x7ff7ffe6afff runtime () /usr/libexec/rosetta/runtime
0x10ab62000 - 0x10abb5fff libRosettaRuntime (
) <7af8ba1e-5c4d-393d-99cd-92566f60c450> /Library/Apple//libRosettaRuntime
0x102b47000 - 0x102b4afff org.python.python (3.8.16) /usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python
0x0 - 0xffffffffffffffff ??? (
) <00000000-0000-0000-0000-000000000000> ???

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=395.6M resident=0K(0%) swapped_out_or_unallocated=395.6M(100%)
Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Kernel Alloc Once 8K 1
MALLOC 1.2G 29
MALLOC guard page 96K 6
Rosetta Arena 4096K 2
Rosetta Generic 876K 216
Rosetta IndirectBranch 192K 2
Rosetta JIT 128.0M 1
Rosetta Return Stack 160K 16
Rosetta Thread Context 160K 16
Stack 16.0M 1
Stack Guard 16K 1
VM_ALLOCATE 129.4M 131
VM_ALLOCATE (reserved) 160.0M 6 reserved VM address space (unallocated)
__DATA 5040K 199
__DATA_CONST 6938K 135
__DATA_DIRTY 353K 57
__LINKEDIT 185.3M 57
__OBJC_RO 71.1M 1
__OBJC_RW 2166K 2
__TEXT 210.4M 207
dyld private memory 260K 2
mapped file 7.5G 401
shared memory 32K 2
unshared pmap 4864K 3
=========== ======= =======
TOTAL 9.6G 1494
TOTAL, minus reserved VM space 9.4G 1494


Full Report

{"app_name":"Python","timestamp":"2024-01-15 14:32:12.00 -0500","app_version":"3.8.16","slice_uuid":"e5988c88-fde7-31fb-8edf-29190a718094","build_version":"3.8.16","platform":1,"bundleID":"org.python.python","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.2.1 (23C71)","roots_installed":0,"name":"Python","incident_id":"9415D362-F0CA-482D-B029-C98327F21CFF"}
{
"uptime" : 110000,
"procRole" : "Unspecified",
"version" : 2,
"userID" : 503,
"deployVersion" : 210,
"modelCode" : "Mac14,15",
"coalitionID" : 9555,
"osVersion" : {
"train" : "macOS 14.2.1",
"build" : "23C71",
"releaseType" : "User"
},
"captureTime" : "2024-01-15 14:32:12.5590 -0500",
"codeSigningMonitor" : 1,
"incident" : "9415D362-F0CA-482D-B029-C98327F21CFF",
"pid" : 73739,
"translated" : true,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-01-15 14:32:10.9082 -0500",
"procStartAbsTime" : 2712085710329,
"procExitAbsTime" : 2712125313228,
"procName" : "Python",
"procPath" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python",
"bundleInfo" : {"CFBundleShortVersionString":"3.8.16","CFBundleVersion":"3.8.16","CFBundleIdentifier":"org.python.python"},
"storeInfo" : {"deviceIdentifierForVendor":"1CF5B06E-1D6B-5690-BCD7-6E2DBB2B503C","thirdParty":true},
"parentProc" : "bash",
"parentPid" : 61590,
"coalitionName" : "com.apple.Terminal",
"crashReporterKey" : "B58B618F-FF73-80F7-607A-1F2EF2CB23B9",
"responsiblePid" : 32942,
"responsibleProc" : "Terminal",
"codeSigningID" : "",
"codeSigningTeamID" : "",
"codeSigningValidationCategory" : 0,
"codeSigningTrustLevel" : 4294967295,
"wakeTime" : 3234,
"sleepWakeUUID" : "31209E0C-D0BE-4117-9C13-E0F8FC402DD1",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_INSTRUCTION","signal":"SIGILL"},
"termination" : {"flags":0,"code":4,"namespace":"SIGNAL","indicator":"Illegal instruction: 4","byProc":"exc handler","byPid":73739},
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"triggered":true,"id":2104007,"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":12994954288},"r12":{"value":4926616136},"rosetta":{"tmp2":{"value":1031962839264},"tmp1":{"value":4983787990881401029},"tmp0":{"value":4926142169}},"rbx":{"value":4926142160,"symbolLocation":0,"symbol":"_GLOBAL__sub_I_cpu_feature_guard.cc"},"r8":{"value":140704636668416,"symbolLocation":16,"symbol":"dyld4::gDyld"},"r15":{"value":12994954312},"r10":{"value":5},"rdx":{"value":12994991536},"rdi":{"value":8},"r9":{"value":8637166847,"symbolLocation":0,"symbol":"invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const"},"r13":{"value":4926129104},"rflags":{"value":518},"rax":{"value":4484766672},"rsp":{"value":12994954256},"r11":{"value":12994954912},"rcx":{"value":12994991928},"r14":{"value":12994955608},"rsi":{"value":12994991464}},"queue":"com.apple.main-thread","frames":[{"imageOffset":14041,"symbol":"_GLOBAL__sub_I_cpu_feature_guard.cc","symbolLocation":9,"imageIndex":1},{"imageOffset":126922,"symbol":"invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const::$_0::operator()() const","symbolLocation":182,"imageIndex":0},{"imageOffset":394628,"symbol":"invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const","symbolLocation":133,"imageIndex":0},{"imageOffset":346387,"symbol":"invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const","symbolLocation":543,"imageIndex":0},{"imageOffset":8319,"symbol":"dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const","symbolLocation":249,"imageIndex":0},{"imageOffset":342748,"symbol":"dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const","symbolLocation":176,"imageIndex":0},{"imageOffset":352516,"symbol":"dyld3::MachOFile::forEachInitializerPointerSection(Diagnostics&, void (unsigned int, unsigned int, bool&) block_pointer) const","symbolLocation":116,"imageIndex":0},{"imageOffset":393914,"symbol":"dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const","symbolLocation":390,"imageIndex":0},{"imageOffset":113916,"symbol":"dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const","symbolLocation":222,"imageIndex":0},{"imageOffset":136651,"symbol":"dyld4::JustInTimeLoader::runInitializers(dyld4::RuntimeState&) const","symbolLocation":21,"imageIndex":0},{"imageOffset":114417,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":181,"imageIndex":0},{"imageOffset":127040,"symbol":"dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const::$_1::operator()() const","symbolLocation":98,"imageIndex":0},{"imageOffset":114567,"symbol":"dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const","symbolLocation":93,"imageIndex":0},{"imageOffset":232549,"symbol":"dyld4::APIs::dlopen_from(char const*, int, void*)","symbolLocation":935,"imageIndex":0},{"imageOffset":40345,"symbol":"py_dl_open","symbolLocation":156,"imageIndex":23},{"imageOffset":112967,"symbol":"cfunction_call_varargs","symbolLocation":278,"imageIndex":49},{"imageOffset":111563,"symbol":"_PyObject_MakeTpCall","symbolLocation":274,"imageIndex":49},{"imageOffset":769747,"symbol":"call_function","symbolLocation":798,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":111245,"symbol":"_PyObject_FastCallDict","symbolLocation":233,"imageIndex":49},{"imageOffset":116144,"symbol":"_PyObject_Call_Prepend","symbolLocation":131,"imageIndex":49},{"imageOffset":390022,"symbol":"slot_tp_init","symbolLocation":76,"imageIndex":49},{"imageOffset":376785,"symbol":"type_call","symbolLocation":172,"imageIndex":49},{"imageOffset":111563,"symbol":"_PyObject_MakeTpCall","symbolLocation":274,"imageIndex":49},{"imageOffset":769747,"symbol":"call_function","symbolLocation":798,"imageIndex":49},{"imageOffset":757687,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27524,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757687,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27524,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":730000,"symbol":"PyEval_EvalCode","symbolLocation":51,"imageIndex":49},{"imageOffset":719944,"symbol":"builtin_exec","symbolLocation":595,"imageIndex":49},{"imageOffset":303513,"symbol":"cfunction_vectorcall_FASTCALL","symbolLocation":169,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":759007,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28844,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757687,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27524,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757652,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27489,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":118993,"symbol":"object_vacall","symbolLocation":277,"imageIndex":49},{"imageOffset":119314,"symbol":"PyObject_CallMethodIdObjArgs","symbolLocation":217,"imageIndex":49},{"imageOffset":875019,"symbol":"PyImport_ImportModuleLevelObject","symbolLocation":1534,"imageIndex":49},{"imageOffset":716284,"symbol":"builtin___import","symbolLocation":122,"imageIndex":49},{"imageOffset":112856,"symbol":"cfunction_call_varargs","symbolLocation":167,"imageIndex":49},{"imageOffset":759007,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28844,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":118993,"symbol":"object_vacall","symbolLocation":277,"imageIndex":49},{"imageOffset":119314,"symbol":"_PyObject_CallMethodIdObjArgs","symbolLocation":217,"imageIndex":49},{"imageOffset":875363,"symbol":"PyImport_ImportModuleLevelObject","symbolLocation":1878,"imageIndex":49},{"imageOffset":751399,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21236,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":730000,"symbol":"PyEval_EvalCode","symbolLocation":51,"imageIndex":49},{"imageOffset":719944,"symbol":"builtin_exec","symbolLocation":595,"imageIndex":49},{"imageOffset":303513,"symbol":"cfunction_vectorcall_FASTCALL","symbolLocation":169,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":759007,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28844,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757687,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27524,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757652,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27489,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":118993,"symbol":"object_vacall","symbolLocation":277,"imageIndex":49},{"imageOffset":119314,"symbol":"PyObject_CallMethodIdObjArgs","symbolLocation":217,"imageIndex":49},{"imageOffset":875019,"symbol":"PyImport_ImportModuleLevelObject","symbolLocation":1534,"imageIndex":49},{"imageOffset":716284,"symbol":"builtin___import","symbolLocation":122,"imageIndex":49},{"imageOffset":112856,"symbol":"cfunction_call_varargs","symbolLocation":167,"imageIndex":49},{"imageOffset":759007,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28844,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":118993,"symbol":"object_vacall","symbolLocation":277,"imageIndex":49},{"imageOffset":119314,"symbol":"_PyObject_CallMethodIdObjArgs","symbolLocation":217,"imageIndex":49},{"imageOffset":875019,"symbol":"PyImport_ImportModuleLevelObject","symbolLocation":1534,"imageIndex":49},{"imageOffset":751399,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21236,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":730000,"symbol":"PyEval_EvalCode","symbolLocation":51,"imageIndex":49},{"imageOffset":719944,"symbol":"builtin_exec","symbolLocation":595,"imageIndex":49},{"imageOffset":303513,"symbol":"cfunction_vectorcall_FASTCALL","symbolLocation":169,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":759007,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28844,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757687,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27524,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757652,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27489,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":118993,"symbol":"object_vacall","symbolLocation":277,"imageIndex":49},{"imageOffset":119314,"symbol":"_PyObject_CallMethodIdObjArgs","symbolLocation":217,"imageIndex":49},{"imageOffset":875019,"symbol":"PyImport_ImportModuleLevelObject","symbolLocation":1534,"imageIndex":49},{"imageOffset":751399,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21236,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":730000,"symbol":"PyEval_EvalCode","symbolLocation":51,"imageIndex":49},{"imageOffset":719944,"symbol":"builtin_exec","symbolLocation":595,"imageIndex":49},{"imageOffset":303513,"symbol":"cfunction_vectorcall_FASTCALL","symbolLocation":169,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":759007,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28844,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757687,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27524,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757652,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27489,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":118993,"symbol":"object_vacall","symbolLocation":277,"imageIndex":49},{"imageOffset":119314,"symbol":"_PyObject_CallMethodIdObjArgs","symbolLocation":217,"imageIndex":49},{"imageOffset":875019,"symbol":"PyImport_ImportModuleLevelObject","symbolLocation":1534,"imageIndex":49},{"imageOffset":751399,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21236,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":758491,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28328,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":758491,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28328,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":122334,"symbol":"method_vectorcall","symbolLocation":372,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":758491,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28328,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757652,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27489,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757652,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27489,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":122218,"symbol":"method_vectorcall","symbolLocation":256,"imageIndex":49},{"imageOffset":112215,"symbol":"PyVectorcall_Call","symbolLocation":108,"imageIndex":49},{"imageOffset":758491,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28328,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":111139,"symbol":"_PyObject_FastCallDict","symbolLocation":127,"imageIndex":49},{"imageOffset":116144,"symbol":"_PyObject_Call_Prepend","symbolLocation":131,"imageIndex":49},{"imageOffset":387482,"symbol":"slot_tp_call","symbolLocation":71,"imageIndex":49},{"imageOffset":112528,"symbol":"PyObject_Call","symbolLocation":171,"imageIndex":49},{"imageOffset":758491,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28328,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":114010,"symbol":"_PyFunction_Vectorcall","symbolLocation":234,"imageIndex":49},{"imageOffset":111245,"symbol":"_PyObject_FastCallDict","symbolLocation":233,"imageIndex":49},{"imageOffset":116144,"symbol":"_PyObject_Call_Prepend","symbolLocation":131,"imageIndex":49},{"imageOffset":387482,"symbol":"slot_tp_call","symbolLocation":71,"imageIndex":49},{"imageOffset":111563,"symbol":"_PyObject_MakeTpCall","symbolLocation":274,"imageIndex":49},{"imageOffset":769747,"symbol":"call_function","symbolLocation":798,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":113646,"symbol":"function_code_fastcall","symbolLocation":106,"imageIndex":49},{"imageOffset":769295,"symbol":"call_function","symbolLocation":346,"imageIndex":49},{"imageOffset":757865,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":27702,"imageIndex":49},{"imageOffset":772126,"symbol":"_PyEval_EvalCodeWithName","symbolLocation":1932,"imageIndex":49},{"imageOffset":730000,"symbol":"PyEval_EvalCode","symbolLocation":51,"imageIndex":49},{"imageOffset":959937,"symbol":"run_eval_code_obj","symbolLocation":102,"imageIndex":49},{"imageOffset":956503,"symbol":"run_mod","symbolLocation":82,"imageIndex":49},{"imageOffset":956796,"symbol":"pyrun_file","symbolLocation":133,"imageIndex":49},{"imageOffset":950827,"symbol":"PyRun_SimpleFileExFlags","symbolLocation":869,"imageIndex":49},{"imageOffset":1046915,"symbol":"Py_RunMain","symbolLocation":1880,"imageIndex":49},{"imageOffset":1047772,"symbol":"pymain_main","symbolLocation":307,"imageIndex":49},{"imageOffset":1047850,"symbol":"Py_BytesMain","symbolLocation":42,"imageIndex":49},{"imageOffset":25478,"symbol":"start","symbolLocation":1942,"imageIndex":0}]},{"id":2104008,"name":"com.apple.rosetta.exceptionserver","threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":9908489551872},"r12":{"value":8638068428},"rosetta":{"tmp2":{"value":0},"tmp1":{"value":4496830763983},"tmp0":{"value":10337986281472}},"rbx":{"value":4496830763983},"r8":{"value":2307},"r15":{"value":4898951168},"r10":{"value":15586436317184},"rdx":{"value":0},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":4475091840},"rflags":{"value":582},"rax":{"value":268451845},"rsp":{"value":10337986281472},"r11":{"value":0},"rcx":{"value":17314086914},"r14":{"value":4926899600},"rsi":{"value":2616}},"frames":[{"imageOffset":17044,"imageIndex":50}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 8636772352,
"size" : 655360,
"uuid" : "ab17bf63-259b-3b48-8d70-863166a2191c",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4926128128,
"size" : 487424,
"uuid" : "f6d9a546-be0d-3a83-884c-e4c6b0f0bfe8",
"path" : "/Users/USER/Library/Python/3.8/lib/python/site-packages/tensorflow/core/platform/_cpu_feature_guard.so",
"name" : "_cpu_feature_guard.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4921307136,
"size" : 32768,
"uuid" : "b5effb57-d42e-3e54-b154-c47dbcd1a24f",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_csv.cpython-38-darwin.so",
"name" : "_csv.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4521152512,
"size" : 16384,
"uuid" : "01f8db25-c396-31af-a4db-a829ce957e1b",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_queue.cpython-38-darwin.so",
"name" : "_queue.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4579201024,
"size" : 65536,
"uuid" : "d70701a5-6967-35cb-99f9-df7a139d950e",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_socket.cpython-38-darwin.so",
"name" : "_socket.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4578172928,
"size" : 147456,
"uuid" : "9817e7c4-ad86-383e-89d7-2007f98f55d8",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/pyexpat.cpython-38-darwin.so",
"name" : "pyexpat.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4576055296,
"size" : 573440,
"uuid" : "a0dd0eb4-e409-3540-8d9a-60390d0e46f2",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/_generator.cpython-38-darwin.so",
"name" : "_generator.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515598336,
"size" : 32768,
"uuid" : "c63d81be-8af4-365a-bd0c-7c32bc30bfa9",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/_sfc64.cpython-38-darwin.so",
"name" : "_sfc64.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4520873984,
"size" : 65536,
"uuid" : "3eaa6e5f-d56c-3eb6-94a0-1ac3cc406a9b",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/_pcg64.cpython-38-darwin.so",
"name" : "_pcg64.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4519239680,
"size" : 49152,
"uuid" : "42818c9e-5b8d-3d93-8763-9c59fa98c46c",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/_philox.cpython-38-darwin.so",
"name" : "_philox.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4520611840,
"size" : 65536,
"uuid" : "6cde83f5-2628-3615-91b8-f363f5319c30",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/_mt19937.cpython-38-darwin.so",
"name" : "_mt19937.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4568403968,
"size" : 311296,
"uuid" : "63220b53-b58d-3454-8230-289b53478591",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/_bounded_integers.cpython-38-darwin.so",
"name" : "_bounded_integers.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4518977536,
"size" : 81920,
"uuid" : "edab8f1f-46fe-3ccf-a769-f73d784c35c2",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha3.cpython-38-darwin.so",
"name" : "_sha3.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4500848640,
"size" : 32768,
"uuid" : "9bbaec80-a143-3e3f-8a7d-c811f2b41ddd",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_blake2.cpython-38-darwin.so",
"name" : "_blake2.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4499886080,
"size" : 32768,
"uuid" : "4e0bfce8-6b89-3bd9-b11e-badd4340375f",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_hashlib.cpython-38-darwin.so",
"name" : "_hashlib.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4519481344,
"size" : 327680,
"uuid" : "de44592e-6aaa-3f1d-ab39-503a960ff51a",
"path" : "/usr/local/Cellar/openssl@1.1/1.1.1t/lib/libssl.1.1.dylib",
"name" : "libssl.1.1.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4570832896,
"size" : 1835008,
"uuid" : "7b49aa29-6617-3915-b66e-d17bbb7e19b9",
"path" : "/usr/local/Cellar/openssl@1.1/1.1.1t/lib/libcrypto.1.1.dylib",
"name" : "libcrypto.1.1.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4498563072,
"size" : 32768,
"uuid" : "00576cb2-27f3-3517-8119-f5a4789a653b",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/binascii.cpython-38-darwin.so",
"name" : "binascii.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4518223872,
"size" : 212992,
"uuid" : "bc4d9ffa-8a63-3b40-a028-619c7fe5943f",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/_common.cpython-38-darwin.so",
"name" : "_common.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515848192,
"size" : 131072,
"uuid" : "e0ded5f8-d04b-36a2-b624-6e0284b3dae4",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/bit_generator.cpython-38-darwin.so",
"name" : "bit_generator.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4516409344,
"size" : 458752,
"uuid" : "52d4951d-bd0d-3b8c-a3f9-7407fa24c420",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/random/mtrand.cpython-38-darwin.so",
"name" : "mtrand.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4515102720,
"size" : 81920,
"uuid" : "47d8f210-2c2f-3708-8172-2fc0178fd343",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/fft/_pocketfft_internal.cpython-38-darwin.so",
"name" : "_pocketfft_internal.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4500107264,
"size" : 131072,
"uuid" : "a9cc2176-b621-3bc9-a632-4d6d0eba481a",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/linalg/_umath_linalg.cpython-38-darwin.so",
"name" : "_umath_linalg.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4499075072,
"size" : 65536,
"uuid" : "32650bd6-32bc-3d4d-9128-e7da17e92d0c",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_ctypes.cpython-38-darwin.so",
"name" : "_ctypes.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4498714624,
"size" : 81920,
"uuid" : "2d4020f6-7230-3e00-b8f6-612fc2d1b177",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/core/_multiarray_tests.cpython-38-darwin.so",
"name" : "_multiarray_tests.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4497125376,
"size" : 16384,
"uuid" : "652bc8d5-e5f6-3df8-acfb-0ba4a624ce4c",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_contextvars.cpython-38-darwin.so",
"name" : "_contextvars.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4497244160,
"size" : 65536,
"uuid" : "10fb3213-3b42-32f3-9fd0-0c8a9c4aad79",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_pickle.cpython-38-darwin.so",
"name" : "_pickle.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4501061632,
"size" : 4636672,
"uuid" : "52f9371e-8d85-34fd-ad03-42af070ab34d",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/core/multiarray_umath.cpython-38-darwin.so",
"name" : "multiarray_umath.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4581310464,
"size" : 63913984,
"uuid" : "5b570f78-6338-3d31-82f2-4001402d069e",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/.dylibs/libopenblas64
.0.dylib",
"name" : "libopenblas64
.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4521365504,
"size" : 6565888,
"uuid" : "ae37c55e-f850-3cf7-86e4-bbd86809bc1d",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/.dylibs/libgfortran.5.dylib",
"name" : "libgfortran.5.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4495462400,
"size" : 319488,
"uuid" : "a1783d23-d187-3d92-ade7-2a80619e7485",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/.dylibs/libquadmath.0.dylib",
"name" : "libquadmath.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4496216064,
"size" : 69632,
"uuid" : "6d59656e-a224-3642-80b9-ca07ca06e7c1",
"path" : "/usr/local/lib/python3.8/site-packages/numpy/.dylibs/libgcc_s.1.1.dylib",
"name" : "libgcc_s.1.1.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4494217216,
"size" : 16384,
"uuid" : "19b04b82-10a8-3981-b7db-5fc26e956473",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_random.cpython-38-darwin.so",
"name" : "_random.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4494094336,
"size" : 16384,
"uuid" : "242bb8d4-b847-3ee6-b12f-231fb7a7b08e",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha512.cpython-38-darwin.so",
"name" : "_sha512.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493996032,
"size" : 16384,
"uuid" : "79925f45-206e-3df2-8899-964cfc81b689",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bisect.cpython-38-darwin.so",
"name" : "_bisect.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493377536,
"size" : 16384,
"uuid" : "134e798c-99a9-37dc-a25b-447e695e7804",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/grp.cpython-38-darwin.so",
"name" : "grp.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487376896,
"size" : 32768,
"uuid" : "ea9eea0e-8f97-307b-bc25-fc6f31e70655",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_lzma.cpython-38-darwin.so",
"name" : "_lzma.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4493561856,
"size" : 147456,
"uuid" : "ab2988fb-d5dc-3e31-9859-82c84d21cb86",
"path" : "/usr/local/Cellar/xz/5.4.3/lib/liblzma.5.dylib",
"name" : "liblzma.5.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487274496,
"size" : 16384,
"uuid" : "a648c1ff-5d2f-3951-ac9e-569f17de8147",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bz2.cpython-38-darwin.so",
"name" : "_bz2.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487135232,
"size" : 32768,
"uuid" : "ec2a3785-1ad8-3c67-8c43-2ec948e53e95",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/zlib.cpython-38-darwin.so",
"name" : "zlib.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486492160,
"size" : 16384,
"uuid" : "39f2fca9-ac70-3f0a-877c-5b31b9b317a2",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/select.cpython-38-darwin.so",
"name" : "select.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4486389760,
"size" : 16384,
"uuid" : "bb51b717-6458-36ca-a484-7c39279b617f",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_posixsubprocess.cpython-38-darwin.so",
"name" : "_posixsubprocess.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4485550080,
"size" : 16384,
"uuid" : "fd4f9103-ab81-3a33-8040-7cba3ce067fd",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_uuid.cpython-38-darwin.so",
"name" : "_uuid.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4485648384,
"size" : 49152,
"uuid" : "e0487fa7-c91a-367f-ae24-4f2a3cf19542",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_datetime.cpython-38-darwin.so",
"name" : "_datetime.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4484595712,
"size" : 32768,
"uuid" : "c60ab2ca-725d-32c0-8f2d-3826cfa54c9f",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/math.cpython-38-darwin.so",
"name" : "math.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4483559424,
"size" : 32768,
"uuid" : "6f1c14de-3666-39e9-9aad-6f221d90d6fc",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_struct.cpython-38-darwin.so",
"name" : "_struct.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4483121152,
"size" : 16384,
"uuid" : "a0810cd3-54d3-3177-afe6-392246d36f0d",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_opcode.cpython-38-darwin.so",
"name" : "_opcode.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4482191360,
"size" : 32768,
"uuid" : "fbb30bb5-a4ce-38db-9c49-48a91c388691",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_json.cpython-38-darwin.so",
"name" : "_json.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4481753088,
"size" : 16384,
"uuid" : "92bbe463-2796-3e8b-b32f-f42ece691e04",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_heapq.cpython-38-darwin.so",
"name" : "_heapq.cpython-38-darwin.so"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4487569408,
"CFBundleShortVersionString" : "3.8.16, (c) 2001-2019 Python Software Foundation.",
"CFBundleIdentifier" : "org.python.python",
"size" : 1916928,
"uuid" : "9d55a510-4a82-3b7b-82d0-42b494fb3252",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/Python",
"name" : "Python",
"CFBundleVersion" : "3.8.16"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 140703126761472,
"size" : 196608,
"uuid" : "c4c97159-5c72-3e75-ba2d-d6ca98ea626f",
"path" : "/usr/libexec/rosetta/runtime",
"name" : "runtime"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4474675200,
"size" : 344064,
"uuid" : "7af8ba1e-5c4d-393d-99cd-92566f60c450",
"path" : "/Library/Apple/*/libRosettaRuntime",
"name" : "libRosettaRuntime"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4340346880,
"CFBundleShortVersionString" : "3.8.16",
"CFBundleIdentifier" : "org.python.python",
"size" : 16384,
"uuid" : "e5988c88-fde7-31fb-8edf-29190a718094",
"path" : "/usr/local/Cellar/python@3.8/3.8.16/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python",
"name" : "Python",
"CFBundleVersion" : "3.8.16"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
],
"sharedCache" : {
"base" : 140703533793280,
"size" : 21474836480,
"uuid" : "aa32606f-3f8a-36dc-89ab-9c1bd7bf3104"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=395.6M resident=0K(0%) swapped_out_or_unallocated=395.6M(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nKernel Alloc Once 8K 1 \nMALLOC 1.2G 29 \nMALLOC guard page 96K 6 \nRosetta Arena 4096K 2 \nRosetta Generic 876K 216 \nRosetta IndirectBranch 192K 2 \nRosetta JIT 128.0M 1 \nRosetta Return Stack 160K 16 \nRosetta Thread Context 160K 16 \nStack 16.0M 1 \nStack Guard 16K 1 \nVM_ALLOCATE 129.4M 131 \nVM_ALLOCATE (reserved) 160.0M 6 reserved VM address space (unallocated)\n__DATA 5040K 199 \n__DATA_CONST 6938K 135 \n__DATA_DIRTY 353K 57 \n__LINKEDIT 185.3M 57 \n__OBJC_RO 71.1M 1 \n__OBJC_RW 2166K 2 \n__TEXT 210.4M 207 \ndyld private memory 260K 2 \nmapped file 7.5G 401 \nshared memory 32K 2 \nunshared pmap 4864K 3 \n=========== ======= ======= \nTOTAL 9.6G 1494 \nTOTAL, minus reserved VM space 9.4G 1494 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "e5dc2105eae621e05b78e85e4af7e281a8e888d1",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "632e3df958740028737bffc0",
"factorPackIds" : {
"SIRI_UNDERSTANDING_NL_OVERRIDES" : "658051ade8a99e1b6cea5e86"
},
"deploymentId" : 240000585
},
{
"rolloutId" : "6434420a89ec2e0a7a38bf5a",
"factorPackIds" : {

  },
  "deploymentId" : 240000011
}

],
"experiments" : [
{
"treatmentId" : "52e9806b-48cf-4718-ba06-6aaa79468566",
"experimentId" : "6553f184553f07431fda611f",
"deploymentId" : 400000004
}
]
},
"reportNotes" : [
"PC register does not match crashing frame (0x0 vs 0x1259EF6D9)"
]
}

Model: Mac14,15, BootROM 10151.61.4, proc 8:4:4 processors, 24 GB, SMC
Graphics: Apple M2, Apple M2, Built-In
Display: Color LCD, spdisplays_2880x1864Retina, Main, MirrorOff, Online
Memory Module: LPDDR5, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4387), wl0: Sep 1 2023 19:46:07 version 20.10.1073.3.8.7.165 FWID 01-b66346c5
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: Laptop, Apple Inc.
Thunderbolt Bus: Laptop, Apple Inc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants