GNU bug report logs -
#63633
Emacs becomes unresponsive when trying to ssh into localhost (MacOS)
Previous Next
Reported by: Arteen Abrishami <arteen1000 <at> gmail.com>
Date: Sun, 21 May 2023 22:12:02 UTC
Severity: normal
Tags: notabug
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> On May 22, 2023, at 1:14 AM, Michael Albinus <michael.albinus <at> gmx.de> wrote:
Hi Michael,
>
> --8<---------------cut here---------------start------------->8---
> # emacs -Q --eval '(setq tramp-verbose 10)' /ssh:user <at> localhost#2222:/
> --8<---------------cut here---------------end--------------->8—
>
Here’s the trace:
‘''
backtrace()
tramp-error(nil quit "")
tramp-signal-hook-function(quit nil)
signal(quit nil)
tramp-maybe-open-connection((tramp-file-name "ssh" "cs111" nil "localhost" "2222" "/" nil))
tramp-send-command((tramp-file-name "ssh" "cs111" nil "localhost" "2222" "/" nil) "test 0 2>/dev/null; echo tramp_exit_status $?")
tramp-send-command-and-check((tramp-file-name "ssh" "cs111" nil "localhost" "2222" "/" nil) "test 0")
tramp-get-test-command((tramp-file-name "ssh" "cs111" nil "localhost" "2222" "/" nil))
tramp-run-test((tramp-file-name "ssh" "cs111" nil "localhost" "2222" "/" nil) "-d" "/")
tramp-sh-handle-file-directory-p("/ssh:cs111 <at> localhost#2222:/")
tramp-sh-file-name-handler(file-directory-p "/ssh:cs111 <at> localhost#2222:/")
apply(tramp-sh-file-name-handler file-directory-p "/ssh:cs111 <at> localhost#2222:/")
tramp-file-name-handler(file-directory-p "/ssh:cs111 <at> localhost#2222:/")
file-directory-p("/ssh:cs111 <at> localhost#2222:/")
find-file-noselect("/ssh:cs111 <at> localhost#2222:/")
command-line-1(("--eval" "(setq tramp-verbose 10)" "/ssh:cs111 <at> localhost#2222:/"))
command-line()
normal-top-level()
‘''
I also confirmed that an ssh from my terminal outside of emacs works.
This bug report was last modified 1 year and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.