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

FvwmForm: use libevent for timer instead of signal #289

Merged
merged 1 commit into from
Nov 21, 2020
Merged

FvwmForm: use libevent for timer instead of signal #289

merged 1 commit into from
Nov 21, 2020

Conversation

phileimer
Copy link
Contributor

With the current signal based timer, FvwmForm sometimes falls into an infinite loop.
Using libevent is a tentative to avoid this hang.

Copy link
Member

@ThomasAdam ThomasAdam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

Thanks for revisiting this. It looks good, and finally removes a lot of old/broken signal-handling code.

We should do something similar across all the remaining modules.

@ThomasAdam ThomasAdam merged commit 0e5f75b into fvwmorg:master Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants