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: help debugging a Emacs crash Date: Sun, 20 Jan 2013 01:30:44 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1358616649 16185 80.91.229.3 (19 Jan 2013 17:30:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 17:30:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 19 18:31:07 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 1TwcG2-000648-MS for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 18:31:06 +0100 Original-Received: from localhost ([::1]:43390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwcFl-0002V9-OC for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2013 12:30:49 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwcFi-0002Up-OW for emacs-devel@gnu.org; Sat, 19 Jan 2013 12:30:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwcFh-0002P8-K5 for emacs-devel@gnu.org; Sat, 19 Jan 2013 12:30:46 -0500 Original-Received: from mail-vc0-f172.google.com ([209.85.220.172]:55375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwcFh-0002P1-BS for emacs-devel@gnu.org; Sat, 19 Jan 2013 12:30:45 -0500 Original-Received: by mail-vc0-f172.google.com with SMTP id l6so3543941vcl.31 for ; Sat, 19 Jan 2013 09:30:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=fDus+EX/T97POpDo0WCFCyUKlnekZ1JlzaB+Oh7toZY=; b=eYinj6PPOxhZe4W2suWBAoX1NDS90+bAxcaD/hnnxNP/lDyDZBk7jMGci7ANGtZXvC 9g3Q/dvhrItfQpAfY9iuKkMCt5+OJWj/x4ru73uhX0ry5xqVEagooEa2OECLfCWzf09S +1EVbZkfcxS7m4u4j8eD+9F+f+Vv2Jx+pYbFFESJARNFeJgELMw7kllBAsUwvRMGQtgk v7nEMUgRyYpnbWqsvA4i5BWt1q1/WRkgSdb49ibyf5A63sQlEQ63erV3Wu30h8v8liap YJz2Zw8vpmG6BwIINBvRRfurG4+VNoeaWPxpI+AhRDEpR7G+mcEbZitAFvE/6JhU6EHA cuRw== X-Received: by 10.220.106.133 with SMTP id x5mr13764841vco.61.1358616644506; Sat, 19 Jan 2013 09:30:44 -0800 (PST) Original-Received: by 10.58.161.20 with HTTP; Sat, 19 Jan 2013 09:30:44 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.172 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:156474 Archived-At: Hi all, I'm trying to follow up on a Emacs crash using these repro steps: https://github.com/victorhge/iedit/pull/31#issuecomment-12451517 I believe Thierry reported the original crash using Linux. I've reproed it using Yamamoto's Mac build 24.2.1 and the NS build on the Git mirror's master branch on OS X 10.8.2. Here is the backtrace from gdb after the crash: (gdb) bt #0 get_pos_property (position=1518142, prop=140734799800208, object=140734799800208) at editfns.c:402 #1 0x000000010015d489 in get_local_map (position=716, buffer=0x10500ecda, type=140734799800288) at intervals.c:2234 #2 0x00000001000ad236 in read_key_sequence () at keyboard.c:2799 #3 0x00000001000b05a8 in command_loop_1 () at keyboard.c:1460 #4 0x0000000100115169 in internal_condition_case (bfun=0x1000af1a0 , handlers=4320211706, hfun=0x1000b0630 ) at eval.c:1193 #5 0x00000001000af17e in command_loop_2 (ignore=140734799800840) at keyboard.c:1175 #6 0x0000000100115265 in internal_catch (tag=140734799800840, func=0x1000af140 , arg=140734799800840) at eval.c:964 #7 0x00000001000b0b90 in command_loop [inlined] () at /Users/lewang/src/emacs/emacs/src/keyboard.c:1154 #8 0x00000001000b0b90 in recursive_edit_1 () at keyboard.c:787 #9 0x00000001000a17ad in Frecursive_edit () at keyboard.c:851 #10 0x000000010009e668 in main (argc=5312704, argv=0x7fff5fbfefc0) at emacs.c:1555 (gdb) I can hold the debugger for a while, but need some advice on what to do next? -- Le