This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC/7.10] Temp fix for 17960 assertion failure?
- From: Doug Evans <dje at google dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: "gdb-patches at sourceware dot org ml" <gdb-patches at sourceware dot org>
- Date: Fri, 7 Aug 2015 11:39:14 -0700
- Subject: Re: [RFC/7.10] Temp fix for 17960 assertion failure?
- Authentication-results: sourceware.org; auth=none
- References: <55C4D348 dot 4030801 at redhat dot com>
On Fri, Aug 7, 2015 at 8:48 AM, Keith Seitz <keiths@redhat.com> wrote:
> Hi, Doug,
>
> A while ago you posted a temporary patch to squash the completer
> assertion failure reported in 17960:
>
> (gdb) break gdb.c:ma<TAB>
> ./../src/gdb/completer.c:837: internal-error: maybe_add_completion:
> Assertion `tracker != NULL' failed.
> A problem internal to GDB has been detected,
> further debugging may prove unreliable.
>
> Proposed patch:
> https://sourceware.org/ml/gdb-patches/2015-02/msg00830.html
>
> Should we add this to 7.10?
Ah, righto.
Sounds good to me.
I'll take care of it.