* Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)]
@ 2010-01-10 18:06 Per Unneberg
2010-01-10 21:31 ` Eric Schulte
0 siblings, 1 reply; 3+ messages in thread
From: Per Unneberg @ 2010-01-10 18:06 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)]
2010-01-10 18:06 Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)] Per Unneberg
@ 2010-01-10 21:31 ` Eric Schulte
2010-01-10 22:30 ` Per Unneberg
0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2010-01-10 21:31 UTC (permalink / raw)
To: Per Unneberg; +Cc: emacs-orgmode
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 <per.unneberg@ki.se> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-10 22:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10 18:06 Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)] Per Unneberg
2010-01-10 21:31 ` Eric Schulte
2010-01-10 22:30 ` Per Unneberg
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).