[erlang-questions] Error handling

Bob Cowdery bob@REDACTED
Mon Jul 2 09:52:53 CEST 2018


I have a node on a RaspberryPi and am spawning a process on there from 
another PC. The Pi process is failing to start because the appropriate 
hardware is not connected so its throwing an exception. However, the 
only information that the spawning process gets is **Can not start ... 
on ... **. The Pi node does not report the error. It makes no difference 
if I use spawn or spawn_link. How do I get the exception information 
back to my spawning process.

Bob




More information about the erlang-questions mailing list