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: Sat, 13 Oct 2007 15:47:55 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1192304956 14373 80.91.229.12 (13 Oct 2007 19:49:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2007 19:49:16 +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 Sat Oct 13 21:49:06 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 1Igmyt-0005tH-1Y for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2007 21:49:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igmym-0000Vq-I1 for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2007 15:48:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Igmxq-00089Q-GT for emacs-devel@gnu.org; Sat, 13 Oct 2007 15:47:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Igmxo-00088q-Oy for emacs-devel@gnu.org; Sat, 13 Oct 2007 15:47:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igmxo-00088n-Mc for emacs-devel@gnu.org; Sat, 13 Oct 2007 15:47:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Igmxo-00012s-CX for emacs-devel@gnu.org; Sat, 13 Oct 2007 15:47:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Igmxn-0002Fw-Nh; Sat, 13 Oct 2007 15:47:55 -0400 In-reply-to: (message from Toby Allsopp on Sat, 13 Oct 2007 20:13:38 +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:80811 gmane.emacs.pretest.bugs:20113 Archived-At: The crash occurred trying to print some Lisp data. Probably some data is invalid -- but which data? Please look at the data to see what if anything is invalid. It appears that the invalid data came from an error. Please try using a breakpoint in Fsignal to catch it when it generates the error. Then you can find out where the invalid data came from. We need to see where it was created so we can fix the bug there.