https://issues.apache.org/bugzilla/show_bug.cgi?id=52865
--- Comment #1 from Tianyin Xu <[email protected]> 2012-03-09 10:41:42 UTC --- Oh, sorry, I missed sth in the previous email. To replay it, using the following configurations (have to load both modules): LoadModule authn_core_module modules/mod_authn_core.so LoadModule auth_digest_module modules/mod_auth_digest.so <AuthnProviderAlias file file1> AuthName "dfdf" </AuthnProviderAlias> It seems the two module has some conflicts? (In reply to comment #0) > To replay it, set the following configuration entries in the httpd.conf: > > LoadModule authn_core_module modules/mod_authn_core.so > <AuthnProviderAlias file file1> > AuthName "dfdf" > </AuthnProviderAlias> > > Start server and you will see the segmentation fault. > > I don't quite understand the problem. > > I put some printf() in the invoke_cmd() function. It seems that the segfault > occurs when it's executing the AuthName directive. The code reaches “return > cmd->AP_TAKE1(parms, mconfig, w);” but does not reach the handler function of > the AuthName directive -- set_authname(). > > Please check it. > > Thanks a lot!!! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
