<span style="color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; line-height: 22px; background-color: rgb(251, 251, 251); "> I run "erl -name foo" on cmd of windows, it show:</span> <div><br><div><div>{error_logger,{{2013,7,8},{15,51,6}},"inet_parse:~p:~p: erroneous line, SKIPPED~n",["c:/Windows/System32/drivers/etc/hosts",1]}</div><div>=INFO REPORT==== 8-Jul-2013::23:51:06 ===</div><div>inet_parse:"c:/Windows/System32/drivers/etc/hosts":1: erroneous line, SKIPPED</div><div>Eshell V5.10.2 (abort with ^G)</div><div>foo@sgwin712.com1></div></div></div><div><br></div><div>but I run "erl -sname foo"</div><div>it is OK. it has no error_logger.</div><div><br></div><div>my file: c:/Windows/System32/drivers/etc/hosts</div><div><div>127.0.0.1 localhost</div><div>::1 localhost</div><div>127.0.0.1 sgwin712.com</div><div>127.0.0.1 sgwin712</div></div><div><br></div><div>is it OK?</div><div>What is the problem?</div>