From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 9943@debbugs.gnu.org
Subject: bug#9943: 24.0.91; Abort in check_glyph_memory
Date: Sat, 5 Nov 2011 13:26:08 +0100 [thread overview]
Message-ID: <0A21B7C4-DE31-4F1F-BE3A-9C12A0B206C5@swipnet.se> (raw)
In-Reply-To: <831uton9zo.fsf@gnu.org>
Hello.
3 nov 2011 kl. 22:59 skrev Eli Zaretskii:
>> Date: Thu, 03 Nov 2011 17:05:45 -0400
>> From: Ken Brown <kbrown@cornell.edu>
>> CC: Eli Zaretskii <eliz@gnu.org>, 9943@debbugs.gnu.org
>>
>> On 11/3/2011 3:58 PM, Glenn Morris wrote:
>>> Eli Zaretskii wrote:
>>>
>>>> I fixed this for w32 (revision 106273 on the trunk). I think the same
>>>> problem can happen on X, but I cannot run Emacs on X where I'm typing
>>>> this. Could someone please try the recipe on X and see if the same
>>>> problem happens there? It could matter which toolkit was used to
>>>> build Emacs, so please tell which toolkit you are using. TIA.
>>>
>>> Lucid toolkit:
>>
>> [...]
>>
>> Eli,
>>
>> I don't know if you need results from a second toolkit, but here's what
>> I get with gtk:
>>
>> (gdb) bt full
>> #0 abort () at emacs.c:386
>> No locals.
>> #1 0x00404781 in check_glyph_memory () at dispnew.c:2370
>> tail = 8775706
>> frame = -2147299323
>> #2 0x005149e8 in shut_down_emacs (sig=0, no_x=0, stuff=8775706)
>> at emacs.c:2102
>
> Thanks, I installed a fix.
I don't think it was quite correct.
In x-create-frame terminal->reference_count gets incremented before record_unwind_protect, but it is not decremented in case the unwind protect function is called.
I don't know if w32 has the same problem?
Also, in w32term.c, image_cache_refcount is assigned before init_frame_faces is called, but in xterm.c, this is reversed. Indeed, turning on GLYPH_DEBUG and recreating this bug causes an assert violation in unwind_create_frame.
I don't know about w32, but on ns and X, accessing FRAME_IMAGE_CACHE (f)->refcount before calling init_frame_faces causes a segmentation violation, as FRAME_IMAGE_CACHE (f) is NULL.
Also, there is a typo in the comment to unwind_create_frame, x_create_top_frame should be ..._tip_frame. This may have been an old thing.
I fixed these issues on X and ns (I hope :-).
>
> nsfns.m has a similar problem, but x-create-frame there doesn't have
> an unwind-protect function to add a similar change. Can someone test
> this recipe on a Mac?
The same bug was present there, but is fixed now.
Jan D.
next prev parent reply other threads:[~2011-11-05 12:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-03 9:17 bug#9943: 24.0.91; Abort in check_glyph_memory martin rudalics
2011-11-03 19:08 ` Eli Zaretskii
2011-11-03 19:58 ` Glenn Morris
2011-11-03 21:05 ` Ken Brown
2011-11-03 21:59 ` Eli Zaretskii
2011-11-05 12:26 ` Jan Djärv [this message]
2011-11-05 13:18 ` Eli Zaretskii
2011-11-05 15:50 ` Jan Djärv
2011-11-05 16:27 ` Eli Zaretskii
2011-11-07 21:05 ` Glenn Morris
2011-11-03 21:57 ` Eli Zaretskii
2011-11-04 0:35 ` Stefan Monnier
2011-11-04 9:12 ` Eli Zaretskii
2011-11-04 16:53 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0A21B7C4-DE31-4F1F-BE3A-9C12A0B206C5@swipnet.se \
--to=jan.h.d@swipnet.se \
--cc=9943@debbugs.gnu.org \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).