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 tsavannah
Recipients pitrou, tsavannah
Date 2009-06-02.16:11:41
SpamBayes Score 2.371033e-06
Marked as misclassified No
Message-id <1243959104.99.0.50369642296.issue6178@psf.upfronthosting.co.za>
In-reply-to
Content
Yes I compiled python myself, using ./configure
--prefix=/usr/local/python2.6/ --with-pth --enable-shared

It is a 64-bit compile.

I've done this with both standard config and a config that I modded
which produces optimizations options as -ggdb3 -O0. Both contain the
segfault error.

We are including some external site packages, but there is no consistent
site package import or usage that causes the segfault, it just seems
that heavy stress with many threads going off has a race chance to cause it.

I can send any additional info that can help debug this issue
History
Date User Action Args
2009-06-02 16:11:45tsavannahsetrecipients: + tsavannah, pitrou
2009-06-02 16:11:44tsavannahsetmessageid: <1243959104.99.0.50369642296.issue6178@psf.upfronthosting.co.za>
2009-06-02 16:11:42tsavannahlinkissue6178 messages
2009-06-02 16:11:42tsavannahcreate