emacs-devel
[Top][All Lists]
Advanced

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

Re: segmentation fault displaying etc/HELLO on Windows


From: Jason Rumney
Subject: Re: segmentation fault displaying etc/HELLO on Windows
Date: Wed, 30 Jul 2008 07:48:50 +0100
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Juanma Barranquero wrote:

> However, C-h H crashes Emacs:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x011ea1ff in w32_compute_glyph_string_overhangs (s=0x82eaf0) at 
> w32term.c:1194
> 1194          font->driver->text_extents (font, code, s->nchars, &metrics);
> (gdb) bt
> #0  0x011ea1ff in w32_compute_glyph_string_overhangs (s=0x82eaf0) at
> w32term.c:1194

That seems to suggest that s->font is invalid, but s->font_not_found_p
is not set. Can you see what characters are being drawn here
(s->first_glyph->u.ch) so you can narrow down which font should be being
used (based on earlier versions) and start stepping through the code
earlier (use a conditional breakpoint based on the character being
displayed).




reply via email to

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