[erlang-bugs] net_kernel hang, perhaps blocked by busy_dist_port race?
Scott Lystig Fritchie
fritchie@REDACTED
Wed May 19 19:42:56 CEST 2010
{tap} {tap} Is this microphone on? {tap}
So, another idea to avoid blocking net_kernel would be an Erlang-only
fix: all handle_call() replies would be sent by spawning a new process
that calls gen_server:reply().
However, in the recipe that I posted over the weekend, I've also managed
to block one or two of global's processes:
{registered_name,global_name_server} which is usually <0.12.0> under
R13B04 and also <0.13.0> which also appears to be related to global.
-Scott
More information about the erlang-bugs
mailing list