Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 71754 invoked from network); 7 Dec 2004 06:45:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 06:45:58 -0000 Received: (qmail 74732 invoked by uid 500); 7 Dec 2004 06:45:57 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 74704 invoked by uid 500); 7 Dec 2004 06:45:57 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 74675 invoked by uid 99); 7 Dec 2004 06:45:56 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcaa-apreq-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 22:45:55 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CbZ6e-0006Ps-00 for ; Tue, 07 Dec 2004 07:45:52 +0100 Received: from mundus.corp.ngmedia.net ([213.212.31.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2004 07:45:52 +0100 Received: from ch by mundus.corp.ngmedia.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2004 07:45:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: apreq-dev@httpd.apache.org From: Christian Hansen Subject: Re: towards a 2.05 release Date: Tue, 07 Dec 2004 07:45:10 +0100 Lines: 34 Message-ID: References: <873byryznd.fsf@gemini.sunstarsys.com> <87llciuodu.fsf@gemini.sunstarsys.com> <87wtvvpjh0.fsf@gemini.sunstarsys.com> <878y8bozmn.fsf@gemini.sunstarsys.com> <874qiyq3m9.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: mundus.corp.ngmedia.net User-Agent: Mozilla Thunderbird 1.0RC1 (Macintosh/20041201) X-Accept-Language: en-us, en In-Reply-To: Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Christian Hansen wrote: > I'll try to go backwards and see if i can compile any earlier revisions. I have tried to compile revisions 2004-11-28 and 2004-11-29 same errors. [Tue Dec 07 07:27:00 2004] [debug] mod_apreq_big_request_test.c(48): [client 127.0.0.1] initializing request [Tue Dec 07 07:27:09 2004] [notice] child pid 649 exit signal Bus error (10), possible coredump in /Users/chansen/src/apreq/apreq/env/t Core was generated by `/usr/local/apache2/bin/httpd'. #0 0x0047ac0c in ?? () (gdb) bt #0 0x0047ac0c in ?? () #1 0x006d142c in ?? () #2 0x0106ad24 in ?? () #3 0x0066cdf8 in ?? () #4 0x0001eeb8 in hash_mutex () #5 0x0001f648 in hash_mutex () #6 0x0000793c in vt_db_close (dbm=0x198c650) at apr_dbm_berkeleydb.c:206 #7 0x00002680 in utf7_wctomb () at apr_buckets_eos.c:38 #8 0x00018b04 in hash_mutex () #9 0x00008f3c in big5_wctomb () at sdbm.c:476 #10 0x000090c8 in ksc5601_mbtowc () at sdbm.c:535 #11 0x00009360 in johab_hangul_mbtowc () at sdbm_hash.c:52 #12 0x000097ec in apu__sdbm_delpair (pag=0x0, key={dptr = 0x0, dsize = 239288}) at sdbm_pair.c:219 #13 0x0000aefc in iso2022_jp2_mbtowc () at apr_uri.c:342 I guess next step is to compile apache in debug mode. Regards Christian