Running maturin develop
can trigger SIGSEV in running process
#758
Labels
bug
Something isn't working
maturin develop
can trigger SIGSEV in running process
#758
Bug Description
I ran
maturin develop
while a PyO3/maturin package was being used by another Python process, and the Python process died withterminated by signal SIGSEGV (Address boundary error)
.Your Python version (
python -V
)Python 3.8.10
Your pip version (
pip -V
)pip 21.3.1
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
The text was updated successfully, but these errors were encountered: