Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 89766 invoked from network); 12 May 2008 08:53:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 08:53:07 -0000 Received: (qmail 15256 invoked by uid 500); 12 May 2008 08:53:08 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 15216 invoked by uid 500); 12 May 2008 08:53:08 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 15205 invoked by uid 99); 12 May 2008 08:53:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 01:53:08 -0700 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: domain of bchesneau@gmail.com designates 209.85.198.247 as permitted sender) Received: from [209.85.198.247] (HELO rv-out-0708.google.com) (209.85.198.247) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 08:52:22 +0000 Received: by rv-out-0708.google.com with SMTP id k29so2314960rvb.0 for ; Mon, 12 May 2008 01:52:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Vm9vY9TL/PWbc0BYC63bh9vRw7Grw4Yk4LGORKVTs4M=; b=nq5rvQ1KRoaFQgkd0QZcoTMOAfUeqAMRkdqUvdFctB1jc6g8LBnnUsKHrJDntHcvG9C7UCYNGXS17lRsEtGmxsOAnR83ROkUap2GjO5HRKz6TA+C5R2tegsN3Bo2iq1QAoPD+ivYYBs68Vi91xqklqphMEr/Xcju6rhEhwy26j8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MyB9pfcY+iZkNJI29So9Xxxe8e9d5rPGr2AZM8R5Z9GMvxauxTtLmzjM7862yQ4CCV0MQi+U4jlPouZ+qaACIPzwVOjqABD7WPbyDVB85jvvRiuACn6sos5BhwSYyp4QMypLsFlYfOPItcxGwR0t7YUdfliXeNxbHu+NCnmrDO4= Received: by 10.141.18.14 with SMTP id v14mr3559365rvi.171.1210582357432; Mon, 12 May 2008 01:52:37 -0700 (PDT) Received: by 10.140.185.6 with HTTP; Mon, 12 May 2008 01:52:37 -0700 (PDT) Message-ID: Date: Mon, 12 May 2008 10:52:37 +0200 From: "Benoit Chesneau" To: couchdb-user@incubator.apache.org Subject: Re: couchdb initial crash In-Reply-To: <47D301C7-7C0A-4A5D-A93F-A4160D211F05@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0E357E19-57CA-434C-9DAD-E654304EB35A@gmail.com> <01D2299D-C4D3-4F10-B513-D1FEADAC1DE5@prima.de> <47D301C7-7C0A-4A5D-A93F-A4160D211F05@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, May 12, 2008 at 2:47 AM, Bob Briski wrote: > Any ideas on how to get CouchDB to give me a crash report? > did you enabled debugmode in couch.ini , maybe there could be more in couch.log?. There may be an erl.crashdump (or something like it, can't remember exact name) somewhere. Anyway seem like a problem with library linking. - beno=EEt