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