[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-04 19:57:13 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> 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;
> }

Yes, I was just about to do that!

-- 
Philip Martin
---------------------------------------------------------------------
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:58:00 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.