In article <[EMAIL PROTECTED]>, Leo <[EMAIL PROTECTED]> writes:
> Here is a backtrace of an Emacs crash. One can encounter this often by > moving cursor over links etc. It only happens when using xft font. > Software: GNU Emacs 23.0.0.11 (i686-pc-linux-gnu, X toolkit) of > 2007-04-11 > [2 xft_crash.log <text/plain (7bit)>] > Program received signal SIGSEGV, Segmentation fault. [...] > (gdb) bt full > #0 0x081b3df2 in xftfont_draw (s=0xbfb8f4f0, from=0, to=1, x=387, y=275, > with_background=0) at xftfont.c:501 > f = (FRAME_PTR) 0x8c75490 > face = (struct face *) 0xa9a08c8 > xftface_info = (struct xftface_info *) 0x0 The crash is because xftface_info is NULL, but I can't reproduce it. My Emacs configuration is almost the same as yours. GNU Emacs 23.0.0.30 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-04-13 on etlken I run configure with "--enable-font-backend", and start emacs with "--enable-font-backend". As you said you are using Xft font, I think you did the same. Can't you show me the exact operation to produce that bug by starting Emacs with "-Q --enable-font-backend -fn SOMEFONT"? --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ emacs-pretest-bug mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
