CouchDb在崩溃报告中没有任何理由崩溃

时间:2014-02-13 19:31:00

标签: erlang couchdb mochiweb

CouchDb不断崩溃并输出以下日志。我试着搜索CouchDb指南,了解崩溃原因是什么,但我找不到任何东西。看起来原因是badmatch,但我不确定那场糟糕的比赛是什么。有关崩溃报告引用的错误的任何想法吗?我在Windows上运行最新版本的Couch。

[Thu, 13 Feb 2014 15:09:38 GMT] [error] [<0.10713.9>] {error_report,<0.34.0>,
                       {<0.10713.9>,crash_report,
                        [[{initial_call,
                           {mochiweb_acceptor,init,
                            ['Argument__1','Argument__2','Argument__3']}},
                          {pid,<0.10713.9>},
                          {registered_name,[]},
                          {error_info,
                           {error,
                            {badmatch,{error,einval}},
                            [{mochiweb_http,new_request,3,
                              [{file,
                                "c:/cygwin/relax/APACHE~1.0/src/mochiweb/mochiweb_http.erl"},
                               {line,133}]},
                             {mochiweb_http,handle_invalid_request,3,
                              [{file,
                                "c:/cygwin/relax/APACHE~1.0/src/mochiweb/mochiweb_http.erl"},
                               {line,127}]},
                             {mochiweb_http,handle_invalid_request,1,
                              [{file,
                                "c:/cygwin/relax/APACHE~1.0/src/mochiweb/mochiweb_http.erl"},
                               {line,122}]},
                             {proc_lib,init_p_do_apply,3,
                              [{file,"proc_lib.erl"},{line,239}]}]}},
                          {ancestors,
                           [couch_httpd,couch_secondary_services,
                            couch_server_sup,<0.35.0>]},
                          {messages,[{tcp_closed,#Port<0.42313>}]},
                          {links,[<0.111.0>]},
                          {dictionary,
                           [{couch_rewrite_count,0},{jsonp,no_jsonp}]},
                          {trap_exit,false},
                          {status,running},
                          {heap_size,2586},
                          {stack_size,27},
                          {reductions,23231254}],
                         []]}}

1 个答案:

答案 0 :(得分:1)

我相信this可以帮到你 但它看起来像是一个已经在Mochiweb中解决的旧bug。你在运行最新版本的CouchDb吗?