From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyuan Subject: Org release_9.0 hangs Date: Tue, 17 Jan 2017 13:40:01 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114b10b4c3be0605464ea073 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTYfu-00063v-6i for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 13:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTYft-0007Rq-40 for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 13:40:06 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:38655) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cTYfs-0007Qw-T5 for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 13:40:05 -0500 Received: by mail-wm0-x232.google.com with SMTP id r144so236670914wme.1 for ; Tue, 17 Jan 2017 10:40:03 -0800 (PST) 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" To: "emacs-orgmode@gnu.org" --001a114b10b4c3be0605464ea073 Content-Type: text/plain; charset=UTF-8 Hi all, I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to switch to org release 9.0 from git repos, emacs hangs when starting up, This is what I did for switching to release_9.0 git clone git://orgmode.org/org-mode.git cd org-mode git checkout release_9.0 make autoloads My .emacs is only two lines as follows, and I remove .emacs.d completely to rule out any possible interactions with other packages, (add-to-list 'load-path "~/org-mode/lisp") (add-to-list 'load-path "~/org-mode/contrib/lisp" t) By searching this list, I've found other people experiencing hanging problems. My case is more dramatic, it always happen, even when I try to open an empty org file. Everything seems good for release_8.3.6. The changes introducing in release_9.0 seems to cause the hanging problem. Any suggesting in how to track down the problem? Shiyuan --001a114b10b4c3be0605464ea073 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,
=C2=A0=C2=A0=C2= =A0 I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to sw= itch to org release 9.0 from git repos, emacs hangs when starting up,
<= br>
This is what I did for switching to release_9.0

git c= lone git://orgmode.org/org-mode= .git
cd org-mode
git checkout release_9.0
make autoloads

My .emacs is only two lines as f= ollows, and I remove .emacs.d completely to rule out any possible interacti= ons with other packages,

(add-to-list 'load-path "~/org-mo= de/lisp")
(add-to-list 'load-path "~/org-mode/contrib/lis= p" t)

By searching this list, I've found other p= eople experiencing hanging problems. My case is more dramatic, it always ha= ppen, even when I try to open=C2=A0 an empty org file. Everything seems goo= d for release_8.3.6. The changes introducing in=C2=A0 release_9.0 seems to = cause the hanging problem. Any suggesting in how to track down the problem?= =C2=A0

Shiyuan =C2=A0

--001a114b10b4c3be0605464ea073-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Org release_9.0 hangs Date: Tue, 17 Jan 2017 19:06:49 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d063238ce5b05464f0148 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTZ5z-0006YK-RP for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTZ5y-0004sT-QG for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:07:03 -0500 Received: from mail-ua0-x22f.google.com ([2607:f8b0:400c:c08::22f]:33937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cTZ5y-0004qo-KF for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:07:02 -0500 Received: by mail-ua0-x22f.google.com with SMTP id 35so110004876uak.1 for ; Tue, 17 Jan 2017 11:07:01 -0800 (PST) In-Reply-To: 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" To: Shiyuan , "emacs-orgmode@gnu.org" --001a113d063238ce5b05464f0148 Content-Type: text/plain; charset=UTF-8 Can you recreate the org-mode hangs on the latest commit of the stable (maint) branch? Do git checkout maint instead of git checkout release_9.0. That's said, I have yet to see emacs hang up due to org. I am on the master branch of org. On Tue, Jan 17, 2017 at 1:41 PM Shiyuan wrote: > Hi all, > I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to > switch to org release 9.0 from git repos, emacs hangs when starting up, > > This is what I did for switching to release_9.0 > > git clone git://orgmode.org/org-mode.git > cd org-mode > git checkout release_9.0 > make autoloads > -- Kaushal Modi --001a113d063238ce5b05464f0148 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Can you recreate the org-mode hangs on the latest commit o= f the stable (maint) branch?

Do git checkout maint inste= ad of git checkout release_9.0.

That's said, I= have yet to see emacs hang up due to org. I am on the master branch of org= .

On Tue, Jan 17, 2017 a= t 1:41 PM Shiyuan <gshy2014@gmail.= com> wrote:
Hi a= ll,
=C2=A0=C2=A0=C2=A0 I am using emacs 24.5 = (shipped with Ubuntu 16.04 LTS). When I try to switch to org release 9.0 fr= om git repos, emacs hangs when starting up,

This is what I did for switching to release_9.0

git clone git://org= mode.org/org-mode.git
cd org-mode
git checkout release_9.0
make autoloads=C2=A0
--

Kaushal Modi

--001a113d063238ce5b05464f0148-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: Re: Org release_9.0 hangs Date: Tue, 17 Jan 2017 19:56:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTZsM-0007rS-Sr for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:57:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTZsJ-0000ur-Qe for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:57:02 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:41825) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTZsJ-0000u3-KN for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 14:56:59 -0500 In-reply-to: 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" To: Shiyuan Cc: "emacs-orgmode@gnu.org" Shiyuan writes: > Hi all, > I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to > switch to org release 9.0 from git repos, emacs hangs when starting up, I don't know about tracking down, but I've not experienced any hangs since I turned off the element cache a couple days ago so that might be worth a try in the absence of anything else: : (setq org-element-use-cache nil) Stig From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Zuther Subject: Re: Org release_9.0 hangs Date: Wed, 18 Jan 2017 20:23:44 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTvpu-0002Mh-F4 for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 14:23:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTvpr-0002go-D9 for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 14:23:58 -0500 Received: from relay2.mail.vrmd.de ([81.28.224.28]:36567) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cTvpr-0002c5-6Y for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 14:23:55 -0500 Received: from [79.196.58.168] (helo=[192.168.178.22]) by relay2.mail.vrmd.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82.1) (envelope-from ) id 1cTvph-0004sT-N2 for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 20:23:45 +0100 In-Reply-To: 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" To: emacs-orgmode@gnu.org Hi! My message from two weeks ago ("[O] Possible bug: Emacs hangs on (require 'org)") seems to have missed attention, so here it is again. About every third time I start Emacs, I also experience a very slow startup with org-mode 9.0.3 enabled. I run "GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2016-04-17 on lgw01-04, modified by Debian" on Linux Mint 18.1 Cinnamon. Here is my minimal setup: ;;; Minimal setup to load latest 'org-mode' ;; activate debugging (setq debug-on-error t debug-on-signal nil debug-on-quit nil) ;; add latest org-mode to load path (add-to-list 'load-path "~/.emacs.d/elisp/org_9.0.3/lisp") (require 'org) Adding Possible bug: Emacs hangs on (require 'org) to the end of this setup file doesn't change anything. This bug is solved by disabling my network, but in contrast to Luke , I have access to a fast and stable network. Normal startup time is below one second. When the bug hits, it is around 2 minutes and 7 seconds, which to me looks suspiciously like a typical network timeout of 120 seconds. Martin