Have a problem with screen where I can detach and attach a given screen session with a bunch of processes in it but there's nothing visible when reattached. I have an emacs session running in this screen with a bunch of R processes running in it. Unfortunately, I have another emacs session & R processes running elsewhere and really can't risk terminating or signaling either emacs session or the R processes. (They're running a long process and I really don't need the hassle of running it from the start again).
I was hoping someone might be able to help me identify the following
Which processes were started from within the screen session
Which process broke everything.
How I can signal or interrupt that process.
Thanks.
Sidenote: I know I can just kill the screen session outright and the right processes will fall out. I just have some really important stuff in that session I'd really rather not lose.