From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.devel Subject: Re: help debugging a Emacs crash Date: Sun, 20 Jan 2013 02:59:31 +0800 Message-ID: References: <831udhqclk.fsf@gnu.org> <87k3r9f3r9@ch.ristopher.com> <83wqv9ow2h.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1358621983 26828 80.91.229.3 (19 Jan 2013 18:59:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 18:59:43 +0000 (UTC) Cc: Christopher Schmidt , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 19 20:00:00 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 1Twddx-0006x6-Lf for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 19:59:53 +0100 Original-Received: from localhost ([::1]:34762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Twddg-000361-Tv for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 13:59:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Twddf-00035v-5w for emacs-devel@gnu.org; Sat, 19 Jan 2013 13:59:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Twddd-000775-UG for emacs-devel@gnu.org; Sat, 19 Jan 2013 13:59:35 -0500 Original-Received: from mail-vc0-f176.google.com ([209.85.220.176]:46847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Twddc-00076p-F8; Sat, 19 Jan 2013 13:59:32 -0500 Original-Received: by mail-vc0-f176.google.com with SMTP id fy27so224260vcb.7 for ; Sat, 19 Jan 2013 10:59:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=7FLtv3lcqgtv6r6Rd9JuetEhngdYEZDLCSS5pN1lGt8=; b=fZcfntPNdi9zlr5ZHouJcA8YfUC2qtnDQEHsTmxRanyvrBkezNTcGEojU1w6yJsuBC hiO5N1xmzpIq3xayWJlCTQW3KaZ1LMnaP0VkdzSUYZW5I2BkJiid95fpOZEBPH3vY1FP 6BdLOWaYbEX8beI61e2iwTYqdjAutlJ1ZUMaDN5urtYC4qmw6AJKiyMx0lV11tUp7ppi 9al48Vfrb+8kmm2wREnALU/ZR+FzK/Zf+0GMWAEhU8POaogcev6iKNMiL2apI31z0hnY 4NmVGbPJGX4A93krKLeOOPs8aguX6CV3FgzLaPcojrzOstwvq5M85ldEuBBC5mEYtQhg +KkQ== X-Received: by 10.52.96.198 with SMTP id du6mr12442988vdb.104.1358621971796; Sat, 19 Jan 2013 10:59:31 -0800 (PST) Original-Received: by 10.58.161.20 with HTTP; Sat, 19 Jan 2013 10:59:31 -0800 (PST) In-Reply-To: <83wqv9ow2h.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.176 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:156481 Archived-At: 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!!! -- Le