[New-bugs-announce] [issue4168] core dump exiting python

David W. Lambert report at bugs.python.org
Wed Oct 22 09:37:10 CEST 2008


New submission from David W. Lambert <lambertdw at corning.com>:

I created in the python module gsl_fft a __del__ method to release 
workspace when the data size changes.  It is called upon exiting 
python, and gave errors without traceback.  So I registered it with 
atexit.  This caused core dump.  The attached tape archive has 
necessary modules, and file gdb.output.  The latter contains, I hope, 
enough information to reconstruct the command line and even to find 
the cause.  Additionally you'll need the gsl and gslcblas shared 
object libraries.

----------
components: Interpreter Core
files: coredump.tar
messages: 75064
nosy: LambertDW
severity: normal
status: open
title: core dump exiting python
type: crash
versions: Python 3.0
Added file: http://bugs.python.org/file11854/coredump.tar

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


More information about the New-bugs-announce mailing list