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

Re: svnserve segmentation fault under Solaris 10 i386

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 30 Sep 2016 10:28:15 +0200

On Thu, Sep 29, 2016 at 04:59:27PM +0000, Campbell, Steve wrote:
> Hi,
>
> Running svnserve always results in a segmentation fault under Solaris 10 i386, even if just called with '--help'.
>
> Compile string:
> ./configure --prefix=/usr/local--with-apr=/usr/local/bin/apr-1-config --with-apr-util=/usr/local/bin/apu-1-config
>
> I'm using the latest UnixPackages SMCapr 1.5.2 & SMCaprutil 1.5.4 to provide the apr & apr-util libs.
>
> Workaround:
> Adding the ' --enable-all-static' configure flag resolves this.
>
> Steve Campbell

Sounds like the dynamically linked version pulls in a different set
of libraries than it was compiled with. You probably have multiple
copies of APR, sqlite, or something else, on your system.
Received on 2016-09-30 10:28:27 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.