From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: GNU Emacs crashes with longlines-mode and outline-mode Date: Mon, 24 Sep 2007 02:53:48 -0400 Message-ID: References: <46F6E479.3070309@gnu.org> <85y7ewk2zz.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190619052 8380 80.91.229.12 (24 Sep 2007 07:30:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2007 07:30:52 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, r.thiel@uni-jena.de, Jason Rumney To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 24 09:30:47 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 1IZiP0-0003rN-En for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 09:30:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZiOx-0005TM-Fl for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 03:30:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZiOs-0005S0-Qq for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:30:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZiOr-0005Q4-6T for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:30:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZiOq-0005Pn-UW for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:30:37 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZiOq-00078N-OK for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:30:36 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IZhpE-0000tO-GG; Mon, 24 Sep 2007 02:53:48 -0400 X-Spook: event security CIDA high security Steve Case X-Ran: wG|{X0/QZn&V[?Fv)yXP;y#r^aH48/-|D.KVXDNxws]#. X-Hue: green X-Attribution: GM In-Reply-To: <85y7ewk2zz.fsf@lola.goethe.zz> (David Kastrup's message of "Mon, 24 Sep 2007 08:10:24 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: 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:79677 gmane.emacs.pretest.bugs:19989 Archived-At: David Kastrup wrote: > Have you compiled with -fno-thread-jumps? Because otherwise the stack > traceback from failed assertions will be nonsense since gcc will reuse > the same abort call for every assertion. Please could you document this incantation, together with an explanation, somewhere in the information on debugging Emacs. Thanks.