This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/17206] Assertion `pc_in_thread_step_range (pc, tp)' failed.


https://sourceware.org/bugzilla/show_bug.cgi?id=17206

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qiyao at gcc dot gnu.org

--- Comment #2 from Yao Qi <qiyao at gcc dot gnu.org> ---
The reproducer can be simpler,

$ cat 2.c 
int
main(void)
{
  return 0;
}

$ gcc 2.c -o 2.exe

(gdb) b main
Breakpoint 1 at 0x8048403
(gdb) run
Starting program: /home/yao/Source/gnu/gdb/build-git/2.exe 

Breakpoint 1, 0x08048403 in main ()
(gdb) until 
0x08048408 in main ()
(gdb) until
../../../git/gdb/infrun.c:1992: internal-error: resume: Assertion
`pc_in_thread_step_range (pc, tp)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

I have a patch which is being regression tested.  I'll post it once the
regression test is finished.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]