On Mon, 2002-04-01 at 19:57, Leonardo Rochael Almeida wrote:
On Thu, 2002-03-28 at 15:33, Matthew T. Kromer wrote:
[...] The relevant report at sourceforge is:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=535905&group_id=... [...] Which is (or where can I find) the currently official patchset to apply against Python-2.1.2 source?
When you want something done right you just go and do it yourself, right? Attached is a patch for the Python source that was taken from a diff of the 2.1 maintenance branch against the original 2.1.2 release, cleaned up so that it only contains modifications that are relevant to the crash problems. To make it your self you should get a Python cvs sandbox (instructions here http://sourceforge.net/cvs/?group_id=5470 the CVS module is python) get into the python/dist/src directory and run this command: cvs -z3 -d:pserver:anonymous@cvs.python.sourceforge.net:/cvsroot/python diff -u -kk -r r212 -r release21-maint Modules/gcmodule.c Objects Python
../../../segfault-fix.diff
(If my MUA wrapped it, it's all in one line, obviously) I just put this patch up in production environment and it's been up for more than 1h30m now, which for me is enough indication that it's in fact the final solution to the problem. Cheers. -- Ideas don't stay in some minds very long because they don't like solitary confinement.