Open
Conversation
|
I can confirm this working on fedora 25 |
|
I can confirm this is working in Ubuntu 16.04. This fixes a serious bug that can lead to system instability. Without this patch, if a 'Command' action is commonly used, it will lead to so many zombie processes that the OS will be unable to launch additional processes. |
|
Unfortunately, this project seems rather dead. |
|
Dead or not it still works fine. (with that path) |
Author
|
It is a shame easystroke seems abandoned. Is there a maintained replacement? I know there has been other gesture work done by ubuntu. |
|
Has anyone tried contacting the author? It's one of my favourite packages, can't imagine working without it. |
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Apr 15, 2020
zombie processes for each spawned process. Obtained from: thjaeger/easystroke#6 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@531758 35697150-7ecd-e111-bb59-0022644237b5
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Apr 15, 2020
zombie processes for each spawned process. Obtained from: thjaeger/easystroke#6
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Apr 15, 2020
Import patch from upstream pull request to stop easystroke creating zombie processes for each spawned process. Obtained from: thjaeger/easystroke#6 Approved by: portmgr (blanket: runtime fix)
Jehops
pushed a commit
to Jehops/freebsd-ports-legacy
that referenced
this pull request
Apr 15, 2020
zombie processes for each spawned process. Obtained from: thjaeger/easystroke#6 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@531758 35697150-7ecd-e111-bb59-0022644237b5
ericbsd
pushed a commit
to ghostbsd/ghostbsd-ports
that referenced
this pull request
Apr 22, 2020
zombie processes for each spawned process. Obtained from: thjaeger/easystroke#6
dkondor
pushed a commit
to dkondor/easystroke
that referenced
this pull request
May 14, 2020
Fix a linking problem by moving Stroke::save() and load() into header
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Apr 1, 2021
Import patch from upstream pull request to stop easystroke creating zombie processes for each spawned process. Obtained from: thjaeger/easystroke#6 Approved by: portmgr (blanket: runtime fix)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've been using easystroke with the bspwm window manager to create touchscreen actions (like draw a w to open a web browser etc).
It is working really well but I noticed I was ending up with a lot of zombie processes. Switching from fork to glib's g_spawn_async function as in this commit fixed this for me.