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

Re: Test failures over ra_dav on Mac OS X with svn 1.1.0-rc3

From: Christian Schaffner <chris01_at_users.sourceforge.net>
Date: 2004-09-24 12:38:10 CEST

On 22.09.2004, at 00:59, Ben Collins-Sussman wrote:

>
> On Sep 21, 2004, at 3:38 AM, Christian Schaffner wrote:
>>
>> [Tue Sep 21 09:48:26 2004] [error] Optional function test said:
>> PROPFIND /repositories/basic_tests-16/!svn/vcc/default HTTP/1.1
>> dyld: /sw/sbin/httpd Undefined symbols:
>> _svn_repos_trace_node_locations
>> dyld: /sw/sbin/httpd Undefined symbols:
>> _svn_repos_trace_node_locations
>> [Tue Sep 21 09:48:27 2004] [notice] child pid 1962 exit signal
>> Trace/BPT trap (5)
>> [Tue Sep 21 09:48:27 2004] [notice] child pid 1791 exit signal
>> Trace/BPT trap (5)
>>
>
> Wow, undefined symbols followed by a httpd crash. Those symbols are
> "new" in svn 1.1, so it looks like you have a 1.1 mod_dav_svn module
> that is somehow binding to a 1.0 libsvn_repos shared library. I'm not
> sure why that would be. Perhaps you have old 1.0 libraries lying
> around somewhere.

The reason was that is didn't completely stop and restart apache before
starting the tests. And somehow the apache process was still using the
old mod_dav_svn.so module with the missing symbol. After i stopped
apache and restarted it, the tests went trough fine.

Thanks for your answer,
Chris.

PS: I couldn't investigate it further, but it looked as if doing
'apachectl graceful' didn't reload the new mod_dav_svn.so module
correctly.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 24 12:38:26 2004

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.