Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 1188 invoked from network); 21 Jul 2008 23:34:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 23:34:31 -0000 Received: (qmail 65694 invoked by uid 500); 21 Jul 2008 23:34:30 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 65655 invoked by uid 500); 21 Jul 2008 23:34:30 -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 65644 invoked by uid 99); 21 Jul 2008 23:34:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 16:34:30 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lgastako@gmail.com designates 74.125.46.156 as permitted sender) Received: from [74.125.46.156] (HELO yw-out-1718.google.com) (74.125.46.156) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 23:33:33 +0000 Received: by yw-out-1718.google.com with SMTP id 5so686747ywr.0 for ; Mon, 21 Jul 2008 16:33:58 -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:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=SHDXAseiffFe81c0wLNL6javGNSODAnjUF/Tc5PLQUs=; b=ouLpwnZc3OkOLCopS6PTfFMMA8DOKVzPPLulKk+jzt7jMJ2vnWzwjfNkZEXOvv0h6c O2CxC40qL7yB5TXWgF9kUbnhpHLKU2WtWoziyQP2P12hX+pb/Vf7pjqurswWyKGPsccr /xEV5iuw31k1TunD58VQ7I6/FpzZ39u8iNOv0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=aJtehgtTdmP98/QV/qtwTXZh4dt2NRRlFJAQGUGDX7wuzIrz0IqDgCedqozLryTdFA XP7wHHG1+wAo3KBsCK5pLJuE6IJAQU4QkFDbtN1TSn/+LEBVsMQnYzBXJ4mjZ//xI/dm 1Hu7+3wiusqwDcLnkvZQjC2KFYSXcxNWotLC0= Received: by 10.151.156.15 with SMTP id i15mr4544521ybo.162.1216683238064; Mon, 21 Jul 2008 16:33:58 -0700 (PDT) Received: by 10.150.219.11 with HTTP; Mon, 21 Jul 2008 16:33:57 -0700 (PDT) Message-ID: <6f7ea56f0807211633k7841ab70u87152b41ae02466@mail.gmail.com> Date: Mon, 21 Jul 2008 16:33:57 -0700 From: "John Evans" Sender: lgastako@gmail.com To: couchdb-user@incubator.apache.org Subject: Erlang crash on new install of couchdb MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_51291_21728691.1216683238084" X-Google-Sender-Auth: 5006c05014937a9f X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_51291_21728691.1216683238084 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I had a nice happy version of couchdb running from the trunk for the past couple of weeks when we encountered a drive failure at our hosting provider which required a clean install of the machine. I was able to restore the entire couchdb directory unharmed, but the OS was a clean install (of Ubuntu Hardy), so I had to go through and install all of the dependencies like Erlang. Well, after getting everything (I think?) i place, I was getting this failure: $ bin/couchdb {"init terminating in do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}} Crash dump was written to: erl_crash.dump init terminating in do_boot () I then remembered that based on one of the previous issues I asked about on the mailing list I had previously installed the most recent version of Erlang instead of using the one installed by Ubuntu's apt-get, so I thought that may help here and built and installed R12B3 from source. This didn't help, so I thought there must be some other problem with the couchdb installation itself, so I blew it away and did a clean build/install from the same checkout of the trunk that I used before but I am still getting the same error. The erl_crash.dump is here: http://dl.getdropbox.com/u/59147/erl_crash.dump Any ideas? Are there tools for interpreting the crash dump? - John ------=_Part_51291_21728691.1216683238084--