GNU bug report logs - #5633
23.1.92; *compilation* hangs and fails to scroll

Previous Next

Package: emacs;

Reported by: "Marshall, Simon" <Simon.Marshall <at> misys.com>

Date: Tue, 23 Feb 2010 15:53:02 UTC

Severity: normal

Tags: moreinfo

Done: Lars Ingebrigtsen <larsi <at> gnus.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 5633 in the body.
You can then email your comments to 5633 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 owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Tue, 23 Feb 2010 15:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Marshall, Simon" <Simon.Marshall <at> misys.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 23 Feb 2010 15:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Marshall, Simon" <Simon.Marshall <at> misys.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 23.1.92; *compilation* hangs and fails to scroll
Date: Tue, 23 Feb 2010 15:28:04 -0000
[Message part 1 (text/plain, inline)]
This is a re-emergence of bug 2223 filed against 23.0.91 and (ISTR)
subsequently fixed.

You will need a Makefile that is going to output a long line.  This
works for me:

all:
	@echo the 2+K char very long line copied from my real makefile

Now emacs -Q and eval in *scratch*

(setq compilation-scroll-output t)
(setq special-display-frame-alist nil)
(setq compile-frame-alist
      (append '((width . 150) (height . 15))
	      '((left . 25) (top . 75))
	      '((menu-bar-lines . 1))
	      special-display-frame-alist))
(setq special-display-buffer-names
      (list (cons "*compilation*" compile-frame-alist)))

Now do Tools > Compile... RET and I see Emacs create the *compilation*
window frame and insert chunks of the echo output before eventually not
scrolling the *compilation* window.  It doesn't stop scrolling at the
same time with each recompile.

Simon.

In GNU Emacs 23.1.92.1 (sparc-sun-solaris2.8, Motif Version 2.1.0)
 of 2010-02-01 on risksun2
Windowing system distributor `Hummingbird Ltd.', version 11.0.100015
configured using `configure  '--without-makeinfo'
'--x-includes=/usr/openwin/include:/usr/dt/include:/usr/local/include:/u
sr/local/X11/include'
'--x-libraries=/usr/openwin/lib:/usr/dt/lib:/usr/local/lib:/usr/local/X1
1/lib' '--with-x-toolkit=motif' '--with-jpeg=no' '--with-gif=no'
'--with-tiff=no''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t



"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 
[Message part 2 (text/html, inline)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Sat, 06 Mar 2010 19:11:02 GMT) Full text and rfc822 format available.

Message #8 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Marshall\, Simon" <Simon.Marshall <at> misys.com>
Cc: 5633 <at> debbugs.gnu.org
Subject: Re: 23.1.92; *compilation* hangs and fails to scroll
Date: Sat, 06 Mar 2010 14:10:32 -0500
> Now do Tools > Compile... RET and I see Emacs create the *compilation*
> window frame and insert chunks of the echo output before eventually not
> scrolling the *compilation* window.  It doesn't stop scrolling at the
> same time with each recompile.

I can't reproduce this.  Could you send the Makefile as an attachment?




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Tue, 16 Mar 2010 10:03:01 GMT) Full text and rfc822 format available.

Message #11 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: "Marshall, Simon" <Simon.Marshall <at> misys.com>
To: "Chong Yidong" <cyd <at> stupidchicken.com>
Cc: 5633 <at> debbugs.gnu.org
Subject: RE: 23.1.92; *compilation* hangs and fails to scroll
Date: Tue, 16 Mar 2010 10:00:04 -0000
[Message part 1 (text/plain, inline)]
> I can't reproduce this.  Could you send the Makefile as an attachment?

Plz find attached the .emacs and Makefile.  With the .emacs, start
emacs, navigate to the directory with the Makefile and do Tools >
Compile... RET.  I see point stuck at 1496 in *compilation*.  I can
reproduce this with 23.1.94.

Simon.



"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 
[5633.tgz (application/x-compressed, attachment)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Tue, 16 Mar 2010 15:58:02 GMT) Full text and rfc822 format available.

Message #14 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Marshall\, Simon" <Simon.Marshall <at> misys.com>
Cc: 5633 <at> debbugs.gnu.org
Subject: Re: 23.1.92; *compilation* hangs and fails to scroll
Date: Tue, 16 Mar 2010 11:57:23 -0400
"Marshall, Simon" <Simon.Marshall <at> misys.com> writes:

>> I can't reproduce this.  Could you send the Makefile as an attachment?
>
> Plz find attached the .emacs and Makefile.  With the .emacs, start
> emacs, navigate to the directory with the Makefile and do Tools >
> Compile... RET.  I see point stuck at 1496 in *compilation*.  I can
> reproduce this with 23.1.94.

Hmm, I still can't reproduce this.  The *compilation* buffer ends up
being like this:

=======================
....
wpnp.o ./ybindiffcapp.o ./yccap_ext_ycbarp.o ./yccap_fxbarp.o
./yccap_irbarp.o ./yccapp.o ./ycrvswpn.o ./ydiffcapp.o
./YieldFixedSide.o

