GNU bug report logs - #29031
25.3; Segmentation fault when starting emacs with my config

Previous Next

Package: emacs;

Reported by: Kaushal Modi <kaushal.modi <at> gmail.com>

Date: Fri, 27 Oct 2017 21:25:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 25.3

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


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

From: Kaushal Modi <kaushal.modi <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 29031 <at> debbugs.gnu.org
Subject: Re: 25.3; Segmentation fault when starting emacs with my config
Date: Mon, 30 Oct 2017 18:57:27 +0000
[Message part 1 (text/plain, inline)]
On Mon, Oct 30, 2017 at 2:52 PM Eli Zaretskii <eliz <at> gnu.org> wrote:

> > From: Kaushal Modi <kaushal.modi <at> gmail.com>
> > Date: Mon, 30 Oct 2017 18:34:22 +0000
> > Cc: 29031 <at> debbugs.gnu.org
> >
> > (gdb) p glyph
> > $1 = (struct glyph *) 0x8f
> > (gdb) p glyph->charpos
> > Cannot access memory at address 0x8f
>
> So the problematic data is 'glyph'.  What do the following print?
>
>   (gdb) p it->area
>   (gdb) p it->glyph_row
>   (gdb) p it->glyph_row->used[area]
>

(gdb) p it->area
$3 = TEXT_AREA
(gdb) p it->glyph_row
$4 = (struct glyph_row *) 0xe487f0
(gdb) p it->glyph_row->used[area]
$5 = 0
-- 

Kaushal Modi
[Message part 2 (text/html, inline)]

This bug report was last modified 5 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.