Segfault on macOS after manual packing with PyArmor #1229
Replies: 8 comments 9 replies
-
How about a hello world script? |
Beta Was this translation helpful? Give feedback.
-
This reproduces with a hello world script. |
Beta Was this translation helpful? Give feedback.
-
@jondy are there any further steps I can take? 🙂 |
Beta Was this translation helpful? Give feedback.
-
@Adir-Shemesh it will be fixed in the next release 8.2.1, I have found the problem. Also refer to #1243, I think the reason is same for #1243 and this |
Beta Was this translation helpful? Give feedback.
-
Fixed in 8.2.1, please upgrading to the latest version. |
Beta Was this translation helpful? Give feedback.
-
I am having similar issue, I am able to build on windows 64bit, MacOS M1, however MacOS 64 bit fails with segment fault. On Mac OS 64 bit I am able to obfuscate and run, or just pack with pyinstaller and run. Just not able to pack obfuscate or obfuscate then pack. Both ways give me segment fault. Pyarmor 8.2.1 Pro, Pyinstaller 5.11.0, Also reproduced with Hello World |
Beta Was this translation helpful? Give feedback.
-
Does it still segment fault?
Make sure there is no warning logs when run the second command |
Beta Was this translation helpful? Give feedback.
-
We followed the steps detailed in this issue (specifically because of the error message that appears in the linked comment), and the official documentation.
The result works fine on Windows and Linux, but on macOS it causes a segfault.
Beta Was this translation helpful? Give feedback.
All reactions