DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756 Apache core dump when using LDAP authentification. ------- Additional Comments From [EMAIL PROTECTED] 2003-09-26 16:52 ------- nice backtrace :) there are a bunch of apr_pstrdup() calls in that function... normal way to get the debugger to tell us is to rebuild the server with debug symbols (add --enable-maintainer-mode to configure invocation), start the server to get a new coredump, and use gdb again... gdb this time should display the actual source file line numbers the ldap function that calls apr_pstrdup() also has a bunch of debug statements... can you try starting Apache with "-e debug" option first to see if mod_auth_ldap's debug messages get to the console or to the error log? if this works, we may be able to get a good hint without you rebuilding your server --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
