Ticket #2870 (closed merge: fixed)
User signals are not blocked before 'fork' in runInteractiveProcess
| Reported by: | dsh | Owned by: | igoo |
|---|---|---|---|
| Priority: | high | Milestone: | 6.10.2 |
| Component: | libraries/process | Version: | 6.10.1 |
| Keywords: | threaded runInteractiveProcess | Cc: | |
| Operating System: | Unknown/Multiple | Architecture: | x86_64 (amd64) |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Hello,
It is possible that the parent process handles user-defined interrupts for the child process. IOManager pipe and generic_handler is inherited in the child process. Pipe and generic_handler are used in threaded RTS.
Although the race window before 'exec' is small.
Regards,
Dmitry
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

