James Devenish wrote: | How do you dump the execution stack of a currently-running process | without being able to ptrace it? (E.g. isn't this what /proc is for?) Presumably gdb isn't good enough? (It uses ptrace internally.) CP