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

Re: 1.3.1 tarballs up for testing/signing (Again)

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-03-29 18:28:43 CEST

On Wed, Mar 29, 2006 at 05:21:41PM +0100, Philip Martin wrote:
> I can reproduce the problem, so once again --enable-dso is broken on
> trunk:
>
> $ subversion/tests/libsvn_repos/repos-test --fs-type=bdb 7
> PASS: lt-repos-test 7: test authz in the commit editor
> Segmentation fault
>

Does this patch help? Looks like there's a pool misuse in the test
itself.

Index: subversion/tests/libsvn_repos/repos-test.c
===================================================================
--- subversion/tests/libsvn_repos/repos-test.c (revision 19083)
+++ subversion/tests/libsvn_repos/repos-test.c (working copy)
@@ -1494,7 +1494,7 @@
   /* Open directory /A, to which we have read/write access. */
   SVN_ERR(editor->open_directory("/A", root_baton,
                                  SVN_INVALID_REVNUM,
- pool, &dir_baton));
+ subpool, &dir_baton));
 
   /* Test denied file addition. Denied because of a conflicting rule
      on the file path itself. */

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 29 18:34:41 2006

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.