GNU bug report logs -
#18313
24.4.50; emacs_backtrace.txt
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Thu, 21 Aug 2014 16:22:02 UTC
Severity: normal
Tags: moreinfo
Found in version 24.4.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: Drew Adams <drew.adams <at> oracle.com>, 18313 <at> debbugs.gnu.org
> Date: Sat, 26 Dec 2015 17:04:01 +0100
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > The assertion violation is here:
> >
> > #ifdef GLYPH_DEBUG
> > /* Check that reference counts are indeed correct. */
> > eassert (dpyinfo->reference_count == dpyinfo_refcount); <<<<<<<<
> > eassert ((dpyinfo->terminal->image_cache == NULL
> > && image_cache_refcount == 0)
> > || (dpyinfo->terminal->image_cache != NULL
> > && dpyinfo->terminal->image_cache->refcount == image_cache_refcount));
> > #endif
> >
> > I guess that condition is wrong when frames are created in recursive
> > edit.
>
> Should this be followed up?
If this still happens, I need a recipe for debugging it.
This bug report was last modified 9 years and 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.