[issue18356] help(numpy) causes segfault on exit

2013-07-15 Thread Torim
Torim added the comment: I would add even the linked solution from StackOverflow.com does not work reliably for me. Try to get at the end of numpy document - text vanishes and possibly lose chars displaying in terminal. Need to reset it. Modified pydoc's pipepager method this way

[issue18447] Pydoc crashes on large contents

2013-07-14 Thread Torim
Torim added the comment: I'd agree, it looks like a duplicate of http://bugs.python.org/issue18356>Issue18356 . -- ___ Python tracker <http://bugs.python.org

[issue18447] Pydoc crashes on large contents

2013-07-14 Thread Torim
Torim added the comment: Python 2.7.5 numpy 1.7.1 platform: Linux x86_64 -- ___ Python tracker <http://bugs.python.org/issue18447> ___ ___ Python-bugs-list mailin

[issue18447] Pydoc crashes on large contents

2013-07-14 Thread Torim
New submission from Torim: If invoking pydoc either from a system shell or as a help() method in an interactive Python interpreter, it crashes with SIGSEGV signal at exit. It crashes only with larger documentation contents, smaller do work as expected. Example with numpy module docs: 1. launch