"Nebojsa Manacinski" <nebojsa.manacin...@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