WebFreak001 / code-debug

Native debugging for VSCode
The Unlicense
403 stars 116 forks source link

internal-error: inferior_thread: Assertion `tp' failed. #47

Open csholmq opened 8 years ago

csholmq commented 8 years ago

Latest release. Using GDB v7.7

1-gdb-set target-async on
2-environment-directory "c:\\dev\\trunk/Sw/A_XMC/out/obj"
3-target-select remote localhost:4444
Reading symbols from c:\dev\trunk\Sw\A_XMC\out\use\A_Myriad_A_5_9.elf...
done.
../../gdb-7.7.50.20140303/gdb/thread.c:85: 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) [answered Y; input not from terminal]
undefined
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
../../gdb-7.7.50.20140303/gdb/thread.c:85: 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) [answered Y; input not from terminal]

Not on the clear what this could be...

WebFreak001 commented 8 years ago

um... report the core file + log to the GDB team?

WebFreak001 commented 8 years ago

I think its because of the c:\\dev\\trunk/Sw/A_XMC/out/obj

csholmq commented 8 years ago

Good idea. Unfortunately not. I will do some investigations with gdb.