[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] In forgetXDisplay() do not call aioDisable() for the socket connection (#550)

David T Lewis notifications at github.com
Mon Feb 1 04:41:32 UTC 2021


to the X11 server if Linux epoll event handling is being used, because
forgetXDisplay() is typically called after a fork(). With epoll event
handling the shared fd reference affects both parent and child badly.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/550

-- Commit Summary --

  * In forgetXDisplay() do not call aioDisable() for the socket connection

-- File Changes --

    M platforms/unix/vm-display-X11/sqUnixX11.c (2)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/550.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/550.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/550
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210131/7b136bbc/attachment.html>


More information about the Vm-dev mailing list