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: Lars Ingebrigtsen
Subject: bug#18313: 24.4.50; emacs_backtrace.txt
Date: Sat, 26 Dec 2015 17:04:01 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

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?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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