Still have a problem with **GDB**:
``` (gdb) s Warning: Cannot insert breakpoint 0. Cannot access memory at address 0x65b6610c33ccef17
__longjmp () at ../sysdeps/x86_64/__longjmp.S:45 45 LIBC_PROBE (longjmp, 3, LP_SIZE@%RDI_LP, -4@%esi, LP_SIZE@%RDX_LP) (gdb) s __longjmp () at ../sysdeps/x86_64/__longjmp.S:56 56 movq (JB_RBX*8)(%rdi),%rbx (gdb) s 57 movq (JB_R12*8)(%rdi),%r12 (gdb) s 58 movq (JB_R13*8)(%rdi),%r13 (gdb) s 59 movq (JB_R14*8)(%rdi),%r14 (gdb) s 60 movq (JB_R15*8)(%rdi),%r15 (gdb) s 62 mov %esi, %eax (gdb) s 63 mov %R8_LP,%RSP_LP (gdb) s 64 movq %r9,%rbp (gdb) s 65 LIBC_PROBE (longjmp_target, 3, (gdb) s 67 jmpq *%rdx (gdb) s
Program received signal SIGSEGV, Segmentation fault. __longjmp () at ../sysdeps/x86_64/__longjmp.S:67 67 jmpq *%rdx (gdb) s
Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists.
```