bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18313: 24.4.50; emacs_backtrace.txt


From: Eli Zaretskii
Subject: bug#18313: 24.4.50; emacs_backtrace.txt
Date: Sat, 26 Dec 2015 18:37:47 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: Drew Adams <drew.adams@oracle.com>,  18313@debbugs.gnu.org
> Date: Sat, 26 Dec 2015 17:04:01 +0100
> 
> Eli Zaretskii <eliz@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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]