From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: mark_object crash in 22.1 and latest CVS (as of tonight) Date: Tue, 13 Nov 2007 15:03:14 -0500 Message-ID: References: <16af2f430711081955j3d5e6745gc0f7a50e02d9a892@mail.gmail.com> <16af2f430711090332x39c8c768gb01d1dc6a0e4f427@mail.gmail.com> <16af2f430711120340q27926877tf976ef397d12df16@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194984354 17238 80.91.229.12 (13 Nov 2007 20:05:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2007 20:05:54 +0000 (UTC) Cc: kalman.reti@gmail.com, bug-gnu-emacs@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 13 21:05:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Is20W-0001BW-Pw for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2007 21:05:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is20K-0003NW-Ja for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2007 15:05:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Is1yh-0002iD-Cr for emacs-devel@gnu.org; Tue, 13 Nov 2007 15:03:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Is1yg-0002hS-FO for emacs-devel@gnu.org; Tue, 13 Nov 2007 15:03:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is1yd-0002g9-Tk; Tue, 13 Nov 2007 15:03:15 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Is1yd-0008Gk-Af; Tue, 13 Nov 2007 15:03:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Is1yc-0008KI-Mp; Tue, 13 Nov 2007 15:03:14 -0500 In-reply-to: (message from Stefan Monnier on Mon, 12 Nov 2007 17:03:37 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83140 gmane.emacs.bugs:16968 Archived-At: > I'll have to wait till I'm next at work to find out exactly which slot > in the buffer > this list comes from using gdb. Sounds like the contents of the buffer-undo-list. Especially since this variable is GC'd specially and getting it right is tricky. It should be easy to verify that guess by examining the undo list slot in the buffer object.