[issue19885] lzma segfault when __init__ with non-existent file after executing the constructor (Python 2.7)

Vajrasky Kok report at bugs.python.org
Thu Dec 5 01:31:23 CET 2013


Vajrasky Kok added the comment:

Wait, you're right. I have not been able to reproduce this under Python downloaded from Python.org.

[sky at localhost cpython2.7]$ ./python
Python 2.7.6+ (2.7:ae9fb85ab4e0, Dec  5 2013, 08:24:11) 
[GCC 4.7.2 20121109 (Red Hat 4.7.2-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import lzma
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named lzma
[40709 refs]

The python is from Fedora itself. Maybe I did some funky stuff in my Fedora installation. Let me check this first and report to you later.

[sky at localhost cpython2.7]$ python
Python 2.7.3 (default, Aug  9 2012, 17:23:57) 
[GCC 4.7.1 20120720 (Red Hat 4.7.1-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import lzma
>>> lzma
<module 'lzma' from '/usr/lib64/python2.7/site-packages/lzma.so'>

----------
status: open -> pending

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


More information about the Python-bugs-list mailing list