Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6C249AB8 for ; Wed, 22 Feb 2012 05:23:15 +0000 (UTC) Received: (qmail 95849 invoked by uid 500); 22 Feb 2012 05:23:13 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 95685 invoked by uid 500); 22 Feb 2012 05:23:13 -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 95140 invoked by uid 99); 22 Feb 2012 05:23:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 05:23:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 05:23:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 56F37333BF4 for ; Wed, 22 Feb 2012 05:22:49 +0000 (UTC) Date: Wed, 22 Feb 2012 05:22:49 +0000 (UTC) From: "Sam Bisbee (Closed) (JIRA)" To: dev@couchdb.apache.org Message-ID: <50729242.2874.1329888169357.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (COUCHDB-372) update_notification broken with couchspawnkillable change 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 ] Sam Bisbee closed COUCHDB-372. ------------------------------ Resolved for a while. Closing. > 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. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira