From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: help debugging a Emacs crash Date: Sat, 19 Jan 2013 22:06:40 +0200 Message-ID: <83txqdos33.fsf@gnu.org> References: <831udhqclk.fsf@gnu.org> <87k3r9f3r9@ch.ristopher.com> <83wqv9ow2h.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1358625999 26402 80.91.229.3 (19 Jan 2013 20:06:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 20:06:39 +0000 (UTC) Cc: christopher@ch.ristopher.com, emacs-devel@gnu.org To: Le Wang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 19 21:06:57 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Twegq-0003tZ-CJ for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 21:06:56 +0100 Original-Received: from localhost ([::1]:39292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwegZ-0002V0-FY for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 15:06:39 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwegW-0002Tt-Kj for emacs-devel@gnu.org; Sat, 19 Jan 2013 15:06:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwegV-0006eY-BD for emacs-devel@gnu.org; Sat, 19 Jan 2013 15:06:36 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:40061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwegV-0006eN-3C for emacs-devel@gnu.org; Sat, 19 Jan 2013 15:06:35 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MGW00H002G2R800@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 19 Jan 2013 22:06:33 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MGW00HNZ2IS7YB0@a-mtaout20.012.net.il>; Sat, 19 Jan 2013 22:06:29 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156483 Archived-At: > Date: Sun, 20 Jan 2013 02:59:31 +0800 > From: Le Wang > Cc: Christopher Schmidt , emacs-devel@gnu.org > > On Sun, Jan 20, 2013 at 2:40 AM, Eli Zaretskii wrote: > > Thanks, but could someone please post a reproducible recipe starting > > with "emacs -Q"? > > > > 1. clone iedit repo > > git clone -b emacs-crash-repro git@github.com:lewang/iedit.git > > 2. eval > > (push "." load-path) > > 3. open up "iedit-rect.el", M-x eval-buffer > > 4. create temp buffer (C-x b "tempbuf") > > 5. insert (literally, buffer contents between double-quotes): > > "It shouldn't crash no matter what > It shouldn't crash no matter what > It shouldn't crash no matter what > It shouldn't crash no matter what > It shouldn't crash no matter what > " > > 6. goto point-min > > 7. C-spc > > 8. goto point-max > > 9. C-return > > 10. this is inf loop. Wait 5 seconds > > 11. Press C-g > > > Crash!!! Thanks, this should be fixed now with revision 111560 on the trunk. (The infloop is still there, but I think that's a bug in iedit, not in Emacs.)