GNU bug report logs -
#44047
current HEAD has been crashing on startup
Previous Next
Reported by: Liam Stitt <stittl <at> cuug.ab.ca>
Date: Sat, 17 Oct 2020 17:07:02 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Mon, 19 Oct 2020 22:39:03 -0600 (MDT)
> From: Liam Stitt <stittl <at> cuug.ab.ca>
> cc: 44047 <at> debbugs.gnu.org
>
> On Mon, 19 Oct 2020, Eli Zaretskii wrote:
>
> > (gdb) frame 1
> > (gdb) print window_matrix->rows
> > (gdb) print window_matrix->nrows
>
> (gdb) frame 1
> #1 0x0000555555597de8 in build_frame_matrix_from_leaf_window (
> frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
> 2531 fill_up_frame_row_with_spaces (frame_row, window_matrix->matrix_x);
> (gdb) print window_matrix->rows
> $1 = (struct glyph_row *) 0x555555d7b170
> (gdb) print window_matrix->nrows
> $2 = 24
Thanks. How about this:
(gdb) frame 1
(gdb) print frame_matrix->rows
(gdb) print frame_matrix->nrows
This bug report was last modified 4 years and 263 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.