Discussion:
[Bug c++/23910] New: Assertion `bpt != NULL' failed
brian at jsonar dot com
2018-11-23 01:36:35 UTC
Permalink
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.
brian at jsonar dot com
2018-11-23 01:44:09 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23910

brian at jsonar dot com changed:

What |Removed |Added
----------------------------------------------------------------------------
Target| |Intel(R) Core(TM) i7-5820K
| |CPU @ 3.30GHz
CC| |brian at jsonar dot com
Host| |Red Hat Enterprise Linux
| |Server release 7.5 (Maipo)

--- Comment #1 from brian at jsonar dot com ---
The core file is too large to send as an attachment, but I can provide upon
request.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...