gdb_backtraces: do not use Pike_sp Pike_interpreter_pointer is not the correct one when printing the stack of a thread, which is not swapped in. It can even be NULL, when no thread is swapped in, which will lead to gdb_backtrace() to segfault. This happens when debugging deadlock situations.