2014-02-13 68 views
1

CouchDb不斷崩潰並輸出以下日誌。我嘗試搜索CouchDb指南,瞭解崩潰原因,但找不到任何東西。看起來原因是badmatch,但我不確定不匹配是什麼。關於崩潰報告涉及什麼錯誤的任何想法?我正在Windows上運行最新版本的Couch。CouchDb在崩潰報告中無任何理由地崩潰

[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

我相信this可以幫助你。
但它看起來像是一箇舊的bug,已經在Mochiweb中解決了。你正在運行最新版本的CouchDb嗎?

+0

是的我正在運行v1.5.0 – TheDude

+0

沙發使用mochiweb v1.4.0,已過時(3歲)。你碰巧知道下一個最新發布的Couch是否會包含更新版本的mochiweb? – TheDude

+0

我將版本降級到1.5.0_R14B04,並修復了崩潰。 – TheDude