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:35:15 +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 1358620521 15037 80.91.229.3 (19 Jan 2013 18:35:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 18:35:21 +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:35:40 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 1TwdGV-00089I-4T for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 19:35:39 +0100 Original-Received: from localhost ([::1]:57766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwdGD-00075Z-Te for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 13:35:21 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:53552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwdGB-00074c-J3 for emacs-devel@gnu.org; Sat, 19 Jan 2013 13:35:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwdGA-0001GD-BK for emacs-devel@gnu.org; Sat, 19 Jan 2013 13:35:19 -0500 Original-Received: from mail-vb0-f47.google.com ([209.85.212.47]:61101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwdG8-0001FQ-Q2; Sat, 19 Jan 2013 13:35:16 -0500 Original-Received: by mail-vb0-f47.google.com with SMTP id e21so4578421vbm.6 for ; Sat, 19 Jan 2013 10:35:16 -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=q+xFbJUmhVvUp37KEkdUnL+5zGpKRkx5Fx1WC+mdAEA=; b=lQr2HPPFhxvPdmM1NceEFzBsr2Mf6xqPtpL9+q9tEnou8asexKrXU0i3Aj5Q+tmB9T 0kR3FIafTmGU9q1RSXpfcRGfUKgWwMGRAEUQIn62ngji7Z/g9LBnUHs3rELOQ28NLn+S LWL4MVi7nYBQ6tbtw7e4AsrFCEAdKgqNw6NXPaCZsWFn3GwDsAIfBLsEczMbbbyEtrzU TLQIWMxlrgsS0+sMSRnU1upNDTsVnStAnBLdBCzBFi/r3g+n7wMRdgLdJ8lIiXAbkD4V dKQtxFiva6ae+/TnA/wb5tCZ8BF22ZBqDa0Kb397KWG6SHYUrVXUeCCr1F9Qo6wY2qcy Wtsg== X-Received: by 10.52.96.3 with SMTP id do3mr6958946vdb.100.1358620516089; Sat, 19 Jan 2013 10:35:16 -0800 (PST) Original-Received: by 10.58.161.20 with HTTP; Sat, 19 Jan 2013 10:35:15 -0800 (PST) In-Reply-To: <831udhqclk.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.212.47 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:156477 Archived-At: 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 This is the only fork/branch under my control. -- Le