New submission from David W. Lambert <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4168>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to