workflowsguy

Results 50 comments of workflowsguy

What more data do you need? I have already mentioned that the minimal script to reproduce this simply consists of this one import statement. Python itself and macOS do not...

After upgrading pymupdf to 1.24.4 on another Mac (macOS 11.7.10, Python 3.12.3) the crash now occurs there, too. This time, a crash report was available. This are the first lines...

I have seen that the `Responsible:` entry shows `pycharm [5635]`, but PyCharm was not running at the time of the crash. Anyway, I have run the test script again in...

When run in macOS's Terminal application, the crash data is the same as in the previous error reports ``` Process: Python [20751] Path: /opt/local/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 3.12.3 (3.12.3) Code...

> I've managed to get access to an older MacOS machine and have reproduced the problem. > > I don't yet know why things are going wrong, and am unable...

Machine information: macOS 10.13.6 Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz

I installed the wheel with `pip install ~/rapidfuzz-3.9.0-cp311-cp311-macosx_10_9_x86_64.whl` After that, running the test script still causes `illegal hardware instruction`and Python crashes. The first lines of the crash report follow. Maybe...

This also causes the error message `illegal hardware instruction` in the console, followed by a cash of Python: ``` Process: Python [61921] Path: /opt/local/Library/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 3.11.9 (3.11.9) Code...

> Can you give the following build a try: [artifact-build_wheels_macos-0.zip](https://github.com/rapidfuzz/RapidFuzz/files/15369423/artifact-build_wheels_macos-0.zip) > > This is a build without the avx2 versions No crash from the test script 👍

> @workflowsguy I published a version with avx2 yesterday to take a bit of the urgency out of this. Thanks!