python2.1 SEGV on Solaris 2.7

Paul Rubin phr-n2001d at nightsong.com
Tue Oct 16 09:56:02 EDT 2001


Anthony Baxter <anthony at interlink.com.au> writes:
> Has anyone seen anything like this? I'm going to rebuild with
> gcc3.0 and also try turning off GC. 

I've gotten occasional core dumps in the evaluator with Python 2.1.1
under Redhat Linux 7.1.  I haven't made a big effort to debug them.
In fact I was just thinking of posting about them and asking how
common such crashes were.  It's an argument for using forking rather
than threading or select if you're writing servers in Python, for
example.



More information about the Python-list mailing list