Under what circumstances will the slider appmaster stop the process in an application container? How exactly does it do this?
context: I'm seeing the shell script that runs my app being signaled (which I'm trapping) and the subprocess being run by the shell script is terminated (don't know how, yet) and the program that I run in the shell script's trap handler is being interrupted too.