GNU bug report logs -
#77065
31.0.50; Infinite loop in move_it_to
Previous Next
Reported by: Yifan Zhu <fanzhuyifan <at> gmail.com>
Date: Mon, 17 Mar 2025 07:54:03 UTC
Severity: normal
Found in version 31.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 77065 <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 17 Mar 2025 08:22:28 -0700
> Cc: 77065 <at> debbugs.gnu.org
> From: Yifan Zhu <fanzhuyifan <at> gmail.com>
>
> > Try to write some simple Lisp which arranges for a buffer to have the
> > same images in the same positions in the buffer.
>
> Thanks, will try.
TIA.
> >> 10947 switch (skip)
> >> 10990 max_current_x = it->last_visible_x;
> >> 10995 if (it->c == '\t')
> >> 11030 it->continuation_lines_width += it->current_x;
> >> 11031 break;
> >> 11038 it->current_x = line_start_x;
> >> 11039 it->wrap_prefix_width = 0;
> >> 11040 line_start_x = 0;
> >> 11041 it->hpos = 0;
> >> 11042 it->line_number_produced_p = false;
> >> 11043 it->current_y += it->max_ascent + it->max_descent;
> >> 11044 ++it->vpos;
> >> 11045 last_height = it->max_ascent + it->max_descent;
> >> 11046 it->max_ascent = it->max_descent = 0;
> >> 10759 if (op & MOVE_TO_VPOS)
> >> 10803 else if (op & MOVE_TO_Y)
> >> 10932 else if (BUFFERP (it->object)
> >> 10933 && (it->method == GET_FROM_BUFFER
> >> 10934 || it->method == GET_FROM_STRETCH)
> >> 10945 skip = move_it_in_display_line_to (it, to_charpos, -1, MOVE_TO_POS);
> >> 10947 switch (skip)
> > Thanks, but I also need to see at least the values of it->current.
> > Does the position there never change? does it oscillate back and
> > forth? is it perhaps stuck at ZV (the EOB position)? something else?
>
> Its value never changes during the execution of move_it_to. It is stuck at
>
> 1: it->current = {
> pos = {
> charpos = 88,
> bytepos = 88
> },
> overlay_string_index = -1,
> string_pos = {
> charpos = -1,
> bytepos = -1
> },
> dpvec_index = -1
> }
Any idea what is at buffer position 88 in that buffer?
This bug report was last modified 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.