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

Re: autogen.sh --release doesn't work

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-07 19:44:13 CEST

Michael Price <michael.price@acm.org> writes:

> CMD: svn "ci" "-m" "log msg" "-N" "working_copies/commit_tests-25/dirA" "working
> _copies/commit_tests-25/dirA/fileA" "working_copies/commit_tests-25/dirA/fileB"
> "working_copies/commit_tests-25/dirA/dirB" "working_copies/commit_tests-25/dirA/
> dirB/fileC" <TIME = 0.076681>
> svn: Invalid argument
> svn: Commit failed (details follow):
> svn: Safe data:
> "/home/mixtim/src/subversion-0.22.0/subversion/tests/clients/cmdline/working_cop
> ies/commit_tests-25/dirA/"
> ... was followed by non-ascii byte 24.
>
> Non-ascii character detected (see above), and unable to convert to UTF-8.

There aren't any non-ascii characters in commit_tests-25, as far as I
can see. I suspect you are hitting this memory problem reported by
valgrind

==24153== Conditional jump or move depends on uninitialised value(s)
==24153== at 0x4016811F: strlen (vg_clientfuncs.c:439)
==24153== by 0x403D7C1D: apr_pstrdup (apr_strings.c:114)
==24153== by 0x402D2D04: svn_path_condense_targets (../svn/subversion/libsvn_subr/target.c:171)
==24153== by 0x4021C9DE: svn_client_commit (../svn/subversion/libsvn_client/commit.c:735)

for the command

CMD: svn "ci" "-m" "log msg" "-N" "working_copies/commit_tests-25/dirA" "working_copies/commit_tests-25/dirA/fileA" "working_copies/commit_tests-25/dirA/fileB" "working_copies/commit_tests-25/dirA/dirB" "working_copies/commit_tests-25/dirA/dirB/fileC" <TIME = 10.287668>

I mentioned it in issue 1280 (but I don't know if it is the cause of
the problem reported there), it's the only valgrind warning I get when
running the regression tests.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 7 19:47:06 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.