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

Re: SIGSEGV when using "svn blame" over http

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-03-14 19:17:17 CET

On Mon, 13 Mar 2006, Patrick Schoenbach wrote:

> I am using apache 2.0.55 and svn 1.3.0. When trying to execute "svn
> blame", apache SIGSEGVs.
...

> On 13.03.2006 17:03, Justin Erenkrantz wrote:
> >> #3 0xb7638a2b in dav_svn__file_revs_report (resource=0x8575de8,
> >> doc=0x8575b68, output=0x8571890)
> >> at /usr/src/subversion-1.1.0-rc2/subversion/mod_dav_svn/file_revs.c:267
> >
> > Um. That doesn't match what you said. Do you have a mixed/corrupt
> > install? -- justin
>
> Does not look like it. How do I check that?

As Justin and Malcolm pointed out, it looks like you're using
1.1.0-rc2 libraries. Are you sure you're invoking a 1.3.0 binary? If
you are, it's apparently picking up the wrong Subversion libraries --
you can strace the command to your svn binary to see it in action as
its open()'ing the libraries.

Check your LD_LIBRAR_PATH, /etc/ld.so.conf, and /etc/ld.so.conf.d/* to
correct library load order (or just remove the old 1.1.0-rc2 libs).

-- 
Daniel Rall

  • application/pgp-signature attachment: stored
Received on Tue Mar 14 19:09:04 2006

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.