From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs trunk crash Date: Mon, 23 Mar 2015 22:28:12 -0400 Message-ID: References: <834mpevkao.fsf@gnu.org> <837fu8srym.fsf@gnu.org> <831tkfsp68.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427164132 6319 80.91.229.3 (24 Mar 2015 02:28:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Mar 2015 02:28:52 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 24 03:28:38 2015 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 1YaEa2-0001oj-La for ged-emacs-devel@m.gmane.org; Tue, 24 Mar 2015 03:28:34 +0100 Original-Received: from localhost ([::1]:58814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaEa1-0007ME-OU for ged-emacs-devel@m.gmane.org; Mon, 23 Mar 2015 22:28:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaEZo-0007M9-Gg for emacs-devel@gnu.org; Mon, 23 Mar 2015 22:28:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaEZn-0004qn-LK for emacs-devel@gnu.org; Mon, 23 Mar 2015 22:28:20 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:37663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaEZh-0004q7-Vw; Mon, 23 Mar 2015 22:28:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgUFAGvvdVRFxLqJ/2dsb2JhbAA3gVOhb4EIgXUBAQQBViMFCws0EhQYDSSIE6IRiUCDJAkBAgECgz4Dg3AEo2OEWIFA X-IPAS-Result: AgUFAGvvdVRFxLqJ/2dsb2JhbAA3gVOhb4EIgXUBAQQBViMFCws0EhQYDSSIE6IRiUCDJAkBAgECgz4Dg3AEo2OEWIFA X-IronPort-AV: E=Sophos;i="5.01,1,1400040000"; d="scan'208";a="114379010" Original-Received: from 69-196-186-137.dsl.teksavvy.com (HELO pastel.home) ([69.196.186.137]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Mar 2015 22:28:13 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 54883243C; Mon, 23 Mar 2015 22:28:12 -0400 (EDT) In-Reply-To: (Fabrice Popineau's message of "Mon, 23 Mar 2015 22:27:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:184151 Archived-At: >> Could it be that the syntax-table structure has been changed recently >> in a way that makes it impossible to read one that has been printed >> with a previous version of emacs? Not that I know, no. > To make it clear: I can reproduce the crash from "emacs -Q" by > evaluating (read (current_buffer)) on a buffer containing the > undo-tree history (part of which is in the previous mail). That should make it easier to find the culprit, indeed. Stefan