... Not very helpful backtrace though.
On a somewhat related note: It is actually possible to tell gdb about the pike code.
The API is however somewhat .. interresting, you basically generate an ELF-file with only debugging sections, in memory, and pass it to GDB:
https://sourceware.org/gdb/current/onlinedocs/gdb/JIT-Interface.html