From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Crash in "GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600) of 2012-05-17 on MARVIN" when jumpin to end of long lines of org-mode file Date: Fri, 01 Jun 2012 10:41:40 -0400 Message-ID: <11446.1338561700@alphaville> References: <4FC8A81F.9060204@online.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaT30-0000B2-9L for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 10:41:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaT2v-0001xO-2e for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 10:41:49 -0400 Received: from g6t0187.atlanta.hp.com ([15.193.32.64]:6198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaT2u-0001vQ-TZ for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 10:41:44 -0400 In-Reply-To: Message from Rainer Stengele of "Fri, 01 Jun 2012 13:31:43 +0200." <4FC8A81F.9060204@online.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org Rainer Stengele wrote: > Hi all, > > I have emacs crashing since several versions. > > Being in org-mode I have a long line like this (following 3 lines concatenated) > > #+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope ("~/org/DIPLAN/DIPLAN.org" "~/org/DIPLAN/DIPLAN.org_archive" "~/org/DIPLAN/Seuffer.org" > "~/org/DIPLAN/ebm-papst.org" "~/org/DIPLAN/PREH.org" "~/org/DIPLAN/PADUA/PADUA.org" "~/org/DIPLAN/PADUA/Lastenheft.org" > "~/org/DIPLAN/PADUA/Pflichtenheft.org" "~/org/DIPLAN/PADUA/Zeitaufschreibung.org") :block 2012-04 > > Point is at the beginning of the line. If I press C-e Emacs crashes reproducably. > > My major mode is "Org", version "Org-mode version 7.8.10 (release_7.8.10-598-g747d71" > > Enabled minor modes: Abbrev Auto-Composition Auto-Compression Auto-Encryption > Blink-Cursor Delete-Selection Display-Time File-Name-Shadow Font-Lock > Global-Font-Lock Icicle Iswitchb Line-Number Minibuffer-Depth-Indicate > Mouse-Wheel Recentf Shell-Dirtrack Show-Paren Transient-Mark > > When I switch to "text-mode" the crashes do not appear anymore! > > How can I track down the reason for the crashes? > Is there a core dump? If so, try running gdb like so: ,---- | $ gdb /path/to/emacs /path/to/core | ... | (gdb) bt `---- to get a backtrace. There is some information about what to do in the emacs manual: (info "(emacs) Checklist") Nick