You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Sam Bisbee (Closed) (JIRA)" <ji...@apache.org> on 2012/02/22 06:22:49 UTC

[jira] [Closed] (COUCHDB-372) update_notification broken with couchspawnkillable change

     [ 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