emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs crashes, 07nov16


From: Stefan Monnier
Subject: Re: Emacs crashes, 07nov16
Date: Wed, 21 Nov 2007 10:13:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>     (gdb) l x_draw_glyph_string_foreground
>     Function "x_draw_glyph_string_foreground" not defined.

x_draw_glyph_string_foreground is a static function called from only
1 place, so the compiler inlines it (there's no reason not to).
Are you compiling with -O0, if not, try it: it makes for a much smoother
debugging experience.


        Stefan




reply via email to

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