[New-bugs-announce] [issue30575] Python interpreter crashes on macOS

Yibo Wang report at bugs.python.org
Mon Jun 5 12:28:08 EDT 2017


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 blog(https://kushaldas.in/posts/writing-python-extensions-in-rust.html), then follow the section "Building the Python extension".

macOS Sierra 10.12.5 (16F73)
Python 3.6.1 via Homebrew
rustc 1.17.0 (56124baa9 2017-04-24)
(This issue won't appear on Windows 10 and Ubuntu 16.04)

----------
components: macOS
messages: 295203
nosy: Yibo Wang, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Python interpreter crashes on macOS
type: crash
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30575>
_______________________________________


More information about the New-bugs-announce mailing list