GNU bug report logs -
#65198
29.1; Emacs29.1 crash in function face_for_font
Previous Next
Reported by: 张云峰 <zhangyunfeng0101 <at> gmail.com>
Date: Thu, 10 Aug 2023 09:58:02 UTC
Severity: normal
Found in version 29.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: 张云峰 <zhangyunfeng0101 <at> gmail.com>
> Date: Thu, 10 Aug 2023 17:57:20 +0800
>
> ;;;;; GDB INFO ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
> Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
> 0x00005555556859b8 in face_for_font (f=0x555561746d40, font_object=0x555558465ec5,
> base_face=base_face <at> entry=0x0) at xfaces.c:4931
> 4931 base_face = base_face->ascii_face;
> (gdb) bt
> #0 0x00005555556859b8 in face_for_font (f=0x555561746d40, font_object=0x555558465ec5,
> base_face=base_face <at> entry=0x0) at xfaces.c:4931
> #1 0x00005555555ee682 in get_next_display_element (it=it <at> entry=0x7fffffff6c90) at xdisp.c:8322
> #2 0x00005555555eacb0 in move_it_in_display_line_to (it=it <at> entry=0x7fffffff6c90,
> to_charpos=to_charpos <at> entry=412, to_x=to_x <at> entry=2147483647, op=op <at> entry=(MOVE_TO_X
> | MOVE_TO_POS))
> at xdisp.c:9829
> #3 0x00005555555f002a in move_it_to (it=0x7fffffff6c90, to_charpos=412, to_x=<optimized out>,
> to_y=<optimized out>, to_vpos=<optimized out>, op=11) at xdisp.c:10500
> #4 0x0000555555604e4e in window_text_pixel_size
> (window=<optimized out>, from=<optimized out>, to=<optimized out>, x_limit=0x1ce2,
> y_limit=<optimized out>, mode_lines=0x0, ignore_line_at_end=0x0) at xdisp.c:11455
> #5 0x0000555555605ae6 in Fwindow_text_pixel_size (window=0x555561746f95, from=0x0,
> to=0x0, x_limit=0x1ce2, y_limit=0xaf2, mode_lines=0x0, ignore_line_at_end=0x0) at xdisp.c:11629
> #6 0x0000555555771442 in funcall_subr (subr=0x555555d0e5a0 <Swindow_text_pixel_size>,
> numargs=numargs <at> entry=5, args=args <at> entry=0x7ffff0bff1f0) at eval.c:3046
Thanks. Any chance of a recipe to reproduce this crash?
The backtrace indicates that the code which crashed was called from a
timer function -- any idea what timer was that?
This bug report was last modified 1 year and 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.