From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: BUG: Emacs crashes due to org-mode parameter org-indent-mode Date: Fri, 23 Dec 2011 10:23:01 +0200 Message-ID: <8339cbzogq.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1324628655 16617 80.91.229.12 (23 Dec 2011 08:24:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2011 08:24:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Gustav =?iso-8859-1?Q?Wikstr=F6m?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 23 09:24:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Re0QE-0000ZV-HV for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2011 09:24:10 +0100 Original-Received: from localhost ([::1]:36663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re0QD-0008Fn-US for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2011 03:24:09 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:46165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re0Q6-00089p-Dw for emacs-devel@gnu.org; Fri, 23 Dec 2011 03:24:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re0Q0-0005Wj-6r for emacs-devel@gnu.org; Fri, 23 Dec 2011 03:24:02 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:43514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re0Pz-0005Wf-VC for emacs-devel@gnu.org; Fri, 23 Dec 2011 03:23:56 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LWN00H00DXYH900@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Fri, 23 Dec 2011 10:23:02 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.233.41]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LWN00HPSDYCG720@a-mtaout21.012.net.il>; Fri, 23 Dec 2011 10:23:02 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146939 Archived-At: > Date: Fri, 23 Dec 2011 00:04:17 +0100 > From: Gustav Wikstr=F6m >=20 > The problem occurs when org-indent-mode is on in indirect buffers i= n an > org-mode file (after using the command "org-tree-to-indirect-buffer= " (C-c > C-x b) on a headline with some sub-information) and org-cycle (tab)= is done > on the first line. This breaks my emacs. I've reasoned out that ema= cs > crashes on the call to the c-function "overlay-put" when executing > org-cycle. I however don't have and debug-trace.. sorry for that. >=20 > The problem should be reproducible with the following: >=20 > - Start emacs without any initial settings (runemacs.exe -q) > - Open an org-mode file > - M-x org-indent-mode > - C-c C-x b on a heading in the file > - tab I tried this recipe on MS-Windows, both with Emacs 24.0.92 and with the current trunk, with some random Org file I have, and I cannot reproduce the crash. In particular, TAB does what I expect: cycles the tree display. Could you please post a short Org file where you get the crash? Also= , please make sure that the above is the _exact_ series of steps needed to reproduce the crash. Finally, please post all that to bug-gnu-emacs@gnu.org (using "M-x report-emacs-bug RET", if possible)= , so that the Emacs bug tracker files this as a bug report. Thanks.