Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 73648 invoked from network); 23 Apr 2008 17:14:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 17:14:40 -0000 Received: (qmail 31955 invoked by uid 500); 23 Apr 2008 17:14:41 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 31622 invoked by uid 500); 23 Apr 2008 17:14:41 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 1390 invoked by uid 99); 23 Apr 2008 17:01:12 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Message-ID: <480F6B1A.4000205@nyug.org> Date: Wed, 23 Apr 2008 19:00:10 +0200 From: adema User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) MIME-Version: 1.0 To: dev@apr.apache.org Subject: DBDPrepareSQL makes apache seg fault! Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello everyone :p wrone from #httpd-dev@freenode told me to send an email for my problem. I'm using debian etch and i just rebuild apr-util 1.2.7 to activate mysql driver for dbd but now when i try a DBDPrepareSQL, apache seg fault. I tried to recompile apr 1.2.7 and apache 2.2.3-4, i got a seg fault too. Here is my backtrace : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1218566464 (LWP 6098)] 0xb7a97b6a in apr_hashfunc_default () from /usr/lib/libapr-1.so.0 (gdb) bt #0 0xb7a97b6a in apr_hashfunc_default () from /usr/lib/libapr-1.so.0 #1 0xb7a97d5d in apr_hash_first () from /usr/lib/libapr-1.so.0 #2 0xb7a97e4b in apr_hash_get () from /usr/lib/libapr-1.so.0 #3 0xb7592974 in ap_dbd_prepare () from /usr/lib/apache2/modules/mod_dbd.so #4 0xb75929de in ap_dbd_prepare () from /usr/lib/apache2/modules/mod_dbd.so #5 0x080754e4 in ap_find_command_in_modules () #6 0x08075bf7 in ap_walk_config () #7 0x08075d00 in ap_process_config_tree () #8 0x0806204c in main () dear adema ...