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 pitrou
Recipients mroach, pitrou, tsavannah
Date 2009-06-02.23:35:02
SpamBayes Score 0.012279144
Marked as misclassified No
Message-id <1243985837.5888.36.camel@localhost>
In-reply-to <1243963951.77.0.346294554614.issue6178@psf.upfronthosting.co.za>
Content
> And no, there is still segfaults without optimizations, I've tried at
> -O2 -O and -O0 ( -O0 being no optimization).

Then you can try rebuilding Python after "./configure --with-pydebug".
It will add some runtime checks, perhaps it will find the cause of the
problem.
History
Date User Action Args
2009-06-02 23:35:03pitrousetrecipients: + pitrou, tsavannah, mroach
2009-06-02 23:35:02pitroulinkissue6178 messages
2009-06-02 23:35:02pitroucreate