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

Re: 1.6.8 up for signing / testing

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Wed, 13 Jan 2010 13:22:29 -0600

On Jan 13, 2010, at 10:52 AM, Philip Martin wrote:

> "Hyrum K. Wright" <hyrum_wright_at_mail.utexas.edu> writes:
>
>> After pulling 1.6.7 due to a segfault regression, we've rerolled the
>> branch as Subversion 1.6.8. The magic revision is r898464, and you
>> can find the tarballs here:
>
> What's the status of serf? I'm seeing lots of failures (46 so far and
> it is still running) due to non-canonical URLs. Here's one:
>
> FAIL: commit_tests.py 34: tabs in paths
> CMD: svn copy -m msg http://localhost:22825/svn-test-work/repositories/commit_te
> sts-34/source_dir "http://localhost:22825/svn-test-work/repositories/commit_test
> s-34/tab%09dir" --config-dir /home/pm/sw/subversion/obj2/subversion/tests/cmdlin
> e/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username
> jrandom lt-svn: ../sign/subversion-1.6.8/subversion/libsvn_subr/path.c:955: svn
> _path_url_add_component2: Assertion `svn_path_is_canonical(url, pool)' failed.
>
> Program received signal SIGABRT, Aborted.
> [Switching to Thread 0x7fac6381f750 (LWP 17252)]
> 0x0000003e68431ed5 in raise () from /lib/libc.so.6
> (gdb) up
> #1 0x0000003e684333f3 in abort () from /lib/libc.so.6
> (gdb)
> #2 0x0000003e6842adc9 in __assert_fail () from /lib/libc.so.6
> (gdb)
> #3 0x00007fac64ecfa92 in svn_path_url_add_component2 (
> url=0x7190a0 "/svn-test-work/repositories/commit_tests-34/!svn/bc/2/",
> component=0x704bb0 "", pool=0x754eb8)
> at ../sign/subversion-1.6.8/subversion/libsvn_subr/path.c:955
> 955 assert(svn_path_is_canonical(url, pool));
> (gdb)
> #4 0x00007fac6551eb49 in get_version_url (checked_in_url=0x754f50,
> session=0x710bd8, conn=0x717f40, relpath=0x7fac65530b80 "",
> base_revision=2, parent_vsn_url=0x0, pool=0x754eb8)
> at ../sign/subversion-1.6.8/subversion/libsvn_ra_serf/commit.c:490
> 490 propfind_url = svn_path_url_add_component2(bc_url, bc_relpath, pool);
> (gdb) do
> #3 0x00007fac64ecfa92 in svn_path_url_add_component2 (
> url=0x7190a0 "/svn-test-work/repositories/commit_tests-34/!svn/bc/2/",
> component=0x704bb0 "", pool=0x754eb8)
> at ../sign/subversion-1.6.8/subversion/libsvn_subr/path.c:955
> 955 assert(svn_path_is_canonical(url, pool));
> (gdb) p url
> $1 = 0x7190a0 "/svn-test-work/repositories/commit_tests-34/!svn/bc/2/"

Is the version of serf in the deps tarball different than previous releases?

-Hyrum
Received on 2010-01-13 20:23:11 CET

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.