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.pretest.bugs Subject: Re: 23.0.50; Crash in ediff-regions-linewise Date: Sun, 14 Oct 2007 21:37:04 -0400 Message-ID: References: <874pgu5bxh.fsf@candyboy.here> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1192412425 28246 80.91.229.12 (15 Oct 2007 01:40:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 01:40:25 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Toby Allsopp Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 03:40:15 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 1IhEwJ-0006iJ-3L for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 03:40:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhEwC-0001OU-Cv for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2007 21:40:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhEtH-0006Vx-BM for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:37:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhEtF-0006VG-SC for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:37:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhEtF-0006V9-Fw for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:37:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhEtF-0007id-8K for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:37:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IhEtE-0001kR-Nw; Sun, 14 Oct 2007 21:37:04 -0400 In-reply-to: <874pgu5bxh.fsf@candyboy.here> (message from Toby Allsopp on Sun, 14 Oct 2007 21:19:57 +1300) 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:80887 gmane.emacs.pretest.bugs:20132 Archived-At: The first sign of invalid data that I can find shows up at buffer.c:603: XSETBUFFER (buf, b); You have made substantial progress, but this is not the end of the debugging. Next step: figure out whether b is invalid, and if so, where it came from, and why that is invalid, etc...