[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Font related crash?
From: |
martin rudalics |
Subject: |
Re: Font related crash? |
Date: |
Thu, 05 Nov 2015 08:55:22 +0100 |
> Program received signal SIGFPE, Arithmetic exception.
> 0x0000000000413a88 in required_matrix_width (address@hidden) at
> dispnew.c:1727
> 1727 / ch_width) * w->ncols_scale_factor
> (gdb) xbacktrace
> "x-create-frame" (0xffff8590)
> "x-create-frame-with-faces" (0xffff87a8)
> 0x1191880 PVEC_COMPILED
> "apply" (0xffff8a50)
> "frame-creation-function" (0xffff8c60)
> "make-frame" (0xffff8e20)
> "make-frame-on-display" (0xffff8ff8)
> "server-create-window-system-frame" (0xffff9238)
> "server-process-filter" (0xffff9428)
Please show us the values of the involved variables. Just type
p ch_width
p w->ncols_scale_factor
p WINDOW_PIXEL_WIDTH (w)
at the (gdb) prompt.
Thank you, martin
- Font related crash?, Yuan MEI, 2015/11/04
- Re: Font related crash?, Eli Zaretskii, 2015/11/04
- Re: Font related crash?, Yuan MEI, 2015/11/05
- Re: Font related crash?,
martin rudalics <=
- Re: Font related crash?, Yuan MEI, 2015/11/05
- Re: Font related crash?, Eli Zaretskii, 2015/11/05
- Re: Font related crash?, martin rudalics, 2015/11/05
- Re: Font related crash?, Eli Zaretskii, 2015/11/05
- Re: Font related crash?, Yuan MEI, 2015/11/06
- Re: Font related crash?, Eli Zaretskii, 2015/11/06
- Re: Font related crash?, martin rudalics, 2015/11/06
Re: Font related crash?, martin rudalics, 2015/11/06