5 Jul
2013
5 Jul
'13
12:02 p.m.
STINNER Victor added the comment:
For a full trackdown and workaround of the problem see http://stackoverflow.com/questions/17344974/python-helpnumpy-causes-segfault...
The gdb trace is not interesting because it stopped at SIGPIPE, which is not an error. Please rerun your program in gdb and ignore SIGPIPE (type "handle SIGPIPE noprint nostop") or continue on PIPE (type "cont"). Then when you get the crash, please copy/paste the gdb traceback here. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18356> _______________________________________