
codesite-noreply at google
Oct 18, 2009, 4:17 PM
Post #1 of 10
(669 views)
Permalink
|
|
Issue 609 in cherokee: Cherokee crashes upon PAM authentication
|
|
Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium Component-Logic Usability New issue 609 by ste...@konink.de: Cherokee crashes upon PAM authentication http://code.google.com/p/cherokee/issues/detail?id=609 What steps will reproduce the problem? 1. use pam authentication 2. see segfault (gdb) bt #0 0x00007ffff7df42e1 in ?? () from /lib64/ld-linux-x86-64.so.2 #1 0x00007ffff7dee646 in ?? () from /lib64/ld-linux-x86-64.so.2 #2 0x00007ffff6fac34c in ?? () from /lib/libdl.so.2 #3 0x00007ffff6fac04f in dlclose () from /lib/libdl.so.2 #4 0x00007ffff500ef47 in ?? () from /lib/libpam.so.0 #5 0x00007ffff50101b5 in ?? () from /lib/libpam.so.0 #6 0x00007ffff500da73 in ?? () from /lib/libpam.so.0 #7 0x00007ffff500d593 in pam_authenticate () from /lib/libpam.so.0 #8 0x00007ffff5217f40 in cherokee_validator_pam_check (pam=0x6a33c0, conn=0x619ff0) at validator_pam.c:177 #9 0x00007ffff797c267 in cherokee_validator_check (validator=0x6a33c0, conn=0x619ff0) at validator.c:105 #10 0x00007ffff796fd91 in cherokee_connection_check_authentication (conn=0x619ff0, config_entry=0x7ffff15ffff0) at connection.c:2065 #11 0x00007ffff797a5f2 in process_active_connections (thd=0x60c600) at thread.c:977 #12 0x00007ffff797b9ed in cherokee_thread_step_MULTI_THREAD (thd=0x60c600, dont_block=false) at thread.c:1798 #13 0x00007ffff7978c66 in thread_routine (data=0x60c600) at thread.c:98 #14 0x00007ffff7542017 in start_thread () from /lib/libpthread.so.0 #15 0x00007ffff6d2648d in clone () from /lib/libc.so.6 #16 0x0000000000000000 in ?? () -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|