[erlang-questions] Undefined function call kills linked-in driver.

Paul Fisher pfisher@REDACTED
Fri Feb 13 21:10:41 CET 2009


Sten Gruener wrote:
> Hello paul,
> 
> the port owning process is the erl shell. It imho does not terminate 
> with undef.

Yes it does... that's how the shell handles the undef exception.  It 
fails the original shell process and then is restarted transparently. 
Do a self() b4 the error, then self() after the error to see.

Welcome to the erlang shell!


--
paul




More information about the erlang-questions mailing list