[New-bugs-announce] [issue15175] pydoc -k zip throws segmentation fault

Shanker report at bugs.python.org
Mon Jun 25 01:44:48 CEST 2012


New submission from Shanker <shank76 at gmail.com>:

user at test:~/learn/python$ pydoc -k zip
zipimport - zipimport provides support for importing Python modules from Zip archives.
gzip - Functions that read and write gzipped files.
lib2to3.fixes.fix_itertools - Fixer for itertools.(imap|ifilter|izip) --> (map|filter|zip) and
lib2to3.fixes.fix_itertools_imports - Fixer for imports of itertools.(imap|ifilter|izip|ifilterfalse)
lib2to3.fixes.fix_zip - Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...)
zipfile - Read and write ZIP files.

** (python2.7:2599): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 0' failed
Segmentation fault (core dumped)
user at test:~/learn/python$ 

user at test:~/learn/python$ uname -a
Linux govinda 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
user at test:~/learn/python$

----------
components: None
messages: 163875
nosy: shank
priority: normal
severity: normal
status: open
title: pydoc -k zip throws segmentation fault
versions: Python 2.7

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


More information about the New-bugs-announce mailing list