GNU bug report logs - #6961
Emacs hangs when scrolling using gnus-summary-next-page on pages with images

Previous Next

Packages: emacs, gnus;

Reported by: Antoine Levitt <antoine.levitt <at> gmail.com>

Date: Wed, 1 Sep 2010 00:30:03 UTC

Severity: normal

Done: Lars Magne 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 6961 in the body.
You can then email your comments to 6961 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#6961; Package emacs. (Wed, 01 Sep 2010 00:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Antoine Levitt <antoine.levitt <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 01 Sep 2010 00:30:04 GMT) Full text and rfc822 format available.

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

From: Antoine Levitt <antoine.levitt <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs hangs when scrolling using gnus-summary-next-page on pages with
	images
Date: Wed, 01 Sep 2010 02:25:16 +0200
Hi,
I'm using gnus with the new gwene service to read RSS, in particular
webcomics. I've had emacs hang in a particularly bad way when scrolling
pages: consuming 100% of CPU and becoming unresponsive.

This bug should be reproducible with any large images. I tested it with
gwene.com.phdcomics and gwene.fr.lemonde.blog.vidberg.

I'm using (not 100% sure which are relevant)
(setq mm-inline-text-html-with-images t)
(setq mm-attachment-override-types '("image/.*"))
(setq w3m-default-display-inline-images t)
(setq w3m-toggle-inline-images-permanently nil)

with latest bzr emacs and CVS emacs-w3m.

Also a bug but far less major, SPC ignores images in the article buffer,
and consequently the scrolling with large images is weird. It's better
(although not perfect) using the standard emacs scrolling commands (C-v
M-v, etc)

Antoine





Reply sent to Lars Magne Ingebrigtsen <larsi <at> gnus.org>:
You have taken responsibility. (Thu, 30 Sep 2010 21:40:05 GMT) Full text and rfc822 format available.

Notification sent to Antoine Levitt <antoine.levitt <at> gmail.com>:
bug acknowledged by developer. (Thu, 30 Sep 2010 21:40:05 GMT) Full text and rfc822 format available.

Message #10 received at 6961-close <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Antoine Levitt <antoine.levitt <at> gmail.com>
Cc: bug-gnu-emacs <at> gnu.org, 6961-close <at> debbugs.gnu.org
Subject: Re: Emacs hangs when scrolling using gnus-summary-next-page on pages
	with images
Date: Thu, 30 Sep 2010 23:42:27 +0200
Antoine Levitt <antoine.levitt <at> gmail.com> writes:

> I'm using gnus with the new gwene service to read RSS, in particular
> webcomics. I've had emacs hang in a particularly bad way when scrolling
> pages: consuming 100% of CPU and becoming unresponsive.
>
> This bug should be reproducible with any large images. I tested it with
> gwene.com.phdcomics and gwene.fr.lemonde.blog.vidberg.
>
> I'm using (not 100% sure which are relevant)
> (setq mm-inline-text-html-with-images t)
> (setq mm-attachment-override-types '("image/.*"))
> (setq w3m-default-display-inline-images t)
> (setq w3m-toggle-inline-images-permanently nil)

In the latest Gnus/Emacs with the new HTML rendering code, this should
no longer be a problem.  And if your Emacs 24 is built with imagemagick
support. images will be scaled down to 90% of the window size, which
fixes some of the scrolling issues.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#6961; Package emacs,gnus. (Thu, 30 Sep 2010 21:41:03 GMT) Full text and rfc822 format available.

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

From: Antoine Levitt <antoine.levitt <at> gmail.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: , bug-gnu-emacs <at> gnu.org, 6961-close <at> debbugs.gnu.org
Subject: Re: Emacs hangs when scrolling using gnus-summary-next-page on pages
	with images
Date: Sun, 03 Oct 2010 22:11:29 +0200
Nope, still hangs with latest bzr. Also, it seems there's a (require
'browse-url) that's missing somewhere (it complains whenever I open a
news, and evaling the require makes it go away).

That's without imagemagick, I couldn't figure out how to enable it (it
says "no" in configure, although I've got the lib installed, and
--with-imagemagick doesn't change anything).

Antoine
30/09/10 23:42, Lars Magne Ingebrigtsen
> Antoine Levitt <antoine.levitt <at> gmail.com> writes:
>
>> I'm using gnus with the new gwene service to read RSS, in particular
>> webcomics. I've had emacs hang in a particularly bad way when scrolling
>> pages: consuming 100% of CPU and becoming unresponsive.
>>
>> This bug should be reproducible with any large images. I tested it with
>> gwene.com.phdcomics and gwene.fr.lemonde.blog.vidberg.
>>
>> I'm using (not 100% sure which are relevant)
>> (setq mm-inline-text-html-with-images t)
>> (setq mm-attachment-override-types '("image/.*"))
>> (setq w3m-default-display-inline-images t)
>> (setq w3m-toggle-inline-images-permanently nil)
>
> In the latest Gnus/Emacs with the new HTML rendering code, this should
> no longer be a problem.  And if your Emacs 24 is built with imagemagick
> support. images will be scaled down to 90% of the window size, which
> fixes some of the scrolling issues.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#6961; Package emacs,gnus. (Sun, 03 Oct 2010 20:10:03 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#6961; Package emacs,gnus. (Mon, 04 Oct 2010 16:24:01 GMT) Full text and rfc822 format available.

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

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Antoine Levitt <antoine.levitt <at> gmail.com>
Cc: bug-gnu-emacs <at> gnu.org, 6961-close <at> debbugs.gnu.org
Subject: Re: Emacs hangs when scrolling using gnus-summary-next-page on pages
	with images
Date: Mon, 04 Oct 2010 18:24:52 +0200
Antoine Levitt <antoine.levitt <at> gmail.com> writes:

> Nope, still hangs with latest bzr. Also, it seems there's a (require
> 'browse-url) that's missing somewhere (it complains whenever I open a
> news, and evaling the require makes it go away).

`(setq debug-on-error t)', repeat the bug and mail me the resulting
backtrace.

> That's without imagemagick, I couldn't figure out how to enable it (it
> says "no" in configure, although I've got the lib installed, and
> --with-imagemagick doesn't change anything).

apt-get install libmagick++-dev

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#6961; Package emacs,gnus. (Tue, 05 Oct 2010 16:47:01 GMT) Full text and rfc822 format available.

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

From: Antoine Levitt <antoine.levitt <at> gmail.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: , bug-gnu-emacs <at> gnu.org, 6961-close <at> debbugs.gnu.org
Subject: Re: Emacs hangs when scrolling using gnus-summary-next-page on pages
	with images
Date: Tue, 05 Oct 2010 18:49:16 +0200
04/10/10 18:24, Lars Magne Ingebrigtsen
> Antoine Levitt <antoine.levitt <at> gmail.com> writes:
>
>> Nope, still hangs with latest bzr. Also, it seems there's a (require
>> 'browse-url) that's missing somewhere (it complains whenever I open a
>> news, and evaling the require makes it go away).
>
> `(setq debug-on-error t)', repeat the bug and mail me the resulting
> backtrace.

The thing is, it doesn't crash, it just hangs, so I can't get a
backtrace. If you're talking about the require bug, here it is
http://pastebin.com/t9sqkHah

>
>> That's without imagemagick, I couldn't figure out how to enable it (it
>> says "no" in configure, although I've got the lib installed, and
>> --with-imagemagick doesn't change anything).
>
> apt-get install libmagick++-dev

Ah, true, thanks. It doesn't appear to change anything though.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#6961; Package emacs,gnus. (Tue, 05 Oct 2010 17:29:02 GMT) Full text and rfc822 format available.

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

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Antoine Levitt <antoine.levitt <at> gmail.com>
Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 6961-close <at> debbugs.gnu.org,
	bug-gnu-emacs <at> gnu.org
Subject: Re: bug#6961: Emacs hangs when scrolling using gnus-summary-next-page
	on pages with images
Date: Tue, 05 Oct 2010 19:31:54 +0200
Antoine Levitt <antoine.levitt <at> gmail.com> writes:

> The thing is, it doesn't crash, it just hangs, so I can't get a
> backtrace.

Try (setq debug-on-quit t).

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 03 Nov 2010 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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