STINNER Victor added the comment:

> For a full trackdown and workaround of the problem see 
> http://stackoverflow.com/questions/17344974/python-helpnumpy-causes-segfault-on-exit

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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to