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

Issue with using signal 20 in terminal (ctrl-z) #4057

Closed
half1red opened this issue Feb 7, 2019 · 0 comments
Closed

Issue with using signal 20 in terminal (ctrl-z) #4057

half1red opened this issue Feb 7, 2019 · 0 comments

Comments

@half1red
Copy link

half1red commented Feb 7, 2019

There seems to be an issue with the use of ctrl-z (20 - SIGTSTP ) in a terminal with pyinstaller 3.4.

Steps to reproduce :
in a file main.py :

x = input()

print(x)
pyinstaller -d all main.py

Ctrl-z to send signal 20 before answering to the input().

The terminal shows the following line and stop responding.

^Z[31603] LOADER: Forwarding signal 20 to child pid 31604

I find the same bug in the latest development version. But it works normally with a previous development version (PyInstaller==3.4.dev0+ab8fd9753)

I don't know it there is any link with #3515.

Ctrl-c works fine.

Please let me know if you need more information.

eldadr added a commit to eldadr/pyinstaller that referenced this issue May 20, 2019
eldadr added a commit to eldadr/pyinstaller that referenced this issue May 21, 2019
eldadr added a commit to eldadr/pyinstaller that referenced this issue May 22, 2019
Legorooj pushed a commit to Legorooj/pyinstaller that referenced this issue May 7, 2020
cool-RR pushed a commit to cool-RR/pyinstaller that referenced this issue Jun 20, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant