<div>Dear all,</div>
<div>I have an application in Erlang which has as many as 200 processes running simultaneously.</div>
<div>All the 200 process will access a process (Module name -file_writer) which write log to a file. Sometimes, the following error is occured.</div>
<div> </div>
<div>=ERROR REPORT==== 22-Mar-2007::15:45:16 ===<br>** Generic server file_writer terminating <br>** Last message in was {'$gen_cast',{write_log,<br> "22/3/2007",<br>
"15:45:16",<br> "Empty",<br> "Process_63",<br> "Process 63 log off"}}
<br>** When Server state == [<0.45.0>,<0.44.0>]<br>** Reason for termination == <br>** {badarg,[{io,put_chars,[<0.45.0>,"22/3/2007"]},<br> {io,o_request,2},<br> {file_writer,handle_cast,2},
<br> {gen_server,handle_msg,6},<br> {proc_lib,init_p,5}]}</div>
<div> </div>
<div>Please help me in sorting out this problem.<br clear="all"><br>-- <br>with regards,<br>S.Surindar </div>