[issue4168] core dump exiting python

STINNER Victor report at bugs.python.org
Wed Oct 22 10:11:38 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I installed gsl using "sudo apt-get install libgsl0ldbl". Then I 
added ".0" to the library filenames (eg. CDLL('libgsl.so.0')).

$ python3.0 dumpdriver.py
Exception AttributeError: "'NoneType' object has no attribute 'debug'" 
in <bound method Real_FFT.__del__ of <gsl_fft.Real_FFT object at 
0xb7bb45ac>> ignored

Real_FFT.__del__() uses logging.debug, logging.info and logging.warn 
whereas logging is None when the destructor is called.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list