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] New: Assertion `pc_in_thread_step_range (pc, tp)' failed.


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

            Bug ID: 17206
           Summary: Assertion `pc_in_thread_step_range (pc, tp)' failed.
           Product: gdb
           Version: 7.7
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: tilkax at gmail dot com

After a SIGSEGV, I accidentally typed 'u' (until) instead of 'up' and got this: 

$ echo 'int main(){return*(int*)0;}'|gcc -xc - && gdb -ex r a.out
Program received signal SIGSEGV, Segmentation fault.
(gdb) u
infrun.c:1948: internal-error: resume: Assertion `pc_in_thread_step_range (pc,
tp)' failed.

(output shortened)

GDB 7.7.1 on Arch Linux x86_64 testing.

-- 
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]