Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix function clause matching gproc_dist:mk_broadcast_insert_vals #177

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

suexcxine
Copy link
Contributor

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
Copy link
Contributor Author

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

@kpribylov
Copy link
Contributor

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

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
Copy link
Contributor Author

Rebase Done

@uwiger uwiger merged commit 10967c6 into uwiger:master Sep 17, 2020
@uwiger
Copy link
Owner

uwiger commented Sep 17, 2020

Sorry for the delay. Merged. And thanks.

@suexcxine suexcxine deleted the patch-3 branch September 18, 2020 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants