RE: RuntimeError: maximum recursion depth exceeded

Jon Foster <[email protected]> Tue, 11 May 2010 18:18:43 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.devel
Message-ID <[email protected]>
Hi Will,

> a "RuntimeError: maximum recursion depth exceeded" error.

Did cvs2svn print any more information about the error?  It usually prints a long stack trace.  Can you send that, please?

Kind regards,

Jon

--
Please direct all replies to the mailing list.

________________________________

From: will soula [mailto:[email protected]] 
Sent: 11 May 2010 15:01
To: [email protected]
Subject: RuntimeError: maximum recursion depth exceeded



I am trying to convert several cvs repos to svn and they have all gone fine except for one that gets a "RuntimeError: maximum recursion depth exceeded" error. I searched the mailing list and found the suggestion to do this:

import sys
sys.setrecursionlimi​t(sys.getrecursionli​mit()*5)

So I tried that in the main cvs2svn cript and got the same error, so I bumped the number up from 5 to 50 and got the same error, and kept doing that till now I'm at 5 million and still get the error. 

 

Pass 11 is the offending pass and I’m using cvs2svn version 2.3.0. If anyone has any ideas on how I can get past this recursion error I would greatly appreciate it.

 

I tried to run the shrink_test_case.py file but I have no clue how to use it.  What goes in the TEST_COMMAND variable?  I tried setting it to the command line I run to get the error, but no dice.

 

I think I am running python 2.4.  I tried to run the command python --version but it didn’t work.  So I tried -v and it installed some stuff and did a bunch of other stuff in the python2.4 folder so I am assuming it is version 2.4

 

I believe I am running Red Hat 4.1.1-1 on linux2.  This was output with the python -v command.

 

Do y’all need any more information from me to help me fix this problem (besides a test case which I will try and send in once I know what goes in the TEST_COMMAND variable.

Thanks,
Will


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________



**********************************************************************
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of Cabot Communications Ltd.

If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone.

Cabot Communications Limited
Verona House, Filwood Road, Bristol BS16 3RY, UK
+44 (0) 1179584232

Co. Registered in England number 02817269

Please contact the sender if you believe you have received this email in error.

**********************************************************************


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=2607721

To unsubscribe from this discussion, e-mail: [[email protected]].