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

Re: error in mod_dav_svn

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 22 Jun 2012 11:05:35 +0100

"Nebojsa Manacinski" <nebojsa.manacinski_at_triera.net> writes:

> i'm getting this segmentation fault on AIX 5.3, with Apache 2.2.19 and 2.2.22
> and Subversion 1.7.5, same configuration for subversion 1.6.18 works fine.
>
> I think it's a bug in subversion.
>
> Kind regards,
> Nebojsa
>
>
>
> [using memory image in core]
> reading symbolic information ...
>
> Segmentation fault in remove_lock at line 892 in file "" ($t1)
> could not read "subversion/mod_dav_svn/lock.c"
> (dbx) where
> remove_lock(lockdb = 0xf123938c, resource = (nil), locktoken = (nil)), line 892
> in "lock.c"

subversion/mod_dav_svn/lock.c line 892 is a comment; the function
remove_lock ends at line 885.

> mod_dav_svn.register_hooks(pconf = 0x30027500), line 1162 in "mod_dav_svn.c"

mod_dav_svn.c doesn't have a line 1162, it only has 1086 lines.

On trunk mod_dav_svn.c:register_hooks starts at 1162. Are you mixing
trunk and 1.7.5? Don't do that.

-- 
Philip
Received on 2012-06-22 12:06:16 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.