Bug 507450 - A terminal launched from the Terminals service does not react to CTRL+C key / SIGINT signal
Summary: A terminal launched from the Terminals service does not react to CTRL+C key /...
Status: NEW
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.4   Edit
Hardware: All Linux
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-14 05:04 EST by Benoit Perrin CLA
Modified: 2021-02-19 13:39 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Perrin CLA 2016-11-14 05:04:07 EST
A terminal that is started by the Terminals service does not react to CTRL+C key sent using its stream, or to a SIGINT signal sent by a 'kill' shell command.

The signal is still blocked after the fork() call because of the code in main.c file.