raspberry-pi icon indicating copy to clipboard operation
raspberry-pi copied to clipboard

gdb crash on windows

Open eco747 opened this issue 6 years ago • 0 comments

Hello, really nice work, sadly i get this error when I try to start a debug session (i tried v7 to v8.2 official gdb linaro versions)


> (gdb)target remote \\.\COM3
> Remote debugging using \\.\COM3
> /home/tcwg-buildslave/workspace/tcwg-make-release/label/docker-trusty-amd64-tcwg/target/aarch64-elf/snapshots/binutils-gdb.git~gdb-7.11-branch/gdb/thread.c:89: internal-error: inferior_thread: Assertion `tp' failed.
> A problem internal to GDB has been detected,
> further debugging may prove unreliable.
> Quit this debugging session? (y or n) n
> 
> This is a bug, please report it.  For instructions, see:
> <http://www.gnu.org/software/gdb/bugs/>.
> 
> /home/tcwg-buildslave/workspace/tcwg-make-release/label/docker-trusty-amd64-tcwg/target/aarch64-elf/snapshots/binutils-gdb.git~gdb-7.11-branch/gdb/thread.c:89: internal-error: inferior_thread: Assertion `tp' failed.
> A problem internal to GDB has been detected,
> further debugging may prove unreliable.
> Create a core file of GDB? (y or n)
> 

I know, this is a gdb bug (I create a bug on gdb server), but did you see that before ?

eco747 avatar Feb 15 '19 15:02 eco747