[erlang-questions] How to debug handle_info EXIT message?

Martin Dimitrov mrtndimitrov@REDACTED
Wed Apr 25 09:49:22 CEST 2012


Hello,

I receive in a module implementing gen_server behavior in the function
handle_info/2 the following message:

{'EXIT',<0.2637.0>,normal}

What is the reason to receive this message? The process <0.2637.0> was
spawned by this gen_server and then died? Is it possible to get more
information about this process after it has died since process_info/1
returns undefined?

Thank you very much for looking at this.

Best Regards,

Martin



More information about the erlang-questions mailing list