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

Subversion crash at svn_auth_set_parameter()

From: Sidney Just <cadogat_at_googlemail.com>
Date: Mon, 3 May 2010 14:00:02 +0200

I'm trying to use Subversion in one of my projects (Mac OS X 10.6.3), so I
downloaded the latest Subversion release (1.6.11) and the latest Neon
release (0.29.3).
I compiled neon with:

$ ./configure --with-ssl --with-pic --enable-shared
$ make
$ make install

and than Subversion with:
$ ./configure --with-ssl --with-apr=/usr/local/apr --with-neon=/usr/local
$ make
$ make install

Everything worked fine, but after adding Subversion to the project and
calling svn_client_list2() the application crashes
at svn_auth_set_parameter().
I have updated every used library, but can't get it to work.

Any information on how to fix this would be greatly appreciated :).

Thanks,
Sidney
Received on 2010-05-03 14:00:34 CEST

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.