GNU bug report logs -
#24395
auto-revert-remote-files freezes emacs (Windows 64-bit)
Previous Next
Reported by: Andreas Nilsson <an <at> bahnhof.se>
Date: Thu, 8 Sep 2016 15:59:01 UTC
Severity: normal
Tags: moreinfo, wontfix
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24395 in the body.
You can then email your comments to 24395 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Thu, 08 Sep 2016 15:59:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Nilsson <an <at> bahnhof.se>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 08 Sep 2016 15:59:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This happens for me on two different computers, Windows 10 and Windows
8.1. I don’t know what more info to provide than “it happens”, I can
provide stacktraces on some scenarios but not on all since C-g doesn’t
work all the time.
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Fri, 09 Sep 2016 07:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Andreas Nilsson <an <at> bahnhof.se> writes:
Hi Andreas,
> This happens for me on two different computers, Windows 10 and Windows
> 8.1. I don’t know what more info to provide than “it happens”, I can
> provide stacktraces on some scenarios but not on all since C-g doesn’t
> work all the time.
Could you, please, provide more details? Which Emacs version are you
using?
Is it reproducible? In case of yes, do you have a recipe that we
could reproduce it? Do you apply auto-revert-mode on buffers related to
remote files?
Does it also happen when you start "emacs -Q", that means with out
evaluating your .emacs or init.el file?
Thanks, and best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Fri, 09 Sep 2016 16:43:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 24395 <at> debbugs.gnu.org (full text, mbox):
The freeze happens for example when opening files using Tramp+plink in
Dired. Tested Emacs 24.5 and 25.0.94.2 (64-bit precompiled for Windows).
Regarding auto-revert-mode: Yes I have global-auto-revert-mode set to t.
"runemacs.exe -Q" makes this variable (auto-revert-remote-files) not
show up with customize-variable.
I reproduce this bug by going into Dired+Tramp+plink and select file
after file doing C-o for each one, Emacs eventually hangs.
Kind regards,
Andreas
Den 2016-09-09 kl. 09:55, skrev Michael Albinus:
> Andreas Nilsson <an <at> bahnhof.se> writes:
>
> Hi Andreas,
>
>> This happens for me on two different computers, Windows 10 and Windows
>> 8.1. I don’t know what more info to provide than “it happens”, I can
>> provide stacktraces on some scenarios but not on all since C-g doesn’t
>> work all the time.
> Could you, please, provide more details? Which Emacs version are you
> using?
>
> Is it reproducible? In case of yes, do you have a recipe that we
> could reproduce it? Do you apply auto-revert-mode on buffers related to
> remote files?
>
> Does it also happen when you start "emacs -Q", that means with out
> evaluating your .emacs or init.el file?
>
> Thanks, and best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Sun, 11 Sep 2016 10:24:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Andreas Nilsson <an <at> bahnhof.se> writes:
> "runemacs.exe -Q" makes this variable (auto-revert-remote-files) not
> show up with customize-variable.
Please call "runemacs.exe -Q -l autorevert" then, and change
`auto-revert-remote-files' to t in the Customization. Could you still
repoduce the problem?
And what is the value of `auto-revert-use-notify'?
> Kind regards,
> Andreas
Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Sun, 11 Sep 2016 11:57:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 24395 <at> debbugs.gnu.org (full text, mbox):
runemacs.exe -Q -l autorevert
version 25.0.94.2 (x86_64-w64-mingw32)
Set global-auto-revert-mode and auto-revert-remote-files both to t and do:
C-x d /plink:SOMEHOST:/home/blah
Open lots of files with C-o until Emacs goes into escapable freeze. From
what I tested the freeze is escapable with C-g using -Q but what I
experienced with no -Q was that it locked up Emacs most of the time not
escapable.
auto-revert-use-notify is nil
Den 2016-09-11 kl. 12:23, skrev Michael Albinus:
> Andreas Nilsson <an <at> bahnhof.se> writes:
>
>> "runemacs.exe -Q" makes this variable (auto-revert-remote-files) not
>> show up with customize-variable.
> Please call "runemacs.exe -Q -l autorevert" then, and change
> `auto-revert-remote-files' to t in the Customization. Could you still
> repoduce the problem?
>
> And what is the value of `auto-revert-use-notify'?
>
>> Kind regards,
>> Andreas
> Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Tue, 13 Sep 2016 12:42:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Andreas Nilsson <an <at> bahnhof.se> writes:
Hi Andreas,
> runemacs.exe -Q -l autorevert
>
> version 25.0.94.2 (x86_64-w64-mingw32)
>
> Set global-auto-revert-mode and auto-revert-remote-files both to t and do:
>
> C-x d /plink:SOMEHOST:/home/blah
>
> Open lots of files with C-o until Emacs goes into escapable
> freeze. From what I tested the freeze is escapable with C-g using -Q
> but what I experienced with no -Q was that it locked up Emacs most of
> the time not escapable.
How many files have you opened (you say "lots of files")? Could it be
that you haved stressed poor little Emacs too much, out of what is a
fair use? Every remote file in auto-revert-mode needs to be polled every
5 seconds for changes.
How does it work, if you increase auto-revert-interval to a larger
number, say 20?
Could you bisect your init file in order to find the culprit which makes
Emacs unresponsible for C-g?
Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Tue, 27 Sep 2016 10:55:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Michael Albinus <michael.albinus <at> gmx.de> writes:
> How many files have you opened (you say "lots of files")? Could it be
> that you haved stressed poor little Emacs too much, out of what is a
> fair use? Every remote file in auto-revert-mode needs to be polled every
> 5 seconds for changes.
>
> How does it work, if you increase auto-revert-interval to a larger
> number, say 20?
>
> Could you bisect your init file in order to find the culprit which makes
> Emacs unresponsible for C-g?
Ping.
Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Sat, 01 Oct 2016 13:18:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Den Tue, 27 Sep 2016 12:54:38 +0200
skrev Re: bug#24395: auto-revert-remote-files freezes emacs (Windows
64-bit):
> Michael Albinus <michael.albinus <at> gmx.de> writes:
>
> > How many files have you opened (you say "lots of files")? Could it
> > be that you haved stressed poor little Emacs too much, out of what
> > is a fair use? Every remote file in auto-revert-mode needs to be
> > polled every 5 seconds for changes.
> >
> > How does it work, if you increase auto-revert-interval to a larger
> > number, say 20?
> >
> > Could you bisect your init file in order to find the culprit which
> > makes Emacs unresponsible for C-g?
>
> Ping.
>
> Best regards, Michael.
Hello!
I just tried the same thing with Tramp+SCP in Arch, nothing to report.
I guess this is a problem with Plink and Tramp toghether (Windows).
Maybe the bug is not at all in Emacs but instead in Plink? At least
this is reported as a problem, I will keep in touch if I experience
anything using SCP.
Regards,
Andreas
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Sun, 02 Oct 2016 09:12:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Den Tue, 27 Sep 2016 12:54:38 +0200
skrev Re: bug#24395: auto-revert-remote-files freezes emacs (Windows
64-bit):
> Michael Albinus <michael.albinus <at> gmx.de> writes:
>
> > How many files have you opened (you say "lots of files")? Could it
> > be that you haved stressed poor little Emacs too much, out of what
> > is a fair use? Every remote file in auto-revert-mode needs to be
> > polled every 5 seconds for changes.
> >
> > How does it work, if you increase auto-revert-interval to a larger
> > number, say 20?
> >
> > Could you bisect your init file in order to find the culprit which
> > makes Emacs unresponsible for C-g?
>
> Ping.
>
> Best regards, Michael.
Hello again.
I have to re-open this one because it was my bad, Emacs actually locks
up still when using this option... Is it not locking up for you?
I somehow made Emacs not have this behaviour even though they are both
set to t, that is global-auto-revert-mode and auto-revert-remote-files,
what could be wrong now?
Regards,
Andreas
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Mon, 03 Oct 2016 09:06:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Andreas Nilsson <an <at> bahnhof.se> writes:
> Hello!
Hi Andreas,
> I just tried the same thing with Tramp+SCP in Arch, nothing to report.
> I guess this is a problem with Plink and Tramp toghether (Windows).
> Maybe the bug is not at all in Emacs but instead in Plink? At least
> this is reported as a problem, I will keep in touch if I experience
> anything using SCP.
Wich PuTTY version are you using? 0.63 as a problem which also affects
Tramp, see
<https://groups.google.com/forum/#!msg/comp.security.ssh/F1B9Gr9SzoQ/Pm2JhPKcNVkJ>
> Regards,
> Andreas
Best reards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Mon, 03 Oct 2016 09:11:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Andreas Nilsson <an <at> bahnhof.se> writes:
> Hello again.
Hi Andreas,
> I somehow made Emacs not have this behaviour even though they are both
> set to t, that is global-auto-revert-mode and auto-revert-remote-files,
> what could be wrong now?
I cannot say too much about; I don't use MS Windows. Sorry.
> Regards,
> Andreas
Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24395
; Package
emacs
.
(Thu, 24 Nov 2016 15:39:02 GMT)
Full text and
rfc822 format available.
Message #38 received at 24395 <at> debbugs.gnu.org (full text, mbox):
Michael Albinus <michael.albinus <at> gmx.de> writes:
Ping.
> Andreas Nilsson <an <at> bahnhof.se> writes:
>
> Hi Andreas,
>
>> runemacs.exe -Q -l autorevert
>>
>> version 25.0.94.2 (x86_64-w64-mingw32)
>>
>> Set global-auto-revert-mode and auto-revert-remote-files both to t and do:
>>
>> C-x d /plink:SOMEHOST:/home/blah
>>
>> Open lots of files with C-o until Emacs goes into escapable
>> freeze. From what I tested the freeze is escapable with C-g using -Q
>> but what I experienced with no -Q was that it locked up Emacs most of
>> the time not escapable.
>
> How many files have you opened (you say "lots of files")? Could it be
> that you haved stressed poor little Emacs too much, out of what is a
> fair use? Every remote file in auto-revert-mode needs to be polled every
> 5 seconds for changes.
>
> How does it work, if you increase auto-revert-interval to a larger
> number, say 20?
>
> Could you bisect your init file in order to find the culprit which makes
> Emacs unresponsible for C-g?
>
> Best regards, Michael.
Added tag(s) moreinfo.
Request was from
Michael Albinus <michael.albinus <at> gmx.de>
to
control <at> debbugs.gnu.org
.
(Tue, 29 Nov 2016 08:21:01 GMT)
Full text and
rfc822 format available.
Added tag(s) wontfix.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 08 Jan 2019 19:36:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
24395 <at> debbugs.gnu.org and Andreas Nilsson <an <at> bahnhof.se>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 08 Jan 2019 19:36:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 06 Feb 2019 12:24:20 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 136 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.