On Mon, Mar 15, 2010 at 11:08 PM, Benoit Chesneau <[email protected]> wrote: > Just got an error on openbsd with 070 tests. the first test on http fails : > > # Test died abnormally: {'EXIT',{{badmatch,file_exists},[{erl_eval,expr,3}]}} > [error] [<0.31.0>] {error_report,<0.23.0>, > {<0.31.0>,crash_report, > [[{initial_call,{etap,start_etap_server,[]}}, > {pid,<0.31.0>}, > {registered_name,etap_server}, > {error_info, > {exit, > {badarg, > [{io,format, > [<0.23.0>,"~s~n", > [[66,97,105,108,32,111,117,116,33,32| > {'EXIT',{{badmatch,file_exists},[{erl_eval,expr,3}]}}]]]}, > {etap,test_server,1}, > {proc_lib,init_p_do_apply,3}]}, > [{io,o_request,3},{etap,test_server,1},{proc_lib,init_p_do_apply,3}]}}, > {ancestors,[<0.2.0>]}, > {messages,[done]}, > {links,[]}, > {dictionary,[]}, > {trap_exit,false}, > {status,running}, > {heap_size,610}, > {stack_size,24}, > {reductions,501}], > []]}} > > > tested with erlang R13b04. > > - benoit >
complete trace is : $ ./test/etap/run ./test/etap/070-couch-db.t # Current time local 2010-03-16 07:10:16 # Using etap version "0.3.4" 1..4 Apache CouchDB 0.0.0 (LogLevel=info) is starting. Apache CouchDB has started. Time to relax. [info] [<0.2.0>] Apache CouchDB has started on http://127.0.0.1:5984/ not ok 1 - Database was created. ok 2 - Database was deleted. # Test died abnormally: {'EXIT',{{badmatch,file_exists},[{erl_eval,expr,3}]}} [error] [<0.31.0>] {error_report,<0.23.0>, {<0.31.0>,crash_report, [[{initial_call,{etap,start_etap_server,[]}}, {pid,<0.31.0>}, {registered_name,etap_server}, {error_info, {exit, {badarg, [{io,format, [<0.23.0>,"~s~n", [[66,97,105,108,32,111,117,116,33,32| {'EXIT',{{badmatch,file_exists},[{erl_eval,expr,3}]}}]]]}, {etap,test_server,1}, {proc_lib,init_p_do_apply,3}]}, [{io,o_request,3},{etap,test_server,1},{proc_lib,init_p_do_apply,3}]}}, {ancestors,[<0.2.0>]}, {messages,[done]}, {links,[]}, {dictionary,[]}, {trap_exit,false}, {status,running}, {heap_size,610}, {stack_size,24}, {reductions,502}], []]}}
