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 c++/23910] New: Assertion `bpt != NULL' failed


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

            Bug ID: 23910
           Summary: Assertion `bpt != NULL' failed
           Product: gdb
           Version: 8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: brian at jsonar dot com
  Target Milestone: ---

We have a code path where we reset the process.
If the process is not under gdb, this works fine.
However under gdb, I'm seeing this:

breakpoint.c:13157: internal-error: void delete_breakpoint(breakpoint*):
Assertion `bpt != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

This is a bug, please report it.  For instructions, see:
<http://www.gnu.org/software/gdb/bugs/>.

Aborted (core dumped)

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