Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 7 by
dfmisch...@gmail.com: wy60 child process exits when INTR key
pressed - linux 2.6.32-220.17.1.el6.i686
http://code.google.com/p/wy60/issues/detail?id=7
What steps will reproduce the problem?
1.Use wy60 to interface to a program that changes INTR (e.g. to escape)
2.When you type the INTR sequence, the child wy60 process receives SIGINT
and exits because it uses the created pty as the control terminal
3.
What is the expected output? What do you see instead?
Should keep running the application program
Instead the connection terminates because the child wy60 process exits.
What version of the product are you using? On what operating system?
wy60-2.0.9
linux 2.6.32-220.17.1.el6.i686
Please provide any additional information below.
I attached a patch that blocks SIGINT, and this fixes it for me.
Attachments:
wy60.c-patch 333 bytes