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, 30 Apr 2016 15:28:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> 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.

No such recipe was given, so I'm closing this bug report.

-- 
(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]