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 schlamar
Recipients schlamar
Date 2013-08-08.11:41:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375962081.45.0.433865344111.issue18683@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running unittests on a CentOS 6.4 Virtual Box slave via Jenkins on a 
Windows host. Randomly I get core dumps for no obvious reason. I don't
use any C extension in my code and don't use ctypes. The (proprietary)
software is plain Python with a multi-threaded architecture.

There might be a threading race condition in the code but according
to http://stackoverflow.com/a/13654489/851737 this shouldn't result
in a segfault. So it might be a bug in Python.

I appended one log (I have various others if you wish to see them) with 
faulthandler enabled by https://pypi.python.org/pypi/nose-faulthandler.
History
Date User Action Args
2013-08-08 11:41:21schlamarsetrecipients: + schlamar
2013-08-08 11:41:21schlamarsetmessageid: <1375962081.45.0.433865344111.issue18683@psf.upfronthosting.co.za>
2013-08-08 11:41:21schlamarlinkissue18683 messages
2013-08-08 11:41:21schlamarcreate