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

Not all processes are supervised #36

Open
alco opened this issue Jul 2, 2015 · 0 comments
Open

Not all processes are supervised #36

alco opened this issue Jul 2, 2015 · 0 comments

Comments

@alco
Copy link
Contributor

alco commented Jul 2, 2015

We're currently seeing this picture in Observer

screen shot 2015-07-02 at 16 29 22

even though there are lots of exometer probes running.

I have found a handful of spawn calls in the code:

λ ag 'spawn\('
src/exometer_proc.erl
32:%% Use plain_fsm:spawn()
76:    proc_lib:spawn(fun() ->

src/exometer_report.erl
1404:    Pid = proc_lib:spawn(Fun),

Is there any reason those are not spawn_link calls?

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

No branches or pull requests

1 participant