* bug#22691: 25.1.50; emacs memory usage blowing up
@ 2016-02-16 0:22 Mark Oteiza
2016-02-16 2:05 ` Lars Ingebrigtsen
2018-12-11 1:55 ` Dmitry Gutov
0 siblings, 2 replies; 4+ messages in thread
From: Mark Oteiza @ 2016-02-16 0:22 UTC (permalink / raw)
To: 22691
from emacs -Q:
M-x eww RET fsf.org RET
CPU -> 100% and memory usage increases rapidly.
Looking at strace there is a massive stream of brk periodically
interspersed with:
03:47:03.331275 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=6, revents=POLLOUT}])
03:47:03.331317 writev(6, [{"\207\3\7\0\0\1\0\3\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\207\3\7\0"..., 16380}, {NULL, 0}, {"", 0}], 3) = 16380
03:47:03.331374 recvmsg(6, 0x7ffed82aa0f0, 0) = -1 EAGAIN (Resource temporarily unavailable)
and
03:47:03.988437 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/close.xpm", R_OK) = 0
03:47:03.988595 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/refresh.xpm", R_OK) = 0
03:47:03.988706 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/left-arrow.xpm", R_OK) = 0
03:47:03.988814 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/right-arrow.xpm", R_OK) = 0
03:47:03.988921 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/show.xpm", R_OK) = 0
In the message buffer, a process filter error message:
This Emacs mishandles this image file type
I seem to remember this message being added wrt cairo bugs. Could be
mistaken though.
In GNU Emacs 25.1.50.1 (x86_64-unknown-linux-gnu, X toolkit, cairo version 1.14.6, Xaw scroll bars)
of 2016-02-05 built on logos
Repository revision: 130056880fe9d807fbaee5bc5f68249ea9cf6438
Configured using:
'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
--localstatedir=/var --without-gconf --without-imagemagick --with-cairo
--with-modules --with-x-toolkit=lucid 'CFLAGS=-march=x86-64
-mtune=generic -O0 -pipe -fstack-protector-strong
--param=ssp-buffer-size=4 -g -fvar-tracking-assignments -g
-fvar-tracking-assignments'
LDFLAGS=-Wl,-O0,--sort-common,--as-needed,-z,relro'
Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS NOTIFY ACL
GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
LUCID X11 MODULES
Important settings:
value of $LC_COLLATE: C
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22691: 25.1.50; emacs memory usage blowing up
2016-02-16 0:22 bug#22691: 25.1.50; emacs memory usage blowing up Mark Oteiza
@ 2016-02-16 2:05 ` Lars Ingebrigtsen
2018-12-11 1:55 ` Dmitry Gutov
1 sibling, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-16 2:05 UTC (permalink / raw)
To: Mark Oteiza; +Cc: 22691
Mark Oteiza <mvoteiza@udel.edu> writes:
> from emacs -Q:
>
> M-x eww RET fsf.org RET
>
> CPU -> 100% and memory usage increases rapidly.
I'm unable to reproduce this in non-Cairo builds...
[...]
> 03:47:03.988437 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/close.xpm", R_OK) = 0
> 03:47:03.988595 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/refresh.xpm", R_OK) = 0
> 03:47:03.988706 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/left-arrow.xpm", R_OK) = 0
> 03:47:03.988814 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/right-arrow.xpm", R_OK) = 0
> 03:47:03.988921 faccessat(AT_FDCWD, "/usr/share/emacs/25.1.50/etc/images/show.xpm", R_OK) = 0
>
> In the message buffer, a process filter error message:
>
> This Emacs mishandles this image file type
So it's inflooping in the Cairo image handler or something?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22691: 25.1.50; emacs memory usage blowing up
2016-02-16 0:22 bug#22691: 25.1.50; emacs memory usage blowing up Mark Oteiza
2016-02-16 2:05 ` Lars Ingebrigtsen
@ 2018-12-11 1:55 ` Dmitry Gutov
2018-12-11 2:00 ` Mark Oteiza
1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Gutov @ 2018-12-11 1:55 UTC (permalink / raw)
To: Mark Oteiza, 22691
On 16.02.2016 2:22, Mark Oteiza wrote:
>
> from emacs -Q:
>
> M-x eww RET fsf.org RET
>
> CPU -> 100% and memory usage increases rapidly.
Can't repro with the current emacs-26 (and Cairo). The web page renders
okay. Probably fixed in the meantime.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22691: 25.1.50; emacs memory usage blowing up
2018-12-11 1:55 ` Dmitry Gutov
@ 2018-12-11 2:00 ` Mark Oteiza
0 siblings, 0 replies; 4+ messages in thread
From: Mark Oteiza @ 2018-12-11 2:00 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: 22691-done
On 11/12/18 at 03:55am, Dmitry Gutov wrote:
> On 16.02.2016 2:22, Mark Oteiza wrote:
> >
> > from emacs -Q:
> >
> > M-x eww RET fsf.org RET
> >
> > CPU -> 100% and memory usage increases rapidly.
>
> Can't repro with the current emacs-26 (and Cairo). The web page renders
> okay. Probably fixed in the meantime.
Me neither on master (built in July, granted). You are probably
correct--closing!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-11 2:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-16 0:22 bug#22691: 25.1.50; emacs memory usage blowing up Mark Oteiza
2016-02-16 2:05 ` Lars Ingebrigtsen
2018-12-11 1:55 ` Dmitry Gutov
2018-12-11 2:00 ` Mark Oteiza
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.