[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Infinite stack recursion on subpool destruction

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-10-04 19:45:51 CEST

Would you mind testing if this patch makes the problem go away?

Index: error.c
===================================================================
--- error.c (revision 7295)
+++ error.c (working copy)
@@ -152,6 +152,7 @@
       chain = chain->child;
       *chain = *new_err;
       chain->message = apr_pstrdup (pool, new_err->message);
+ chain->pool = pool;
       new_err = new_err->child;
     }
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 4 19:46:59 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.