Nope. All of these terminate the process. I believe what is desired is
more like:
kill -STOP pid
Which will suspend the process. Use the debugger to look at memory.
Other than this, I don't know of a way to extract the core dump.
After looking at the suspended process, remember to do
kill -CONT pid
to resume it.
-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil
Any opinions expressed are solely my own.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/