GNU bug report logs - #18313
24.4.50; emacs_backtrace.txt

Previous Next

Package: emacs;

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


Message #11 received at 18313 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 18313 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#18313: 24.4.50; emacs_backtrace.txt
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?

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




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.