I use DM8168 with rdk3.0 and I found that the SIGTTIN would be triggerred once I run the process in background like app&
Is there any restriction among these?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I use DM8168 with rdk3.0 and I found that the SIGTTIN would be triggerred once I run the process in background like app&
Is there any restriction among these?
As per documentation in
http://www.lindevdoc.org/wiki/SIGTTIN
"The SIGTTIN signal is sent to a process when it attempts to read from the terminal but is not in the foreground group. "
This is expected since the mcfw demo attempts to read from stdin to get user input but is now run as background process.