Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 43297 invoked from network); 30 Sep 2003 16:04:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Sep 2003 16:04:14 -0000 Received: (qmail 96786 invoked by uid 500); 30 Sep 2003 16:03:49 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 96748 invoked by uid 500); 30 Sep 2003 16:03:49 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 96646 invoked from network); 30 Sep 2003 16:03:48 -0000 Received: from unknown (HELO miles.kicks-ass.net) (80.142.146.92) by daedalus.apache.org with SMTP; 30 Sep 2003 16:03:48 -0000 Received: from marvin ([192.168.0.2]) by miles.kicks-ass.net (8.12.3/8.12.3/Debian-6.6) with SMTP id h8UG20aF003449 for ; Tue, 30 Sep 2003 18:02:01 +0200 From: "Philipp Leusmann" To: Subject: ap_get_module_config throws segfault Date: Tue, 30 Sep 2003 18:06:36 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal 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 Hello, currently I am trying to get an apache-module working. But it segfaults when calling ap_get_module_config(); One possible cause for this I see, is that conf_vector->per_dir_config is NULL. I have done some research and came to the conclusion, that it should not be NULL. But how can this happen? The other parts of the conf_vector seem to be ok. I am using Apache 1.3.26 on a Debian Woody- System. Help would be great. Thanks, Philipp