<div>I think you are right.<br><br>Thanks,<br>  Amit<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><pre>Greetings,<br><br>><i>From the documentation (<a href="http://erlang.org/doc/man/disk_log.html" target="_blank">http://erlang.org/doc/man/disk_log.html</a>):<br>
</i><br>"A process that opens a disk log can either be an owner or an anonymous<br><br><br>user of the disk log. Each owner is linked to the disk log process, and<br>the disk log is closed by the owner should the owner terminate."<br>
<br>If you open as an owner and if your shell crashes when the module<br><br><br>returns an error (badmatch?) the log will be closed.<br>Could this be what is happening?<br><br><br>bengt<br></pre></blockquote><br>