From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)] Date: Sun, 10 Jan 2010 14:31:58 -0700 Message-ID: <87my0lve7l.fsf@gmail.com> References: <87k4vpsukx.fsf@ki.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NU5OJ-0004kT-Ph for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 16:32:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NU5OE-0004hC-Oj for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 16:32:06 -0500 Received: from [199.232.76.173] (port=51117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU5OE-0004h4-Eh for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 16:32:02 -0500 Received: from mail-gx0-f224.google.com ([209.85.217.224]:58143) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NU5OE-0003Jd-6V for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 16:32:02 -0500 Received: by gxk24 with SMTP id 24so20922159gxk.6 for ; Sun, 10 Jan 2010 13:32:01 -0800 (PST) In-Reply-To: <87k4vpsukx.fsf@ki.se> (Per Unneberg's message of "Sun, 10 Jan 2010 19:06:38 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Per Unneberg Cc: emacs-orgmode@gnu.org Hi Per, I was unable to recreate this issue using the latest Org-mode 6.34 and a recent Emacs build. Maybe it's specific to 64bit machines? Best -- Eric Per Unneberg writes: > Dear list, > > using the latest version of org-mode I noticed that some of my larger > org files containing babel code caused emacs to segfault when doing an > incremental search. The culprit seems to be #+STARTUP: indent. I > managed to reproduce the bug using this minimal .emacs file: > > (setq load-path (cons "~/local/share/emacs/site-lisp/org/lisp" load-path)) > (require 'org-install) > > where load-path points to latest org-mode version. > > * Steps to reproduce using org-babel.org (taken from > eschulte.github.com/org-babel/org-babel.org) > > - change startup line to #+STARTUP: indent: > > - reload file and do an incremental search for "time" (for example) > > This bug is not reproducible with the org-mode version (6.21b) that is > shipped with my emacs, and as far as I can tell, I can't reproduce it > in files without babel blocks. > > * Info > > Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.6) > of 2009-12-14 on localhost > Package: Org-mode version 6.34 (release_6.34.1.g2783) > > > By the way Carsten and developers, thanks for an amazing package! > > Cheers, > > Per > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode