Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 47183 invoked from network); 7 Jul 2010 20:46:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 20:46:50 -0000 Received: (qmail 22860 invoked by uid 500); 7 Jul 2010 20:46:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 22772 invoked by uid 500); 7 Jul 2010 20:46:49 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 22764 invoked by uid 99); 7 Jul 2010 20:46:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 20:46:49 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nrdufour@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-gw0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 20:46:41 +0000 Received: by gwb17 with SMTP id 17so65750gwb.11 for ; Wed, 07 Jul 2010 13:45:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=+z6N9CcAAEDqAjahqhAE0+7yBNxaP/RQKlzrKxf6GGo=; b=motJq/QsEt7i233GqIXdF2BgmA7ixgaTPm4QUag+vpIFnmJrcoyoxcRJKFqsMGc0c7 uvwlm7H57hMUYMftK1GMBDs5WFqK/Eo6PzbNq+W3tnlSfIW3FkyjxH8+wQMqmZ4mCt2Y BSbYRZyw1HwoE3Eu4fP1gPTuzS77KvzUozzok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=hSn6ki5xoLlXr8KhOxIlP+FQD78az+Af2CRUtxVY/NQUTMspitqFtx1aTs0Sbpzv6j snA/xHjwu7kdOVNI76OWr+tLhMW0J22VeujGl9OtvzHQ5fKA+MaJR2+iPuXPevE1Ifch uo6mVEUggLAhbyiCQgy5Bmm2qX8/spKhNne9E= MIME-Version: 1.0 Received: by 10.229.231.134 with SMTP id jq6mr4247491qcb.34.1278535520392; Wed, 07 Jul 2010 13:45:20 -0700 (PDT) Received: by 10.229.213.84 with HTTP; Wed, 7 Jul 2010 13:45:20 -0700 (PDT) Date: Wed, 7 Jul 2010 16:45:20 -0400 Message-ID: Subject: Couchdb trunk crashing at starting with Erlang 14A From: Nicolas Dufour To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hello, I have recently installed Erlang OTP 14A and recompile the latest couchdb trunk against it (07/07/2010). And I get a nasty crash right at starting: Apache CouchDB 0.12.0a37f492f-git (LogLevel=3Dinfo) is starting. =3DCRASH REPORT=3D=3D=3D=3D 7-Jul-2010::16:39:38 =3D=3D=3D crasher: initial call: couch_event_sup:init/1 pid: <0.79.0> registered_name: [] exception exit: {{badmatch, {'EXIT', {{badmatch,{error,eacces}}, [{couch_log,init,1}, {gen_event,server_add_handler,4}, {gen_event,handle_msg,5}, {proc_lib,init_p_do_apply,3}]}}}, [{couch_event_sup,init,1}, {gen_server,init_it,6}, {proc_lib,init_p_do_apply,3}]} in function gen_server:init_it/6 ancestors: [couch_primary_services,couch_server_sup,<0.31.0>] messages: [] links: [<0.78.0>,<0.6.0>] dictionary: [] trap_exit: false status: running heap_size: 377 stack_size: 24 reductions: 116 neighbours: =3DSUPERVISOR REPORT=3D=3D=3D=3D 7-Jul-2010::16:39:38 =3D=3D=3D Supervisor: {local,couch_primary_services} Context: start_error Reason: {{badmatch,{'EXIT',{{badmatch,{error,eacces}}, [{couch_log,init,1}, {gen_event,server_add_handler,4}, {gen_event,handle_msg,5}, {proc_lib,init_p_do_apply,3}]}}}, [{couch_event_sup,init,1}, {gen_server,init_it,6}, {proc_lib,init_p_do_apply,3}]} Offender: [{pid,undefined}, {name,couch_log}, {mfargs,{couch_log,start_link,[]}}, {restart_type,permanent}, {shutdown,brutal_kill}, {child_type,worker}] =3DSUPERVISOR REPORT=3D=3D=3D=3D 7-Jul-2010::16:39:38 =3D=3D=3D Supervisor: {local,couch_server_sup} Context: start_error Reason: shutdown Offender: [{pid,undefined}, {name,couch_primary_services}, {mfargs,{couch_server_sup,start_primary_services,[]}}, {restart_type,permanent}, {shutdown,infinity}, {child_type,supervisor}] =3DCRASH REPORT=3D=3D=3D=3D 7-Jul-2010::16:39:38 =3D=3D=3D crasher: initial call: application_master:init/4 pid: <0.30.0> registered_name: [] exception exit: {bad_return, {{couch_app,start, [normal, ["/usr/local/etc/couchdb/default.ini", "/usr/local/etc/couchdb/local.ini"]]}, {'EXIT', {{badmatch,{error,shutdown}}, [{couch_server_sup,start_server,1}, {application_master,start_it_old,4}]}}}} in function application_master:init/4 ancestors: [<0.29.0>] messages: [{'EXIT',<0.31.0>,normal}] links: [<0.29.0>,<0.7.0>] dictionary: [] trap_exit: true status: running heap_size: 987 stack_size: 24 reductions: 163 neighbours: =3DINFO REPORT=3D=3D=3D=3D 7-Jul-2010::16:39:38 =3D=3D=3D application: couch exited: {bad_return,{{couch_app,start, [normal, ["/usr/local/etc/couchdb/default.ini", "/usr/local/etc/couchdb/local.ini"]]}= , {'EXIT',{{badmatch,{error,shutdown}}, [{couch_server_sup,start_server,1}, {application_master,start_it_old,4}]}}}} type: temporary With erl: Erlang R14A (erts-5.8) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false] I'm using Ubuntu 10.04 and did configure against xulrunner-devel-1.9.2.3 Any ideas or suggestions are welcome :) Thank you Nicolas Dufour nrdufour@gmail.com -- =E2=80=9CInvestment in knowledge pays the best interest.=E2=80=9D =E2=80=94Benjamin Franklin