Hi,
I have upgraded my Linux version from Fedora4 to Ferdora5, and now the
Apache server doesn't start anymore. While starting, there is a
Segmentation fault that appears, and the starting fails. If I just
remove the mod_dav_svn.so module from Apache .conf file, the Apache
server starts without any problem.
I remember that I was using the Apache version 1.xx before the new
upgrade, but now it is 2.2.0, with the same version of subversion
(1.3.2, the latest one).
I have tried to do some debug and I have found the following(when the
problem occurs)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208408400 (LWP 16510)]
0x00892ca4 in apr_palloc (pool=0x8147978, size=4) at apr_pools.c:611
/home/omar/Downloads/subversion-1.3.2/apr/memory/unix/apr_pools.c:611:16447:beg:0x892ca4
(gdb) print *active
$1 = {next = 0x6e6f6370, ref = 0x63700066, index = 1634561391,
free_index = 7562350, first_avail = 0x203a7325 <Address 0x203a7325 out
of bounds>, endp = 0x63007325 <Address 0x63007325 out of bounds>}
(gdb) bt
#0 0x00892ca4 in apr_palloc (pool=0x8147978, size=4) at apr_pools.c:611
#1 0x00675f65 in dav_svn_get_repos_path ()
from /usr/lib/httpd/modules/mod_dav_svn.so
#2 0x00dbf27a in ap_single_module_configure () from /usr/sbin/httpd
#3 0x00dd1e33 in ap_set_etag () from /usr/sbin/httpd
#4 0x00dc00aa in ap_find_command_in_modules () from /usr/sbin/httpd
#5 0x00dc0fd1 in ap_set_int_slot () from /usr/sbin/httpd
#6 0x00dc1295 in ap_build_config () from /usr/sbin/httpd
#7 0x00dc187b in ap_parse_htaccess () from /usr/sbin/httpd
#8 0x00dc1e80 in ap_process_resource_config () from /usr/sbin/httpd
#9 0x00db457e in ap_get_request_note () from /usr/sbin/httpd
#10 0x00dc0034 in ap_find_command_in_modules () from /usr/sbin/httpd
#11 0x00dc0fd1 in ap_set_int_slot () from /usr/sbin/httpd
#12 0x00dc1295 in ap_build_config () from /usr/sbin/httpd
#13 0x00dc187b in ap_parse_htaccess () from /usr/sbin/httpd
#14 0x00dc1b01 in ap_process_resource_config () from /usr/sbin/httpd
#15 0x00dc22a4 in ap_read_config () from /usr/sbin/httpd
#16 0x00daa6a6 in main () from /usr/sbin/httpd
Did anybody face the same problem ? Any sollution ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 17 15:16:19 2006