[erlang-bugs] Re: Crash in VTS (Common Test)

Peter Andersson peppe@REDACTED
Tue Apr 5 09:20:32 CEST 2011


Hi Per,

How did you start your test (with which parameters)?

   /Peter


On Mon, 4 Apr 2011, Per Melin wrote:

> =ERROR REPORT==== 4-Apr-2011::20:22:11 ===
> Error in process <0.58.0> on node 'ct@REDACTED' with exit value:
> {badarg,[{erlang,integer_to_list,[unknown]},{vts,result_summary_body,1},{vts,result_summary_frame1,1},{vts,loop,1}]}
>
>
> Minimal test case:
>
> -module(vts_crash_SUITE).
>
> -include_lib("common_test/include/ct.hrl").
>
> -export([all/0, groups/0]).
> -export([noop/1]).
>
> all() ->
>    [{group, main}].
>
> groups() ->
>    [{main, [{repeat, 2}], [noop]}].
>    % {repeat, 1} does not crash
>
> noop(_Config) ->
>    ok.
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
>



More information about the erlang-bugs mailing list