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

attach() EINTR with signal handlers #21712

Closed
vbraun opened this issue Oct 15, 2016 · 1 comment
Closed

attach() EINTR with signal handlers #21712

vbraun opened this issue Oct 15, 2016 · 1 comment

Comments

@vbraun
Copy link
Member

vbraun commented Oct 15, 2016

E.g. resizing a terminal while file is attached crashes with

  File "/mnt/disk/home/release/Sage/local/lib/python2.7/site-packages/sage/repl/inputhook.py", line 34, in sage_inputhook
    r, w, e = select.select([f], [], [], TIMEOUT)
select.error: (4, 'Interrupted system call')

Component: user interface

Issue created by migration from https://trac.sagemath.org/ticket/21712

@vbraun vbraun added this to the sage-7.5 milestone Oct 15, 2016
@vbraun
Copy link
Member Author

vbraun commented Oct 15, 2016

comment:1

Duplicate of #21711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant