This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Segmentation fault on OSX #13
Labels
Comments
Sorry but I don't have any computer with MacOSX. |
Hello! Thank you for your response.
I am not experienced with gdb but I hope the above is helpful, let me know if there is anything else I I can send. |
Hm, debug symbols are missing. I'm going to need you to do some patching: patch -p1 << EOF
diff --git a/setup.py b/setup.py
index d5767c7..caa31f5 100755
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,8 @@ else:
else:
extra_compile_args = []
+extra_compile_args += ['-g', '-ggdb', '-O0']
+
setup(
name="pypillowfight",
version="0.2.2",
EOF
python ./setup.py install |
Hi, I tried recompiling with that and still did not have symbols. I will look into why |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Segfault on black_border_problem.jpg, using example code verbatim.
OSX 10.12.6
Anaconda python 3.5.4, also tried python 3.4 not anaconda.
Installed with sudo python ./setup.py install
Thank you! I look forward to trying this library.
The text was updated successfully, but these errors were encountered: