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 15:14:11 -0400 Message-ID: References: <46F6E479.3070309@gnu.org> <85y7ewk2zz.fsf@lola.goethe.zz> <86k5qgwld0.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190661329 25751 80.91.229.12 (24 Sep 2007 19:15:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2007 19:15:29 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Jason Rumney , 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 21:15:23 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 1IZtOs-0001pD-NY for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 21:15:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZtOq-0005ZF-2A for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 15:15:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZtOQ-0005Kt-P3 for emacs-devel@gnu.org; Mon, 24 Sep 2007 15:14:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZtOO-0005J2-Q1 for emacs-devel@gnu.org; Mon, 24 Sep 2007 15:14:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZtOO-0005It-LL for emacs-devel@gnu.org; Mon, 24 Sep 2007 15:14:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZtOO-0000xL-3J for emacs-devel@gnu.org; Mon, 24 Sep 2007 15:14:52 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IZtNj-0005kJ-5n; Mon, 24 Sep 2007 15:14:11 -0400 X-Spook: militia ASIO Reno 64 Vauxhall Cross clones Ortega PGP M-14 X-Ran: D78f}2u>H~$T.3DImBslCQM$ti`^G%#T0u!ub]9'c'/4VBfIny$49vS_m\LR)[lfDKQ.Q= X-Hue: white X-Attribution: GM In-Reply-To: <86k5qgwld0.fsf@lola.quinscape.zz> (David Kastrup's message of "Mon, 24 Sep 2007 09:52:59 +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:79750 gmane.emacs.pretest.bugs:19995 Archived-At: David Kastrup wrote: > Glenn Morris writes: > >> David Kastrup wrote: >> >>> Have you compiled with -fno-thread-jumps? [...] >> Please could you document this incantation, together with an >> explanation, somewhere in the information on debugging Emacs. > > Have you looked in etc/DEBUG? Yes, I just grepped for the option you originally mentioned... > Oops. So I misremembered the option name: thread-jumping seems > actually harmless. So replace my above question with the same using > -fno-crossjumping. ...which is why I didn't find it. :) Never mind then.