GNU bug report logs - #4957
23.1.50; idlwave activated spuriously

Previous Next

Package: emacs;

Reported by: rms <at> gnu.org

Date: Wed, 18 Nov 2009 20:55:05 UTC

Severity: minor

Tags: moreinfo, unreproducible

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 4957 in the body.
You can then email your comments to 4957 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4957; Package emacs. (Wed, 18 Nov 2009 20:55:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to rms <at> gnu.org:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 18 Nov 2009 20:55:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; idlwave activated spuriously
Date: Wed, 18 Nov 2009 15:47:48 -0500
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting from `emacs -Q':

I just did an update, my first since August,
and byte-recompile-file gave this output at the end:

    Loading system routine info in idle time...
    Failed to convert XML routine info, falling back on idlw-rinfo.
    Could not locate any system routine information.
    Loading system routine info in idle time...done
    Normalizing idlwave-system-routines in idle time...done
    Loading and normalizing library catalogs in idle time...done
    Finishing initialization in idle time...
    Scanning all buffers...

I suspect that some idlwave file does nontrivial actions
when it is merely loaded.



Severity set to 'minor' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 19 Nov 2009 22:15:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4957; Package emacs. (Wed, 25 Nov 2009 00:45:04 GMT) Full text and rfc822 format available.

Message #10 received at 4957 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: rms <at> gnu.org
Cc: 4957 <at> debbugs.gnu.org
Subject: Re: bug#4957: 23.1.50; idlwave activated spuriously
Date: Tue, 24 Nov 2009 19:37:53 -0500
Richard Stallman wrote:

> I suspect that some idlwave file does nontrivial actions when it is
> merely loaded.

emacs -Q -l idlwave

does some work to set up the `idlwave-routines' variable. Is this an
issue? It doesn't change any aspect of Emacs behaviour, it's just
(verbosely) initializing so that it can start up faster when actually
needed.

It only starts doing it if Emacs is idle for
`idlwave-init-rinfo-when-idle-after' seconds (default 10). Change this
variable to 0 and it won't do anything until the information is
actually needed.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4957; Package emacs. (Thu, 26 Nov 2009 06:30:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to rms <at> gnu.org:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 26 Nov 2009 06:30:06 GMT) Full text and rfc822 format available.

Message #15 received at 4957 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4957 <at> debbugs.gnu.org
Subject: Re: bug#4957: 23.1.50; idlwave activated spuriously
Date: Thu, 26 Nov 2009 01:23:09 -0500
    does some work to set up the `idlwave-routines' variable. Is this an
    issue? It doesn't change any aspect of Emacs behaviour, it's just
    (verbosely) initializing so that it can start up faster when actually
    needed.

    It only starts doing it if Emacs is idle for
    `idlwave-init-rinfo-when-idle-after' seconds (default 10).

With that mechanism, this would not get activated during bootstrap,
right?  Either there is a bug in that code, or what I saw was
something else.

Do you see this when you bootstrap?



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4957; Package emacs. (Mon, 30 Nov 2009 06:50:04 GMT) Full text and rfc822 format available.

Message #18 received at 4957 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: rms <at> gnu.org
Cc: 4957 <at> debbugs.gnu.org
Subject: Re: bug#4957: 23.1.50; idlwave activated spuriously
Date: Mon, 30 Nov 2009 01:44:53 -0500
Richard Stallman wrote:

> With that mechanism, this would not get activated during bootstrap,
> right?  Either there is a bug in that code, or what I saw was
> something else.
>
> Do you see this when you bootstrap?

No I don't, because bootstrapping starts a new Emacs instance to
compile every file in a pure environment. They exit when done, so
never hang around for 10 seconds of idle time to allow this code to
run. I thought you said you did a recompile, which is different and
compiles everything in a single Emacs instance.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4957; Package emacs. (Tue, 01 Dec 2009 04:15:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to rms <at> gnu.org:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 01 Dec 2009 04:15:07 GMT) Full text and rfc822 format available.

Message #23 received at 4957 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4957 <at> debbugs.gnu.org
Subject: Re: bug#4957: 23.1.50; idlwave activated spuriously
Date: Mon, 30 Nov 2009 23:10:03 -0500
    No I don't, because bootstrapping starts a new Emacs instance to
    compile every file in a pure environment. They exit when done, so
    never hang around for 10 seconds of idle time to allow this code to
    run. I thought you said you did a recompile, which is different and
    compiles everything in a single Emacs instance.

I think this occurred during a bootstrap.  But I can't be sure
of that memory after the time that has gone by.



Added tag(s) unreproducible and moreinfo. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 01 Dec 2009 21:20:06 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4957; Package emacs. (Wed, 02 Dec 2009 03:15:04 GMT) Full text and rfc822 format available.

Message #28 received at 4957 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: rms <at> gnu.org
Cc: 4957 <at> debbugs.gnu.org
Subject: Re: bug#4957: 23.1.50; idlwave activated spuriously
Date: Tue, 01 Dec 2009 22:08:04 -0500
Richard Stallman wrote:

> I think this occurred during a bootstrap.  But I can't be sure
> of that memory after the time that has gone by.

I can't see how it could happen during bootstrap, and have never seen
it myself. I do see how it could happen with `make recompile' or
something similar.



Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sun, 10 Jul 2011 01:11:02 GMT) Full text and rfc822 format available.

Notification sent to rms <at> gnu.org:
bug acknowledged by developer. (Sun, 10 Jul 2011 01:11:02 GMT) Full text and rfc822 format available.

Message #33 received at 4957-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 4957-done <at> debbugs.gnu.org
Subject: Re: bug#4957: 23.1.50; idlwave activated spuriously
Date: Sat, 09 Jul 2011 21:10:04 -0400
I'm closing this report. I think the details at

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4957

basically explain that there is nothing to do here.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 07 Aug 2011 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.