[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: Sviatoslav Sviridov <svd_at_altlinux.ru>
Date: 2006-03-29 19:32:08 CEST

Malcolm Rowe wrote on 3/29/2006 7:28 PM:
> 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.

Yes, this patch helps, thanks!

> 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

-- 
Best Regards,
Sviatoslav Sviridov

Received on Wed Mar 29 19:32:34 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.