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/17072] New: Assertion `sync_execution || !target_can_async_p ()' failed.


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

            Bug ID: 17072
           Summary: Assertion `sync_execution || !target_can_async_p ()'
                    failed.
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
              Host: x86_64-linux-gnu
            Target: x86_64-linux-gnu

stty size
34 119
./gdb ./gdb -ex start -ex 'break *main' -ex 'break *main+1' -ex 'break *main+2'
-ex 'break *main+3' -ex c
[...]
Type "apropos word" to search for commands related to "word".
(gdb) ---Type <return> to continue, or q <return> to quit---No unwaited-for
children left.


Program received signal SIGINT, Interrupt.
infrun.c:6134: internal-error: normal_stop: Assertion `sync_execution ||
!target_can_async_p ()' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) _

After the inferior GDB prompt '(gdb) ' type CTRL-C and then type ENTER.

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