help-gnu-emacs
[Top][All Lists]
Advanced

[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: Eli Zaretskii
Subject: Re: Get "Args out of range" on remote file loaded with tramp on emacs 27 on debian
Date: Sun, 19 Sep 2021 11:55:27 +0300

> From: Steinar Bang <sb@dod.no>
> Date: Sun, 19 Sep 2021 10:36:01 +0200
> 
> >>>>> 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)

If you read the doc string of set-visited-file-modtime, you will see
that an argument of 1628771269 is invalid.

>   apply(set-visited-file-modtime 1628771269)
>   tramp-run-real-handler(set-visited-file-modtime (1628771269))
>   tramp-sh-handle-set-visited-file-modtime(nil)

Are you using an old version of Tramp?  It seems like Tramp calls
set-visited-file-modtime with a time value that is no longer supported
in Emacs 27.

In any case, I think you should submit a bug report, this place is not
where such issues should be discussed.



reply via email to

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