From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; crash in xdisp.c:15094 Date: Sat, 27 Oct 2007 09:57: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 1193493728 26322 80.91.229.12 (27 Oct 2007 14:02:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 14:02:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 27 16:02:07 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 1IlmEd-000735-2R for ged-emacs-devel@m.gmane.org; Sat, 27 Oct 2007 16:01:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlmEU-0007xR-Ev for ged-emacs-devel@m.gmane.org; Sat, 27 Oct 2007 10:01:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlmAo-0003rc-6q for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:57:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlmAm-0003qC-K7 for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:57:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlmAm-0003pk-73 for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:57: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 1IlmAm-0002DK-18 for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:57:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IlmAl-0000CH-97; Sat, 27 Oct 2007 09:57:55 -0400 In-reply-to: (message from Reiner Steib on Fri, 26 Oct 2007 22:14:20 +0200) 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:81846 Archived-At: >> What Lisp code called Fbuffer_substring in frame 36? (gdb) frame 36 #36 0x08159558 in Fbuffer_substring (start=0, end=24) at [...]/cvs-HEAD/emacs/src/editfns.c:2456 2456 validate_region (&start, &end); We are failing to communicate -- this did not answer the question. >> What Lisp code called it in frame 77? (gdb) frame 77 #77 0x08159558 in Fbuffer_substring (start=0, end=24) at [...]/cvs-HEAD/emacs/src/editfns.c:2456 2456 validate_region (&start, &end); Likewise failing to communicate. >> What command is being called there, with what argument? #49 0x08161eb1 in Ffuncall (nargs=2, args=0xbf8834e0) at [...]/cvs-HEAD/emacs/src/eval.c:3074 3074 val = funcall_lambda (fun, numargs, args + 1); This does not show what command is being called.