>
Hi,
I have this ok !
init()->
process_flag(trap_exit,true),
handle_A(),
{ok,0}.
handle_A()->
Pid=proc_lib:spawn_link(...),
ets:insert(?MODULE,{Pid,0}), <<<< this line provokes the shutdown
ok.
I know my error but I would like to see on the screen the "Reason" and not "shutdown": I lost information somewhere !
J-Ph. Constantin
ITS3 Genève
www.its3.ch