Compilation finished at Tue Mar 16 11:55:58

^
=======================

With point at position indicated by ^.  I assume this is not what you
see...




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Tue, 16 Mar 2010 16:33:01 GMT) Full text and rfc822 format available.

Message #17 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: "Marshall, Simon" <Simon.Marshall <at> misys.com>
To: "Chong Yidong" <cyd <at> stupidchicken.com>
Cc: 5633 <at> debbugs.gnu.org
Subject: RE: 23.1.92; *compilation* hangs and fails to scroll
Date: Tue, 16 Mar 2010 16:31:18 -0000
> Hmm, I still can't reproduce this.  The *compilation* buffer ends up
> being like this:
> 
> =======================
> ....
> wpnp.o ./ybindiffcapp.o ./yccap_ext_ycbarp.o ./yccap_fxbarp.o
> ./yccap_irbarp.o ./yccapp.o ./ycrvswpn.o ./ydiffcapp.o
> ./YieldFixedSide.o
> 
> Compilation finished at Tue Mar 16 11:55:58
> 
> ^
> =======================
> 
> With point at position indicated by ^.  I assume this is not what you
> see...

No, it isn't, point is left in the middle of the long line.

Perhaps this is a timing issue, eg, something specific to reading
asynchronously/inserting into the buffer on solaris.

Is there anything I can do to help track it down?

I already tried x-synchronize, but more in hope than anything.


"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Tue, 16 Mar 2010 17:36:01 GMT) Full text and rfc822 format available.

Message #20 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: "Marshall\, Simon" <Simon.Marshall <at> misys.com>
Cc: 5633 <at> debbugs.gnu.org
Subject: Re: bug#5633: 23.1.92; *compilation* hangs and fails to scroll
Date: Tue, 16 Mar 2010 13:35:05 -0400
May I close bug#21, since it seems to be replaced by this one?
The former is largely off-topic anyway.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Wed, 17 Mar 2010 09:19:01 GMT) Full text and rfc822 format available.

Message #23 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: "Marshall, Simon" <Simon.Marshall <at> misys.com>
To: "Glenn Morris" <rgm <at> gnu.org>
Cc: 5633 <at> debbugs.gnu.org
Subject: RE: bug#5633: 23.1.92; *compilation* hangs and fails to scroll
Date: Wed, 17 Mar 2010 09:18:07 -0000
> May I close bug#21, since it seems to be replaced by this one?

Yes, thanks.

> The former is largely off-topic anyway.

Well, it wasn't to begin with.  I was unfortunate enough to raise it
during a row elsewhere about raised bug emails.


"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Wed, 17 Mar 2010 16:10:03 GMT) Full text and rfc822 format available.

Message #26 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: "Marshall\, Simon" <Simon.Marshall <at> misys.com>
Cc: 5633 <at> debbugs.gnu.org
Subject: Re: bug#5633: 23.1.92; *compilation* hangs and fails to scroll
Date: Wed, 17 Mar 2010 12:09:07 -0400
"Marshall, Simon" wrote:

>> May I close bug#21, since it seems to be replaced by this one?
>
> Yes, thanks.
>
>> The former is largely off-topic anyway.
>
> Well, it wasn't to begin with.  I was unfortunate enough to raise it
> during a row elsewhere about raised bug emails.

Absolutely, I didn't mean to imply it was your fault at all.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Mon, 31 Jan 2022 17:07:02 GMT) Full text and rfc822 format available.

Message #29 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "Marshall, Simon" <Simon.Marshall <at> misys.com>
Cc: Chong Yidong <cyd <at> stupidchicken.com>, 5633 <at> debbugs.gnu.org
Subject: Re: bug#5633: 23.1.92; *compilation* hangs and fails to scroll
Date: Mon, 31 Jan 2022 18:06:00 +0100
"Marshall, Simon" <Simon.Marshall <at> misys.com> writes:

>> With point at position indicated by ^.  I assume this is not what you
>> see...
>
> No, it isn't, point is left in the middle of the long line.
>
> Perhaps this is a timing issue, eg, something specific to reading
> asynchronously/inserting into the buffer on solaris.

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

Are you still seeing this issue in more recent versions of Emacs or the
operating systems you're using it on?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 31 Jan 2022 17:07:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5633; Package emacs. (Tue, 01 Mar 2022 15:46:01 GMT) Full text and rfc822 format available.

Message #34 received at 5633 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "Marshall, Simon" <Simon.Marshall <at> misys.com>
Cc: Chong Yidong <cyd <at> stupidchicken.com>, 5633 <at> debbugs.gnu.org
Subject: Re: bug#5633: 23.1.92; *compilation* hangs and fails to scroll
Date: Tue, 01 Mar 2022 16:45:38 +0100
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Are you still seeing this issue in more recent versions of Emacs or the
> operating systems you're using it on?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 5633 <at> debbugs.gnu.org and "Marshall, Simon" <Simon.Marshall <at> misys.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 01 Mar 2022 15:46: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, 30 Mar 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 99 days ago.

Previous Next


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