slub / ocrd_manager

frontend for ocrd_controller and adapter towards ocrd_kitodo
MIT License
11 stars 3 forks source link

Ctrl + C does not terminate currently running processes #70

Closed markusweigelt closed 5 months ago

markusweigelt commented 5 months ago

When running, for example, an SSH process, pressing Ctrl + C doesn't terminate all running processes.

bertsky commented 5 months ago

Analysis: in the top-level shell's init, a trap on SIGINT is installed, delegating to stopbg, which never actually gets called (verified by a x-traced run). Reason unclear ATM.