"David K." wrote: [...] > pstack core > core 'core' of 17227: /usr/local/libexec/courier-authlib/authdaemond > d26cf539 strcmp () + 115 > d2793d3d authcheckpassword (804d234, d254bba6, d277bb7b, d253e724) + 101 > d253e73d ???????? ()
Possibly that is a strcmp in do_authcheckpassword, comparing crypt(password) with the encripted password? Then when the daemon crashes the client gets an I/O error. You should investigate some more, either with gdb or, if you can reduce daemons to 1 in authdaemonrc, pointing truss to the running daemon. In case you have a MySQL query log, that may provide some more hints as well. ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
