On Mon, Feb 23, 2009 at 2:46 AM, Jouni Mäkeläinen
<jouni.makelai...@twinkle.fi> wrote:

>    if (!encrypted_sso_str || apr_strnatcmp(encrypted_sso_str, "false") == 0) {
>        if (apr_strnatcasecmp(ap_auth_type(r), "auth_xxx") == 0) {

NULL != ap_auth_type(r)?

> *** Segmentation fault *** (ap_auth_type)
>
> Here is the backtrace from the core dump:
> #0  0x00002af41b58b67f in apr_match_glob () from /usr/lib64/libapr-1.so.0
> #1  0x00002af4249ebb74 in authenticate_user (r=0x2af42ed75488) at 
> mod_auth_xxx.c:159

Are you sure this debuger was looking at the runtime binaries?   Do
you call apr_match_glob elsewhere?

You might try building with --enable-maintainer-mode


-- 
Eric Covener
cove...@gmail.com

Reply via email to