Hello,
After some research I found that :
/gdb/gdb/thread:610
static int
is_thread_state (ptid_t ptid, enum thread_state state)
{
struct thread_info *tp;
tp = find_thread_ptid (ptid); // Here tp get 0x0
gdb_assert (tp);
return (tp->state == state);
}/
When tp get 0x0 it crash, that's normal. But it should'nt receive 0x0,
it should be tested before being here.
Just post to share this, may be someone will know how to help.
Best regards
Vivien
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel