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

For epoll aio, close and reopen the epoll fd in forked child process #552

Merged
merged 2 commits into from Jul 23, 2021

Conversation

dtlewis290
Copy link
Contributor

Factor the epoll initiation out of aioInit into new epollInit function
and invoke it via pthread_atfork in the child process after a fork.
Prevents misdelivery of events from the common kernel epoll structures.

Factor the epoll initiation out of aioInit into new epollInit function
and invoke it via pthread_atfork in the child process after a fork.
Prevents misdelivery of events from the common kernel epoll structures.
with epoll event handling. Fixes a spurious console error message on
image exit.
@smalltalking
Copy link
Contributor

I see no problems with this. Merge it.

@dtlewis290 dtlewis290 merged commit 118a02c into Cog Jul 23, 2021
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 25, 2021
hogoww referenced this pull request in hogoww/opensmalltalk-vm Dec 25, 2021
… ] on method [ swizzleObjStackAt: ] KILLED by 1/209 test cases.
hogoww referenced this pull request in hogoww/opensmalltalk-vm Feb 26, 2022
…emantics. VM mutation. ] on method [ freeChunkParentIndex ] 158 test cases.
hogoww referenced this pull request in hogoww/opensmalltalk-vm Feb 26, 2022
…mantics. VM mutation. ] on method [ freeChunkParentIndex ] 158/158 test case are EQUIVALENT
guillep added a commit to tesonep/opensmalltalk-vm that referenced this pull request May 12, 2023
…-generation

Updates for plugin generation in pharo-10
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.

None yet

2 participants