[erlang-questions] When will print "*** Terminating erlang"
Lukas Larsson
lukas@REDACTED
Mon Oct 18 09:50:19 CEST 2010
Hello!
You might want to try starting sasl at startup and see what it prints,
i.e.
erl -boot start_sasl [more args]
Lukas
On Mon, 2010-10-18 at 14:01 +0800, William Yangzhuwei wrote:
> hi there,
>
> I can start one erlang program with ` start_test.sh `(start_test.sh is just
> a script to start erl and passing some args).
>
>
> When I use `start_test.sh &` to let this job run in background, it cannot
> finish executing.
>
> I get some output like
>
> (test1@REDACTED)1> *** Terminating erlang (test1@REDACTED).
>
> I guess *** Terminating erlang is printed by otp not in this erlang program.
>
> How can I trace this trouble and any logging?
>
>
More information about the erlang-questions
mailing list