emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#5705: closed (23.1.93; recursive load error when


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5705: closed (23.1.93; recursive load error when loading tramp)
Date: Fri, 10 Sep 2010 06:37:02 +0000

Your message dated Fri, 10 Sep 2010 02:39:00 -0400
with message-id <address@hidden>
and subject line Re: bug#5705: 23.1.93; recursive load error when loading tramp
has caused the GNU bug report #5705,
regarding 23.1.93; recursive load error when loading tramp
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
5705: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5705
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.1.93; recursive load error when loading tramp Date: Thu, 11 Mar 2010 16:27:40 +0200 User-agent: KMail/1.12.3 (Linux/2.6.27.5-117.fc10.i686; KDE/4.3.3; i686; ; )
Severity: important

Occasionally, I "break" Emacs after which it starts printing the
following message in the minibuffer in response to any command
requiring it to open a file:

    require: Recursive load: 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp-cmds.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp-cmds.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp-cmds.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp-cmds.elc", 
"/usr/local/share/emacs/23.1.93/lisp/net/tramp.elc"

This includes C-x C-f, C-x C-c and many others.  I.e. after this Emacs
becomes unusable and even impossible to quit cleanly.  I have to kill
it from command line with 'killall emacs'.

I'm pretty certain this is caused by hitting C-g when C-x C-f loads a
directory (I'm using ido-mode, so completions are loaded all the
time).  Looks like some place lacks 'unwind-protect' (or something
else similar to try..finally), so that a feature is marked as loaded
in one place, but not in another.

So, to reproduce:
- enable ido-mode;
- try hitting C-x C-f, navigate into a particularly large directory
  and hit C-g while completion list is being built.

You may need to repeat the second step several times as the bug
doesn't seem to deterministic.

Cannot provide normal standard bug information, because after this
happens practically nothing in Emacs works, including M-x report-bug:
window is opened, but it is empty except for From/To/Subject headers.

This has been happening for quite a lot of time, so this bug is not
something new in recent versions.

Paul




--- End Message ---
--- Begin Message --- Subject: Re: bug#5705: 23.1.93; recursive load error when loading tramp Date: Fri, 10 Sep 2010 02:39:00 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

2010-09-08  Michael Albinus  <michael.albinus at gmx.de>

        Migrate to Tramp 2.2.  Rearrange load dependencies.
        (Bug#1529, Bug#5448, Bug#5705)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]