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

Simplify SIGWINCH handler to avoid aborting when resizing. #358

Merged
merged 1 commit into from
Oct 3, 2021

Conversation

tmtm
Copy link
Contributor

@tmtm tmtm commented Sep 26, 2021

The current SIGWINCH handler is too large, so it causes Segmentation fault or ThreadError when resizing.

Fix ruby/irb#282

@aycabta aycabta merged commit 2c47bd3 into ruby:master Oct 3, 2021
@aycabta
Copy link
Member

aycabta commented Oct 3, 2021

Thank you!

And I also added a commit, 65b27dd, for Windows.

st0012 added a commit to Shopify/debug that referenced this pull request Oct 2, 2023
The original issue in Reline has been fixed in
ruby/reline#358 and was released in Reline 0.2.8+.

Consider `debug` currently requires Reline 0.3.8+, we won't need this
patch anymore.
ko1 pushed a commit to ruby/debug that referenced this pull request Oct 10, 2023
The original issue in Reline has been fixed in
ruby/reline#358 and was released in Reline 0.2.8+.

Consider `debug` currently requires Reline 0.3.8+, we won't need this
patch anymore.
louim pushed a commit to didacte/debug that referenced this pull request Oct 16, 2023
The original issue in Reline has been fixed in
ruby/reline#358 and was released in Reline 0.2.8+.

Consider `debug` currently requires Reline 0.3.8+, we won't need this
patch anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ThreadError when changing window size
2 participants