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

Exit race in otp supervisor #25

Open
iliastsi opened this issue May 15, 2013 · 0 comments
Open

Exit race in otp supervisor #25

iliastsi opened this issue May 15, 2013 · 0 comments

Comments

@iliastsi
Copy link
Owner

(For a brief explanation of what's going on see https://gist.github.com/beerriot/28258f2a44fc482016b1/revisions)

What's going on:
Child terminates (therefor monitor/2 returns noproc) but the message 'EXIT' arrives to it's father later on. Concuerror cannot handle this right now.

How to:
We have to trace the links between registered processes and send 'EXIT' messages as part of a new preemption action (differentiate exit and message passing as two distinct actions).

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