From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Zuther Subject: Re: Possible bug: Emacs hangs on (require 'org) Date: Fri, 6 Jan 2017 15:30:38 +0100 Message-ID: <80854651-0815-b0a3-c947-b09c85900c04@mzuther.de> 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]:56482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPVXf-00044T-Dd for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 09:30:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPVXa-0002ja-GN for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 09:30:51 -0500 Received: from relay2.mail.vrmd.de ([81.28.224.28]:39059) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cPVXa-0002g9-8J for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 09:30:46 -0500 Received: from [79.196.56.73] (helo=[192.168.178.25]) by relay2.mail.vrmd.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82.1) (envelope-from ) id 1cPVXT-0004o7-Ab for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 15:30:39 +0100 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! 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) 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 -- www.mzuther.de www.radix-musik.de