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

Re: Apache Seg Fault

From: Chris Beck <cbeck_at_gene.concordia.ca>
Date: 2004-08-31 00:19:03 CEST

Thanks Karl,

Interesting perhaps ... some sort of authentication problem, when I run httpd in gdb it dies with

> 0x40a1a913 in access_checker (r=0x81a6cc0) at /path/to/subversion-1.1.0-rc2/subversion/mod_authz_svn/mod_authz_svn.c:492
492 authz_svn_config_rec *conf = ap_get_module_config(r->per_dir_config,
493 &authz_svn_module);

So now it seems that I compiling svn incorrectly such that it cannot work with ap_get_module_config. What next?

It is whispered that kfogel@collab.net was heard, on or about 08/30/04 15:06 to say:
> Chris Beck <cbeck@gene.concordia.ca> writes:
>
>>I have Apache 2.0.50 precompiled on both
>>I successfully compile svn on both. On one everything is fine, on the
>>other, as soon as I install the apache mods, Apache starts spewing
>>child process seg fault issues. My svn command line works fine.
>>Hardware wise, the machine that is choking is a dual-proc opteron with
>>4 Gigs of RAM.
>
>
> Run httpd under a debugger, I think.
>
> The section "Debugging the server" in the HACKING file has the gory
> details on this. It's really helpful, well worth the overhead of
> learning how to do it -- has saved me hours of guessing time.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 31 00:19:38 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.