<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br>without further info a debug is rather difficult.<br>But let's try to at least start analysis of the problem:<br><br>>   - Has this something to do that I initially spawn Bob from the Alice <br>>  node?<br><br>Absolutely not: this would hit the very foundation of Erlang, process referential transparency. When a process is started is a brand new, clean entity (indeed, default process heap space is always the same size!).<br><br>>   - How can I make Bob to survive a connection loss?<br><br>Look above: it SHOULD survive.<br><br>Can you please start SASL (application:start(sasl) from the shell) and see if shell log puts some further information?<br><br>Vincenzo<br><br>                                        </div></body>
</html>