You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anand Rao <an...@honnu.com> on 2006/03/26 15:53:39 UTC

APACHE2 + SVN 1.3 - Apache SEG FAULT

hi  ,
 I have apache 2.2 ( compiled from source )

and Subversion compiled from source 

running on my FC4 Box.

When using dav_svn_module ,  and when I  try to browse the repository 
from the browser

I see that apache crashes with a SEG Fault

I tried to debug a bit
#####################
(gdb) run -X
Starting program: /usr/local/apache2/bin/httpd -X
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xb02000
[Thread debugging using libthread_db enabled]
[New Thread -1208555840 (LWP 652)]
Breakpoint 2 at 0x2b01cb
Pending breakpoint "access_checker" resolved
warning: Temporarily disabling breakpoints for unloaded shared library 
"/usr/local/apache2/modules/mod_authz_svn.so"
Breakpoint 2 at 0x9a81cb
[Switching to Thread -1208555840 (LWP 652)]

Breakpoint 2, 0x009a81cb in access_checker ()
   from /usr/local/apache2/modules/mod_authz_svn.so
(gdb) step
Single stepping until exit from function access_checker,
which has no line number information.

Program received signal SIGSEGV, Segmentation fault.
0x009a8203 in access_checker ()
   from /usr/local/apache2/modules/mod_authz_svn.so
(gdb)
###########################################

Any help will be appriciated.
thanks
Anand

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: APACHE2 + SVN 1.3 - Apache SEG FAULT

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
Anand Rao wrote:
> hi  ,
> I have apache 2.2 ( compiled from source )
>
> and Subversion compiled from source

Why are you hopping to 2.2?

And is there some reason you can't recompile the FC5 SRPM's to get a more 
integrated version of httpd and subversion, without old APR or other modules 
lying around by accident?

> running on my FC4 Box.
>
> When using dav_svn_module ,  and when I  try to browse the repository
> from the browser
>
> I see that apache crashes with a SEG Fault
>
> I tried to debug a bit
> #####################
> (gdb) run -X
> Starting program: /usr/local/apache2/bin/httpd -X
> Reading symbols from shared object read from target memory...done.
> Loaded system supplied DSO at 0xb02000
> [Thread debugging using libthread_db enabled]
> [New Thread -1208555840 (LWP 652)]
> Breakpoint 2 at 0x2b01cb
> Pending breakpoint "access_checker" resolved
> warning: Temporarily disabling breakpoints for unloaded shared library
> "/usr/local/apache2/modules/mod_authz_svn.so"
> Breakpoint 2 at 0x9a81cb
> [Switching to Thread -1208555840 (LWP 652)]
>
> Breakpoint 2, 0x009a81cb in access_checker ()
>   from /usr/local/apache2/modules/mod_authz_svn.so
> (gdb) step
> Single stepping until exit from function access_checker,
> which has no line number information.
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x009a8203 in access_checker ()
>   from /usr/local/apache2/modules/mod_authz_svn.so
> (gdb)
> ###########################################
>
> Any help will be appriciated.
> thanks
> Anand
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org