Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 85116 invoked by uid 500); 20 Jun 2002 23:46:32 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 85041 invoked from network); 20 Jun 2002 23:46:31 -0000 Date: 20 Jun 2002 23:46:43 -0000 Message-ID: <20020620234643.8922.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 9820] - Segfaults with SetEnv in per-directory configuration files X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=9820 Segfaults with SetEnv in per-directory configuration files ------- Additional Comments From cv@corbach.de 2002-06-20 23:46 ------- Thanks for your input. I wasn't able to get a coredump (ulimit -c unlimited, directory writeable for web user) and choosed to try it with httpd in single mode via gdb (hope this is okay, I'm not really familiar with gdb). (gdb) run -X Starting program: /opt/apache2/sbin/httpd -X [New Thread 1024 (LWP 17944)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 17944)] merge_env_dir_configs (p=0x82a73d0, basev=0x8173240, addv=0x82ac810) at mod_env.c:114 114 elts = (const apr_table_entry_t *)arr->elts; (gdb) where #0 merge_env_dir_configs (p=0x82a73d0, basev=0x8173240, addv=0x82ac810) at mod_env.c:114 #1 0x080ca327 in ap_merge_per_dir_configs (p=0x82a73d0, base=0x819f6a0, new_conf=0x82ac758) at config.c:277 #2 0x080df44c in ap_directory_walk (r=0x82a7408) at request.c:1175 #3 0x080dc193 in core_map_to_storage (r=0x82a7408) at core.c:3112 #4 0x080dda58 in ap_run_map_to_storage (r=0x82a7408) at request.c:110 #5 0x080de25d in ap_process_request_internal (r=0x82a7408) at request.c:176 #6 0x080a2936 in ap_process_request (r=0x82a7408) at http_request.c:255 #7 0x0809e628 in ap_process_http_connection (c=0x82a13e8) at http_core.c:291 #8 0x080d3868 in ap_run_process_connection (c=0x82a13e8) at connection.c:85 #9 0x080d3b33 in ap_process_connection (c=0x82a13e8, csd=0x82a1318) at connection.c:207 #10 0x080c8bd2 in child_main (child_num_arg=0) at prefork.c:692 #11 0x080c8c9c in make_child (s=0x8124a80, slot=0) at prefork.c:732 #12 0x080c8d9e in startup_children (number_to_start=5) at prefork.c:804 #13 0x080c90ad in ap_mpm_run (_pconf=0x811fa30, plog=0x816bb60, s=0x8124a80) at prefork.c:1020 #14 0x080ce78c in main (argc=2, argv=0xbffff814) at main.c:642 #15 0x402977ee in __libc_start_main () from /lib/libc.so.6 (gdb) --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org