Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 98622 invoked from network); 9 Jun 2009 01:00:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 01:00:21 -0000 Received: (qmail 38717 invoked by uid 500); 9 Jun 2009 01:00:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 38635 invoked by uid 500); 9 Jun 2009 01:00:33 -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 38625 invoked by uid 99); 9 Jun 2009 01:00:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 01:00:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 01:00:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52E8029A0013 for ; Mon, 8 Jun 2009 18:00:08 -0700 (PDT) Message-ID: <373156699.1244509208338.JavaMail.jira@brutus> Date: Mon, 8 Jun 2009 18:00:08 -0700 (PDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Resolved: (COUCHDB-372) update_notification broken with couchspawnkillable change In-Reply-To: <548512209.1243820947338.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-372. --------------------------------------- Resolution: Fixed Assignee: Paul Joseph Davis Fixed with as of r782854. > update_notification broken with couchspawnkillable change > --------------------------------------------------------- > > Key: COUCHDB-372 > URL: https://issues.apache.org/jira/browse/COUCHDB-372 > Project: CouchDB > Issue Type: Bug > Reporter: Robert Newson > Assignee: Paul Joseph Davis > Priority: Critical > > as of at least r780544, my update_notification cannot be launched by couchdb. I get this; > Apache CouchDB 0.10.0a780544 (LogLevel=info) is starting. > [error] [<0.49.0>] {error_report,<0.22.0>, > {<0.49.0>,crash_report, > [[{pid,<0.49.0>}, > {registered_name,[]}, > {error_info, > {exit, > {bad_return_value,{os_process_error,{data,"kill -9 19883\n"}}}, > [{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}}, > {initial_call,{couch_os_process,init,['Argument__1']}}, > {ancestors, > [couch_db_update,couch_primary_services,couch_server_sup,<0.1.0>]}, > {messages,[]}, > {links,[<0.43.0>]}, > {dictionary,[]}, > {trap_exit,false}, > {status,running}, > {heap_size,610}, > {stack_size,23}, > {reductions,244}], > []]}} > {"init terminating in do_boot",{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}} > If I comment out the first line in src/couchdb/priv/couchspawnkillable my process is launched correctly but is then killed shortly afterwards by couch; > Apache CouchDB 0.10.0a780544 (LogLevel=info) is starting. > [couchdb-lucene] INFO indexer started. > [couchdb-lucene] INFO indexer stopped. > [error] [<0.49.0>] {error_report,<0.22.0>, > {<0.49.0>,crash_report, > [[{pid,<0.49.0>}, > {registered_name,[]}, > {error_info, > {exit, > {bad_return_value,{os_process_error,"OS process timed out."}}, > [{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}}, > {initial_call,{couch_os_process,init,['Argument__1']}}, > {ancestors, > [couch_db_update,couch_primary_services,couch_server_sup,<0.1.0>]}, > {messages,[]}, > {links,[<0.43.0>]}, > {dictionary,[]}, > {trap_exit,false}, > {status,running}, > {heap_size,610}, > {stack_size,23}, > {reductions,244}], > []]}} > {"init terminating in do_boot",{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}} > Crash dump was written to: erl_crash.dump > init terminating in do_boot () > real 0m5.769s > user 0m0.648s > sys 0m0.520s -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.