[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Get "Args out of range" on remote file loaded with tramp on emacs 27
From: |
Steinar Bang |
Subject: |
Re: Get "Args out of range" on remote file loaded with tramp on emacs 27 on debian |
Date: |
Sun, 19 Sep 2021 10:36:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) |
>>>>> Stefan Monnier via Users list for the GNU Emacs text editor
>>>>> <help-gnu-emacs@gnu.org>:
> If you `M-x toggle-debug-on-error RET` are you able to get a backtrace?
> That would help narrow down the problem.
Thanks, here's the stack trace:
Debugger entered--Lisp error: (args-out-of-range 1628771269 -1 0)
set-visited-file-modtime(1628771269)
apply(set-visited-file-modtime 1628771269)
tramp-run-real-handler(set-visited-file-modtime (1628771269))
tramp-sh-handle-set-visited-file-modtime(nil)
apply(tramp-sh-handle-set-visited-file-modtime nil)
tramp-sh-file-name-handler(set-visited-file-modtime nil)
apply(tramp-sh-file-name-handler set-visited-file-modtime nil)
tramp-file-name-handler(set-visited-file-modtime nil)
set-visited-file-modtime()
#f(compiled-function () #<bytecode 0x15929a718f4d>)()
tramp-handle-insert-file-contents(#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile"
1 4 (tramp-default t)) t nil nil nil)
apply(tramp-handle-insert-file-contents
(#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile" 1 4
(tramp-default t)) t nil nil nil))
tramp-sh-file-name-handler(insert-file-contents
#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile" 1 4
(tramp-default t)) t nil nil nil)
apply(tramp-sh-file-name-handler insert-file-contents
(#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile" 1 4
(tramp-default t)) t nil nil nil))
tramp-file-name-handler(insert-file-contents
#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile" 1 4
(tramp-default t)) t nil nil nil)
insert-file-contents(#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile"
1 4 (tramp-default t)) t)
find-file-noselect-1(#<buffer somefile>
#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile" 1 4
(tramp-default t)) nil nil
#("/scp:myuser@somehost.somedomain.com:/home/myuser/somefile" 1 4
(tramp-default t)) (414310 (-1 . 1)))
find-file-noselect(#("/scp:myuser@somehost.somedomain.com:somefile" 1 4
(tramp-default t)) nil nil t)
find-file(#("/scp:myuser@somehost.somedomain.com:somefile" 1 4 (tramp-default
t)) t)
funcall-interactively(find-file
#("/scp:myuser@somehost.somedomain.com:somefile" 1 4 (tramp-default t)) t)
call-interactively(find-file nil nil)
command-execute(find-file)