<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>hello, <br></div><div><br></div><div>wandering is anybody saw this problem<br></div><div><br></div><div>I have a eunit test suit, which throws the following error at completion:</div><div><br></div><div>=ERROR REPORT==== 29-Nov-2011::22:32:27 ===<br>** Generic server inet_gethost_native_sup terminating <br>** Last message in was {'EXIT',<0.218.0>,killed}<br>** When Server state == {state,inet_gethost_native,undefined,<0.218.0>,<br>                               {local,inet_gethost_native_sup}}<br>** Reason for termination == <br>** killed</div><div><br></div><div>all the tests pass but at the end I am getting this error. looks like it is somehow related to rpc:call
 function (few tests are using rpc), probably it needs to start inets and it doens't close it cleanly when eunit node is terminated?<br></div><div><br></div><div>to replicate:</div><div>pull repo from: <br></div><div> https://github.com/RomanShestakov/resource_discovery-1</div><div><br></div><div>run test:<br></div><div>make test</div><div><br></div><div>the project requires rebar<br></div><div><br></div><div>Regards, Roman</div></div></body></html>