emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs crash CVS 2003-10-17


From: Kenichi Handa
Subject: Re: Emacs crash CVS 2003-10-17
Date: Mon, 10 Nov 2003 20:42:42 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Werner LEMBERG <address@hidden> writes:

> Below the output of `xbacktrace' and `bt full'.  I still have the
> process.
[...]
> Program received signal SIGSEGV, Segmentation fault.
> 0x08077c43 in fill_glyph_string (s=0xbfffe424, face_id=26, start=6, end=79, 
>     overlaps_p=0) at xdisp.c:16730
> 16730               = FONT_INFO_FROM_ID (f, face->font_info_id);

I'd like to know the result of these:
(gdb) p *face
(gdb) p *glyph

But, as it craches in the inline function
get_glyph_face_and_encoding, those values won't be available
in the current gdb session.

Can you reproduce it constantly?  If not, could you
re-compile xdisp.c with CFLAGS='-g -fno-inline', rebuild
emacs, and use it for a while?   The actual procedure will
be:
% cd .../emacs/src
% rm xdisp.o
% make CFLAGS='-g -fno-inline'


---
Ken'ichi HANDA
address@hidden




reply via email to

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