[New-bugs-announce] [issue18356] help(numpy) causes segfault on exit

Michelle Arzul report at bugs.python.org
Thu Jul 4 09:55:20 CEST 2013


New submission from Michelle Arzul:

As far as we could tell this bug is only consistently reproducible on Ubuntu 13.04.

A line in pydoc.py causes a segfault when help(numpy) (no other libraries that I know of) exits. The offending method is pipepager().

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

----------
assignee: docs at python
components: Documentation
messages: 192276
nosy: Leeward, docs at python
priority: normal
severity: normal
status: open
title: help(numpy) causes segfault on exit
type: crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18356>
_______________________________________


More information about the New-bugs-announce mailing list