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

> "Hyrum K. Wright" <hyrum_wri...@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

Reply via email to