uwiger / gproc

Extended process registry for Erlang
Apache License 2.0
1.07k stars 232 forks source link

Fix function clause matching gproc_dist:mk_broadcast_insert_vals #177

Closed suexcxine closed 4 years ago

suexcxine commented 5 years ago

I met the following crash

14:28:56.141 [error] gproc_dist:747 CRASH REPORT Process gproc_dist with 1 neighbours crashed with reason: no function clause matching gproc_dist:'-mk_broadcast
_insert_vals/1-fun-0-'({{{p,g,{nodename,3}},<0.1206.0>},<0.1206.0>,'cancer3@192.168.2.120'}) line 747
14:28:56.141 [error] gproc_dist:747 Supervisor gproc_sup had child gproc_dist started with gproc_dist:start_link(all) at <0.1215.0> exit with reason no function clause matching gproc_dis
t:'-mk_broadcast_insert_vals/1-fun-0-'({{{p,g,{nodename,3}},<0.1206.0>},<0.1206.0>,'cancer3@192.168.2.120'}) line 747 in context child_terminated
14:28:56.142 [error] gproc_dist:747 CRASH REPORT Process gproc_dist with 1 neighbours crashed with reason: no function clause matching gproc_dist:'-mk_broadcast_insert_vals/1-fun-0-'({{{
p,g,{nodename,3}},<0.1206.0>},<0.1206.0>,'cancer3@192.168.2.120'}) line 747
14:28:56.143 [error] gproc_dist:747 Supervisor gproc_sup had child gproc_dist started with gproc_dist:start_link(all) at <0.2128.0> exit with reason no function clause matching gproc_dis
t:'-mk_broadcast_insert_vals/1-fun-0-'({{{p,g,{nodename,3}},<0.1206.0>},<0.1206.0>,'cancer3@192.168.2.120'}) line 747 in context child_terminated
14:28:56.158 [error] gproc_dist:747 CRASH REPORT Process gproc_dist with 1 neighbours crashed with reason: no function clause matching gproc_dist:'-mk_broadcast_insert_vals/1-fun-0-'({{{
p,g,{nodename,3}},<0.1206.0>},<0.1206.0>,'cancer3@192.168.2.120'}) line 747
14:28:56.159 [error] gproc_dist:747 Supervisor gproc_sup had child gproc_dist started with gproc_dist:start_link(all) at <0.2130.0> exit with reason no function clause matching gproc_dis
t:'-mk_broadcast_insert_vals/1-fun-0-'({{{p,g,{nodename,3}},<0.1206.0>},<0.1206.0>,'cancer3@192.168.2.120'}) line 747 in context child_terminated

......

14:28:56.472 [error] Undefined:Undefined Supervisor gproc_sup had child gproc_dist started with gproc_dist:start_link(all) at <0.2156.0> exit with reason reached_max_restart_intensity in context shutdown
14:28:56.473 [info] Undefined:Undefined Application gproc exited with reason: shutdown
suexcxine commented 5 years ago

Download otp 19.1 19.2 tarball failed, How can I retry the travis-ci?

kpribylov commented 4 years ago

opt 19.1 and 19.2 just have been removed from the travis configuration as not supported..., rebase and try again

suexcxine commented 4 years ago

Rebase Done

uwiger commented 4 years ago

Sorry for the delay. Merged. And thanks.