[docs] [issue18356] help(numpy) causes segfault on exit

STINNER Victor report at bugs.python.org
Fri Jul 5 19:02:58 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18356>
_______________________________________


More information about the docs mailing list