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:43:12 +0800 Message-ID: References: <831udhqclk.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 1358620999 19087 80.91.229.3 (19 Jan 2013 18:43:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 18:43:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 19 19:43:38 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 1TwdOC-00029B-KN for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 19:43:36 +0100 Original-Received: from localhost ([::1]:33149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwdNv-00013D-OF for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 13:43:19 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwdNt-000138-0h for emacs-devel@gnu.org; Sat, 19 Jan 2013 13:43:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwdNr-0002wl-Q3 for emacs-devel@gnu.org; Sat, 19 Jan 2013 13:43:16 -0500 Original-Received: from mail-vb0-f54.google.com ([209.85.212.54]:61941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwdNp-0002wQ-Hu; Sat, 19 Jan 2013 13:43:13 -0500 Original-Received: by mail-vb0-f54.google.com with SMTP id l1so4621585vba.13 for ; Sat, 19 Jan 2013 10:43:12 -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=5zf7LYzWLHNZ2tQ5IbvryyYZU5OWzxtlw8UOrYvpMwE=; b=pkFx+bd1O87gBK9VcPe6F8VkXiwJTbVLC0/lfOcGchr1pCvrSdorFmoIyItLB3MtxK Cv1H8mjBBsP4TOB83DtScoUnpqV2rZ9Y6COkKnV/wvHvmkNd2Mkz/bEJjt3LBtHSuDVa ujkfWjf6UBqtru20GqFgHuam4dwb2yG2mT9pSh6U+JEL5PLsTi7+GogTX3qTIvkCG2Eo mkZy/4gLjz6bmgGyUfqS+HGbBEVWXPctemFYOP1/ByXDK29sNMFCEPNf+Y/QqRpwp+4D zy1BCK1hYxnRcPOBHGQzkkWLCmyQiUWzGAfwPGOnaOs/AjNSKyCZRoUa4Kf44zOybwfh Hyrw== X-Received: by 10.220.140.143 with SMTP id i15mr14065648vcu.15.1358620992851; Sat, 19 Jan 2013 10:43:12 -0800 (PST) Original-Received: by 10.58.161.20 with HTTP; Sat, 19 Jan 2013 10:43:12 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.212.54 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:156479 Archived-At: On Sun, Jan 20, 2013 at 2:35 AM, Le Wang wrote: > On Sun, Jan 20, 2013 at 1:58 AM, Eli Zaretskii wrote: >>> Date: Sun, 20 Jan 2013 01:30:44 +0800 >>> From: Le Wang >>> >>> I'm trying to follow up on a Emacs crash using these repro steps: >>> https://github.com/victorhge/iedit/pull/31#issuecomment-12451517 >> >> What is "iedit"? > > The code I used to repro the crash is here: > https://github.com/lewang/iedit/tree/emacs-crash-repro Get the source using git: git clone -b emacs-crash-repro git@github.com:lewang/iedit.git > This is the only fork/branch under my control. -- Le