This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW
Date 2008-10-22.07:37:07
SpamBayes Score 0.00012108286
Marked as misclassified No
Message-id <1224661030.95.0.853599838513.issue4168@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-22 07:37:11LambertDWsetrecipients: + LambertDW
2008-10-22 07:37:10LambertDWsetmessageid: <1224661030.95.0.853599838513.issue4168@psf.upfronthosting.co.za>
2008-10-22 07:37:09LambertDWlinkissue4168 messages
2008-10-22 07:37:08LambertDWcreate