1

CouchDb がクラッシュし続け、次のログが出力されます。クラッシュの原因は何なのか、CouchDb のガイドを検索してみましたが、何も見つかりませんでした。理由は a のよう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}],
                         []]}}
4

1 に答える 1

1

私はこれがあなたを助けることができると信じています.
しかし、これは古いバグのようで、Mochiweb で既に解決されています。最新バージョンの CouchDb を実行していますか?

于 2014-02-14T08:13:10.810 に答える