Impossible to suspend a foreground qpidd
----------------------------------------
Key: QPID-1457
URL: https://issues.apache.org/jira/browse/QPID-1457
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: M4
Environment: Linux
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher
Priority: Minor
Fix For: M4
If you run qpidd from the command line and then hit ^Z to suspend it, nothing
happens. The program is not suspended.
It appears that this is deliberate behaviour is there is code to ignore SIGTSTP
etc:
signal(SIGTSTP,SIG_IGN);
signal(SIGTTOU,SIG_IGN);
signal(SIGTTIN,SIG_IGN);
I think this code is in error
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.