From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#19606: 24.4; Emacs hangs when editing a 5-line Org file Date: Fri, 16 Jan 2015 17:31:50 +0200 Message-ID: <83twzq213t.fsf__26398.6525046223$1421422367$gmane$org@gnu.org> References: <86mw5kktly.fsf@example.com> <86lhl32a5e.fsf@example.com> <83oapz3o89.fsf@gnu.org> <54B82BF2.8050504@yandex.ru> <867fwnynhn.fsf@example.com> <83wq4n0wup.fsf@gnu.org> <86ppafx77z.fsf@example.com> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC8sZ-0007KH-0v for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 10:32:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YC8sU-0007GF-Sw for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 10:32:06 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <86ppafx77z.fsf@example.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: 19606@debbugs.gnu.org, dgutov@yandex.ru > From: Fabrice Niessen > Cc: dgutov@yandex.ru, 19606@debbugs.gnu.org > Date: Fri, 16 Jan 2015 13:04:00 +0100 > > (gdb) thread 1 > [Switching to thread 1 (Thread 17252.0x44f0)] > #0 0x01142191 in Fnext_single_property_change (position=position@entry=540, > prop=62947906, object=118795585, limit=limit@entry=1356) > at ../../emacs-24.4/src/textprop.c:1034 > 1034 ../../emacs-24.4/src/textprop.c: No such file or directory. > (gdb) backtrace > #0 0x01142191 in Fnext_single_property_change (position=position@entry=540, > prop=62947906, object=118795585, limit=limit@entry=1356) > at ../../emacs-24.4/src/textprop.c:1034 > #1 0x0102e54f in handle_invisible_prop (it=0x889a14) > at ../../emacs-24.4/src/xdisp.c:4379 > #2 0x01022e18 in handle_stop (it=it@entry=0x889a14) > at ../../emacs-24.4/src/xdisp.c:3478 > #3 0x010231e9 in next_element_from_string (it=0x889a14) > at ../../emacs-24.4/src/xdisp.c:7915 > #4 0x01025e1c in get_next_display_element (it=it@entry=0x889a14) > at ../../emacs-24.4/src/xdisp.c:6925 > #5 0x0102b00f in display_line (it=) > at ../../emacs-24.4/src/xdisp.c:20183 > #6 0x00000000 in ?? () Looks like an infloop due to display or overlay strings with text properties. Can you reproduce this in an unoptimized build?