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 farshad
Recipients farshad, theller
Date 2008-11-19.18:34:29
SpamBayes Score 0.00042462244
Marked as misclassified No
Message-id <1227119670.36.0.570140280059.issue4358@psf.upfronthosting.co.za>
In-reply-to
Content
I'm encountering random segfaults on multiple machines. By examining
core dumps, it's all happening  in stringobject.c (_PyString_Resize or
string_join). 
By using pyframev I figured out it's always happening inside
xmlrpclib.py (/usr/lib/python2.5/xmlrpclib.py (716): dump_struct or
/usr/lib/python2.5/xmlrpclib.py (627): dumps)

I'm using Python 2.5.2 on debian in a threaded environment with heavy
use of xmlrpc.
History
Date User Action Args
2008-11-19 18:34:30farshadsetrecipients: + farshad, theller
2008-11-19 18:34:30farshadsetmessageid: <1227119670.36.0.570140280059.issue4358@psf.upfronthosting.co.za>
2008-11-19 18:34:29farshadlinkissue4358 messages
2008-11-19 18:34:29farshadcreate