emacs-devel
[Top][All Lists]
Advanced

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

Re: Auto-revert on remote files: disabling timers temporarily?


From: Luc Teirlinck
Subject: Re: Auto-revert on remote files: disabling timers temporarily?
Date: Mon, 31 May 2004 16:06:22 -0500 (CDT)

Michael Albinus wrote:

   > Note that, if I enable autoreverting of remote files, then, even with
   > the new Tramp version, I still get either a hang or an "Invalid base64
   > data" error if I try to visit my second remote file using Tramp-ssh.
   > I have a slow connection.  I do not get crashes any longer, however.

   That's definitely a bug. It would be great if you could produce a
   backtrace, and if you could provide involved Tramp buffers.

Here is a backtrace for the hang (the usual behavior).  I will give a
backtace for the error if I can still reproduce it.  It happens
infrequently.  There _always_ is either a hang or an error however.
The Tramp debug buffer gets messed up by printing auto-revert related
stuff every five seconds.

Debugger entered--Lisp error: (quit)
  accept-process-output(#<process *tramp/ssh raven.dms.auburn.edu*> 1)
  tramp-wait-for-output()
  tramp-send-command-and-check(nil "ssh" nil "raven.dms.auburn.edu" "mimencode 
-b < /home/teirllm/strings.texi" nil)
  tramp-barf-unless-okay(nil "ssh" nil "raven.dms.auburn.edu" "mimencode -b < 
/home/teirllm/strings.texi" nil file-error "Encoding remote file failed, see 
buffer `%s' for details" #<buffer *tramp/ssh raven.dms.auburn.edu*>)
  
tramp-handle-file-local-copy("/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi")
  apply(tramp-handle-file-local-copy 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi")
  tramp-sh-file-name-handler(file-local-copy 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi")
  apply(tramp-sh-file-name-handler file-local-copy 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi")
  tramp-file-name-handler(file-local-copy 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi")
  file-local-copy("/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi")
  
tramp-handle-insert-file-contents("/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi"
 t nil nil nil)
  apply(tramp-handle-insert-file-contents 
("/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi" t nil nil nil))
  tramp-sh-file-name-handler(insert-file-contents 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi" t nil nil nil)
  apply(tramp-sh-file-name-handler insert-file-contents 
("/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi" t nil nil nil))
  tramp-file-name-handler(insert-file-contents 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi" t nil nil nil)
  insert-file-contents("/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi" t)
  \"byte-                                                                       
      code("[inhibit-read-only filename t insert-file-contents] 3)
  find-file-noselect-1(#<buffer strings.texi> 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi" nil nil 
"/ssh:raven.dms.auburn.edu:/home/teirllm/strings.texi" ((38 . 25870) (-1 0)))
  find-file-noselect("/ssh:raven.dms.auburn.edu:strings.texi" nil nil t)
  find-file("/ssh:raven.dms.auburn.edu:strings.texi" t)
  call-interactively(find-file)




reply via email to

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