all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: 11417@debbugs.gnu.org
Subject: bug#11417: 24.0.96; infinite looping in xdisp.c
Date: Sun, 06 May 2012 12:24:34 +0800	[thread overview]
Message-ID: <m14nru0we5.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]

I have yet to find a minimal example to reproduce this. I know the
following few facts. It must be run under tty and seems to related to
overlays. It was triggered by flymake in some python files. The contents
of those files are only partly displayed by Emacs (see screenshots
attached). My Emacs was built on 2012-04-28.

(gdb) 
Run till exit from #0  0x000000010003d316 in move_it_in_display_line_to (it=0x7fff5fbfb248, to_charpos=411, to_x=-1, op=12) at xdisp.c:7990
0x000000010003f702 in move_it_to (it=0x7fff5fbfb248, to_charpos=411, to_x=-1, to_y=-1, to_vpos=1, op=12) at xdisp.c:8536
8536		      skip = move_it_in_display_line_to (it, to_charpos, to_x, op);
Value returned is $2 = MOVE_POS_MATCH_OR_ZV
(gdb) 
Run till exit from #0  0x000000010003f702 in move_it_to (it=0x7fff5fbfb248, to_charpos=411, to_x=-1, to_y=-1, to_vpos=1, op=12) at xdisp.c:8536
move_it_vertically_backward (it=0x7fff5fbfce20, dy=0) at xdisp.c:8816
8816		       && SREF (it2.string, IT_STRING_BYTEPOS (it2) - 1) == '\n')));
(gdb) next
8804	      move_it_to (&it2, start_pos, -1, -1, it2.vpos + 1,
(gdb) 
8816		       && SREF (it2.string, IT_STRING_BYTEPOS (it2) - 1) == '\n')));
(gdb) 
8804	      move_it_to (&it2, start_pos, -1, -1, it2.vpos + 1,
(gdb) 
8816		       && SREF (it2.string, IT_STRING_BYTEPOS (it2) - 1) == '\n')));
(gdb) 
8804	      move_it_to (&it2, start_pos, -1, -1, it2.vpos + 1,
(gdb) 
8816		       && SREF (it2.string, IT_STRING_BYTEPOS (it2) - 1) == '\n')));
(gdb) 
8804	      move_it_to (&it2, start_pos, -1, -1, it2.vpos + 1,
(gdb) 
8816		       && SREF (it2.string, IT_STRING_BYTEPOS (it2) - 1) == '\n')));


[-- Attachment #2: python-bugged.png --]
[-- Type: image/png, Size: 48796 bytes --]

[-- Attachment #3: python-good.png --]
[-- Type: image/png, Size: 101187 bytes --]

             reply	other threads:[~2012-05-06  4:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-06  4:24 Leo [this message]
2012-05-06  5:43 ` bug#11417: 24.0.96; infinite looping in xdisp.c Chong Yidong
2012-05-06 16:18 ` Eli Zaretskii
2012-05-07 16:17   ` Leo
2012-05-07 17:25     ` Eli Zaretskii
2012-05-07 18:39       ` Leo
2012-05-07 19:21         ` Eli Zaretskii
2012-05-07 19:42           ` Leo
2012-05-08  3:37             ` Chong Yidong
2012-05-08 17:26               ` Eli Zaretskii
2012-05-10  9:15               ` Leo
2012-05-10 17:43                 ` Eli Zaretskii
2012-05-10 18:26                   ` Eli Zaretskii
2012-05-11 10:00                     ` Leo
2012-05-12 10:45                   ` Eli Zaretskii
2012-05-13  1:34                     ` Chong Yidong
2012-05-13 15:37                       ` Eli Zaretskii
2012-05-13  8:54                     ` Leo
2012-05-13 15:38                       ` Eli Zaretskii
2012-05-15  6:33                         ` Leo
2012-05-15 15:57                           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m14nru0we5.fsf@gmail.com \
    --to=sdl.web@gmail.com \
    --cc=11417@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.