[issue30575] Python interpreter crashes on macOS

2017-06-09 Thread Yibo Wang
Yibo Wang added the comment: It's a bug from cffi because the interpreter won't crash when using ctypes only without cffi. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue30575] Python interpreter crashes on macOS

2017-06-05 Thread Ned Deily
Ned Deily added the comment: Sorry but, without more information, no one is likely to want to try to pursue this issue. There are too many components, Python and non-Python, here that could cause a crash and trying to interface to other libraries using extensions like cffi (and ctypes) is

[issue30575] Python interpreter crashes on macOS

2017-06-05 Thread Yibo Wang
New submission from Yibo Wang: I am writing python wrapper for rust library, everything goes fine until execution finishes. "Python quit unexpectedly" [1]25805 segmentation fault python3 To reproduce, download code from GitHub repo provided by this