Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 68241 invoked from network); 6 Dec 2005 22:39:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 22:39:02 -0000 Received: (qmail 66401 invoked by uid 500); 6 Dec 2005 22:38:57 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 66354 invoked by uid 500); 6 Dec 2005 22:38:57 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 66341 invoked by uid 99); 6 Dec 2005 22:38:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 14:38:57 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [80.229.52.226] (HELO asgard.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 14:38:56 -0800 Received: from asgard (asgard [192.168.10.2]) by asgard.webthing.com (Postfix) with ESMTP id A345564564 for ; Tue, 6 Dec 2005 22:38:34 +0000 (GMT) From: Nick Kew Organization: WebThing Ltd To: dev@httpd.apache.org Subject: Re: mod_authn_db crash Date: Tue, 6 Dec 2005 22:38:30 +0000 User-Agent: KMail/1.8.1 References: <4395DE98.5060102@web.turner.com> <002701c5fa9c$4841c840$0100a8c0@mother> In-Reply-To: <002701c5fa9c$4841c840$0100a8c0@mother> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512062238.33608.nick@webthing.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tuesday 06 December 2005 19:35, Steffen wrote: > I build on Win32 apr-utl/dbd with apr_dbd_mysql.c with Mysql 5.0.16 libs. > And also build mod_auth_dbd and mod_dbd. > > The server starts fine with the directive DBDriver mysql and mod_auth_dbd > enabled. > Most pages are fine authenticated against a Mysql database. > But sometimes I get httpd.exe crashes: > > Faulting application httpd.exe, version 2.2.0.0, faulting module > libmySQL.dll in function: LIBMYSQL!mysql_stmt_bind_result. > > Where do I have to report this issue: apr, httpd, webthing or mysql ? Here is probably as good as anywhere. But something like a traceback would be useful, as would the configuration that's giving the crash. As far as I'm concerned, the MySQL driver is only tested against MySQL 4.1 - with pretty much a default build - and on Linux and FreeBSD platforms. In principle that shouldn't make any difference, but in practice I don't know. -- Nick Kew