nvim-gdb icon indicating copy to clipboard operation
nvim-gdb copied to clipboard

GDB crashes with Fatal signal: Segmentation fault

Open brookhong opened this issue 2 years ago • 0 comments

What are the steps to reproduce this issue?

  1. launch nvim
  2. GdbStart gdb -p pid
  3. F10 to step breakpoint
  4. gdb crashes on breakpoint hit

What happens?

gdb crashes on breakpoint hit sometimes it does not crash on breakpoint hit, but it crashes when bt is executed.

What were you expecting to happen?

No crash

Any logs, error output, etc?

https://gist.github.com/brookhong/a24d24bc38fa98c7dd7b6d7ea2f3fcc5

Any other comments?

brookhong avatar Dec 18 '23 01:12 brookhong