https://issues.apache.org/bugzilla/show_bug.cgi?id=55284
--- Comment #6 from Daniel Black <[email protected]> --- Changing AuthDigestNonceLifetime to 10 in the digest_onetime/.htaccess file generated the following seg fault (still apache-2.4.4). [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/usr/local/apache2/bin/httpd -k start'. Program terminated with signal 11, Segmentation fault. #0 0x00007f3bfab91d58 in add_client (key=6, info=0x7f3beaff4950, s=0x1ef32e8) at mod_auth_digest.c:887 887 entry->next = client_list->table[bucket]; Missing separate debuginfos, use: debuginfo-install apr-1.4.6-1.fc17.x86_64 apr-util-1.4.1-2.fc17.x86_64 db4-4.8.30-10.fc17.x86_64 expat-2.1.0-3.1.fc17.x86_64 libgcc-4.7.2-2.fc17.x86_64 libuuid-2.21.2-4.fc17.x86_64 nss-mdns-0.10-10.fc17.x86_64 nss-myhostname-0.3-2.fc17.x86_64 nss-softokn-freebl-3.14.3-1.fc17.x86_64 pcre-8.21-7.fc17.x86_64 (gdb) bt #0 0x00007f3bfab91d58 in add_client (key=6, info=0x7f3beaff4950, s=0x1ef32e8) at mod_auth_digest.c:887 #1 0x00007f3bfab929db in gen_client (r=0x7f3bd8002970) at mod_auth_digest.c:1151 #2 0x00007f3bfab92e13 in note_digest_auth_failure (r=0x7f3bd8002970, conf=0x7f3bd80082f8, resp=0x7f3bd80044a0, stale=0) at mod_auth_digest.c:1298 #3 0x00007f3bfab94c39 in authenticate_digest_user (r=0x7f3bd8002970) at mod_auth_digest.c:1847 #4 0x000000000044624c in ap_run_check_user_id (r=0x7f3bd8002970) at request.c:79 #5 0x000000000044752c in ap_process_request_internal (r=0x7f3bd8002970) at request.c:233 #6 0x000000000046e3b8 in ap_process_async_request (r=0x7f3bd8002970) at http_request.c:315 #7 0x000000000046a8d9 in ap_process_http_async_connection (c=0x7f3bf00054a0) at http_core.c:143 #8 0x000000000046aac5 in ap_process_http_connection (c=0x7f3bf00054a0) at http_core.c:228 #9 0x000000000045fb75 in ap_run_process_connection (c=0x7f3bf00054a0) at connection.c:41 #10 0x0000000000478ac9 in process_socket (thd=0x1e7a470, p=0x7f3bf0005198, sock=0x7f3bf0005220, cs=0x7f3bf0005428, my_child_num=2, my_thread_num=17) at event.c:964 #11 0x000000000047b0b7 in worker_thread (thd=0x1e7a470, dummy=0x7f3bf00019b0) at event.c:1812 #12 0x0000003d75207d14 in start_thread (arg=0x7f3beaff5700) at pthread_create.c:309 #13 0x0000003d74af168d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115 -- 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]
