From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: GNU Emacs crashes with longlines-mode and outline-mode Date: Mon, 24 Sep 2007 08:03:03 +0100 Message-ID: <46F76127.6020300@gnu.org> 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=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190618990 8167 80.91.229.12 (24 Sep 2007 07:29:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2007 07:29:50 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, r.thiel@uni-jena.de To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 24 09:29:45 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 1IZiNz-0003bk-Im for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 09:29:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZiNw-0004cf-RL for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 03:29:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZiMj-0003he-Gf for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:28:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZiMg-0003eo-VH for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:28:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZiMg-0003ei-9t for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:28:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZiMg-0006ZC-1j for emacs-devel@gnu.org; Mon, 24 Sep 2007 03:28:22 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZhy1-0001R0-1I for emacs-pretest-bug@gnu.org; Mon, 24 Sep 2007 03:02:53 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IZhyd-0003Cn-HE for emacs-pretest-bug@gnu.org; Mon, 24 Sep 2007 03:03:32 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IZhya-0003CA-Pf; Mon, 24 Sep 2007 03:03:28 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZhya-00013F-9V; Mon, 24 Sep 2007 03:03:28 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 3D3C450626; Mon, 24 Sep 2007 08:03:27 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <85y7ewk2zz.fsf@lola.goethe.zz> X-detected-kernel: Linux 2.4-2.6 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:79676 gmane.emacs.pretest.bugs:19988 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. > My development versions are unoptimised because of this and other debugging problems.