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

svn_client_ls crash dependent on path_or_url parameter

From: Peter Laurens <laurens_p_at_euro.apple.com>
Date: Tue, 27 Oct 2009 14:48:32 +0100

Hi,

I was using svn_client_ls in a tool quite happily under OS X 10.5.
Recompiling under 10.6 I get a crash (EXC_BAD_ACCESS) when I call
svn_client_ls.

The behavior seems to be related to the path_or_url parameter, which
should take a char *.

If I give the function an empty string "" the function call succeeds
(but of course there's an error because this isn't a repository, but
that's ok).
If I give the function the string "svn" the function call fails with
SIG_ABRT.
If I give the function the string "svn+ssh://xyz" the function fails
with EXC_BAD_ACCESS.

I know this function is deprecated, but if there's any way I can
continue to use this function I'd be grateful to hear it!

Many thanks.

- Peter

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2411672

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-27 14:56:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.