[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7402: 23.2; loading tramp causes emacs to freeze
From: |
Michael Albinus |
Subject: |
bug#7402: 23.2; loading tramp causes emacs to freeze |
Date: |
Mon, 15 Nov 2010 11:01:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Ben Beecher <benbeecher@gmail.com> writes:
> Emacs Crashes as soon as I load Tramp - to replicate:
>
> emacs -Q
> M-: (require 'tramp)
>
> After requiring tramp emacs freezes. Running top shows that emacs is
> grabbing ram as fast as it can untill I kill it.
What happens, if you don't require Tramp, but open a remote file (or
directory) instead of? Something like
emacs -Q
C-x C-f /ssh::
Furthermore, could you, please, apply (setq debug-on-signal t) before
running the test. Immediately after Tramp hangs, try to kill it with
C-g and show the backtrace.
Best regards, Michael.