From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Gustav_Wikstr=F6m?= Newsgroups: gmane.emacs.devel Subject: Re: BUG: Emacs crashes due to org-mode parameter org-indent-mode Date: Fri, 23 Dec 2011 09:37:08 +0100 Message-ID: References: <8339cbzogq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f3bb08d87d5f204b4be52a0 X-Trace: dough.gmane.org 1324634694 21284 80.91.229.12 (23 Dec 2011 10:04:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2011 10:04:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 23 11:04:50 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 1Re1zd-0004Ob-CE for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2011 11:04:49 +0100 Original-Received: from localhost ([::1]:49200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re1zc-0006SE-Tk for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2011 05:04:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re0cv-0001dB-N5 for emacs-devel@gnu.org; Fri, 23 Dec 2011 03:37:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re0cp-0007Fa-MF for emacs-devel@gnu.org; Fri, 23 Dec 2011 03:37:17 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:50554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re0cm-0007F4-Q2; Fri, 23 Dec 2011 03:37:08 -0500 Original-Received: by iacb35 with SMTP id b35so15446419iac.0 for ; Fri, 23 Dec 2011 00:37:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/lU+vz7uBtxsYUoDWPn86Lnh2kSUouMuB2mpugrg3pY=; b=P/1E3t1Andfg1z/Ose9aHSYhIeUW3wzVRFTVqMalUN6C6QI63zpw48pNwUjE+NupWg ICXcpu/d570hKKCpnXEzYiwkM8d7JtTgJ9OhuBPlEMLh8XblEU2LXZU9r0R+dZ5U4KRb YtgT1ASUt2dmn9xHvZZGX2o5/2v/qaFHt8Pm0= Original-Received: by 10.50.77.129 with SMTP id s1mr12421799igw.25.1324629428262; Fri, 23 Dec 2011 00:37:08 -0800 (PST) Original-Received: by 10.231.229.73 with HTTP; Fri, 23 Dec 2011 00:37:08 -0800 (PST) In-Reply-To: <8339cbzogq.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-Mailman-Approved-At: Fri, 23 Dec 2011 05:04:46 -0500 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:146940 Archived-At: --e89a8f3bb08d87d5f204b4be52a0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Missed one step in the reproduce-description, see now. It is corrected below, do you still want me to resend the bug? 2011/12/23 Eli Zaretskii > > Date: Fri, 23 Dec 2011 00:04:17 +0100 > > From: Gustav Wikstr=F6m > > > > The problem occurs when org-indent-mode is on in indirect buffers in 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 emacs > > 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. > > > > The problem should be reproducible with the following: > > > > - 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 > - C-x 0 (close the direct buffer to make the indirect buffer the default one) > > - 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. > --e89a8f3bb08d87d5f204b4be52a0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Missed one step in the reproduce-description, see now.

I= t is corrected below, do you still want me to resend the bug?

2011/12/23 Eli Zaretskii <eliz@gnu.org>
> Date: Fri, 23 Dec 2011 00:04:17 +0100 > From: Gustav Wikstr=F6m <g= ustav.erik@gmail.com>
>
> The problem occurs when org-indent-mode is on in indirect buffers in a= n
> org-mode file (after using the command "org-tree-to-indirect-buff= er" (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 em= acs
> crashes on the call to the c-function "overlay-put" when exe= cuting
> org-cycle. I however don't have and debug-trace.. sorry for that.<= br> >
> The problem should be reproducible with the following:
>
> - 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

- C-x 0 (close the direct buffer to make the indirect buffer the d= efault one)
=A0
> - 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. =A0In particular, TAB does what I expect: cycles
the tree display.

Could you please post a short Org file where you get the crash? =A0Also, please make sure that the above is the _exact_ series of steps needed
to reproduce the crash. =A0Finally, please post all that to
bug-gnu-emacs@gnu.org (using &= quot;M-x report-emacs-bug RET", if possible),
so that the Emacs bug tracker files this as a bug report.

Thanks.

--e89a8f3bb08d87d5f204b4be52a0--