[erlang-questions] rebar eunit dies with {"Kernel pid terminated", error_logger, killed}

Tuncer Ayaz tuncer.ayaz@REDACTED
Wed Oct 7 20:42:21 CEST 2015


On Wed, Oct 7, 2015 at 2:57 PM, Roger Lipscombe wrote:
> I'm using rebar (rebar 2.6.1 R15B03 20150928_141254 git 2.6.1) to run
> eunit, and it's failing on OS X with {"Kernel pid
> terminated",error_logger,killed}. The same project run on Linux, with
> the same version of rebar, runs successfully.
>
> How do I go about figuring out what's wrong with it?

To rule it out, can you try and see if

{eunit_opts, [{reset_after_eunit, false}]}.

makes a difference?



More information about the erlang-questions mailing list