Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 90084 invoked from network); 18 Sep 2003 14:10:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Sep 2003 14:10:28 -0000 Received: (qmail 64493 invoked by uid 500); 18 Sep 2003 14:09:45 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 64426 invoked by uid 500); 18 Sep 2003 14:09:45 -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 64365 invoked from network); 18 Sep 2003 14:09:44 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 18 Sep 2003 14:09:44 -0000 Received: (qmail 542 invoked by uid 50); 18 Sep 2003 14:12:40 -0000 Date: 18 Sep 2003 14:12:40 -0000 Message-ID: <20030918141240.541.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 23247] New: - config parser segfaults on Include error X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.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=23247 config parser segfaults on Include error Summary: config parser segfaults on Include error Product: Apache httpd-2.0 Version: 2.0.40 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Runtime Config AssignedTo: bugs@httpd.apache.org ReportedBy: seb.bacon@jamkit.com I got a segfault when I forgot to close a in a config file inside an Included directory. To reproduce: - in httpd.conf: Include /tmp/segfault/*conf - in /tmp/segfault/vhost.conf, nothing but: - # /usr/sbin/httpd Segmentation fault It took me about an hour of stracing and core dump picking to notice that in fact it was such a simple error ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org