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