Issue 28571: llist and scipy.stats conflicts, python segfault (original) (raw)

Issue28571

Created on 2016-10-31 21:19 by Lluís, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg279828 - (view) Author: Lluís (Lluís) Date: 2016-10-31 21:19
I'm running this small script that produces a segfault: https://gist.github.com/anonymous/d24748d5b6de88b31f18965932744211 My python version is Python 3.5.2 (default, Jun 28 2016, 08:46:01) [GCC 6.1.1 20160602] on linux. And running scipy version 0.18.1. Can someone confirm if this segfaults with other systems ?
msg279830 - (view) Author: Lluís (Lluís) Date: 2016-10-31 21:25
Confirmed with 2.7 as well.
msg279833 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2016-10-31 21:30
This involves two third party C extensions, so there isn't really anything for us to do here until those projects have taken a look. If they can identify a CPython bug causing this, then we can do something.
History
Date User Action Args
2022-04-11 14:58:38 admin set github: 72757
2018-07-10 15:01:48 serhiy.storchaka set status: open -> closedresolution: third partystage: resolved
2016-10-31 21:30:43 r.david.murray set nosy: + r.david.murraymessages: +
2016-10-31 21:25:09 Lluís set messages: + versions: + Python 2.7
2016-10-31 21:19:59 Lluís create