From: Achim Gratz <Stromeko@nexgo.de>
To: 24013@debbugs.gnu.org
Subject: bug#24013: 25.0.95; Emacs 25.x uses up all memory and needs to be killed
Date: Sun, 17 Jul 2016 14:39:33 +0200 [thread overview]
Message-ID: <8737n88mm2.fsf@Rainer.invalid> (raw)
[-- Attachment #1: Type: text/plain, Size: 2249 bytes --]
In GNU Emacs 25.0.95.1 (x86_64-suse-linux-gnu, GTK+ Version 3.20.6)
of 2016-07-17 built on Gertrud
Repository revision: 9356fe239281ca15e12a4e5e93d7d00c56df2626
Windowing system distributor 'The X.Org Foundation', version 11.0.11803000
System Description: openSUSE Tumbleweed (20160710) (x86_64)
Configured using:
'configure -with-x --with-sound --with-xpm --with-jpeg --with-tiff
--with-gif --with-png --with-rsvg --with-dbus --without-gpm
--with-x-toolkit=gtk3 --with-file-notification=inotify
--x-includes=/usr/include --x-libraries=/usr/lib64 --with-xft
--with-libotf --with-m17n-flt --with-pop --without-hesiod
--with-kerberos --with-kerberos5 --with-xim --with-wide-int
--enable-autodepend 'CFLAGS=-fomit-frame-pointer -fmessage-length=0
-grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2
-funwind-tables -fasynchronous-unwind-tables -g -D_GNU_SOURCE
-std=gnu99 -pipe -Wno-pointer-sign -Wno-unused-variable
-Wno-unused-label -Wno-unprototyped-calls -fno-optimize-sibling-calls
-DSYSTEM_PURESIZE_EXTRA=55000 -DSITELOAD_PURESIZE_EXTRA=10000 '
'LDFLAGS=-Wl,-O2 -Wl,--hash-size=65521'
'--enable-locallisppath=${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp:/usr/share/emacs/site-lisp''
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY
ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11
Important settings:
value of $LC_MESSAGES: POSIX
value of $LANG: de_DE.UTF-8
value of $XMODIFIERS: @im=local
locale-coding-system: utf-8-unix
Major mode: Text
Minor modes in effect:
show-paren-mode: t
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
size-indication-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
The file to reproduce this with contained sensitive information, but
fortunately the replacement of all information with something
inconspicous still produces the same crash (and makes it a lot smaller
after compression):
[-- Attachment #2: crash.txt.xz --]
[-- Type: application/x-xz, Size: 33044 bytes --]
[-- Attachment #3: Type: text/plain, Size: 1384 bytes --]
It is a moderately large (~12500 lines, 585kiB) text
file with UNIX line endings (\n). Mixed in with the normal text are
protocol logs that have \r\n line endings. I have confirmed that
replacement of those line endings will stop the bug from happening. The
bug happens with all 25.x versions I have including master, the earliest
one I can still test is from February 27th this year.
To reproduce, set a mark (C-Space) somewhere in the file. Then
extend/shrink the selection region by doing Shift-PgUp / Shift-PgDwn,
going back and forth several times. Once you've crossed a portion of
the file that has the "foreign" line endings, as soon as you take your
finger off the Shift key Emacs becomes unresponsive (the cursor
vanishes). Several seconds later it starts allocating memory in an
apparently exponential fashion until it has exhausted both physical and
swap, while maxing out one CPU core. The process must be killed.
Trying the same recipe with Emacs 24.5 yields a short phase of
unresponsiveness with the cursor vanished, then it returns with an error
message "Timed out waiting for property-notify event".
I consider this a blocker for the upcoming 25.1 release.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
next reply other threads:[~2016-07-17 12:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-17 12:39 Achim Gratz [this message]
2016-07-17 14:19 ` bug#24013: 25.0.95; Emacs 25.x uses up all memory and needs to be killed Eli Zaretskii
2016-07-17 14:46 ` Achim Gratz
2016-07-17 15:34 ` Eli Zaretskii
2016-07-17 16:16 ` Achim Gratz
2016-07-17 16:42 ` Eli Zaretskii
2016-07-17 16:43 ` Achim Gratz
2016-07-17 17:17 ` Eli Zaretskii
2016-07-17 17:58 ` Achim Gratz
2016-07-17 18:30 ` Eli Zaretskii
2016-07-17 18:51 ` Achim Gratz
2016-07-17 20:07 ` Stephen Berman
2016-07-18 2:32 ` Eli Zaretskii
2016-07-18 18:36 ` Achim Gratz
2016-07-18 20:23 ` Stephen Berman
2016-07-18 20:47 ` Achim Gratz
2016-07-17 19:01 ` Óscar Fuentes
2016-07-20 18:15 ` Achim Gratz
2016-07-21 15:10 ` Eli Zaretskii
2021-07-05 13:41 ` bug#24013: bug#28146: 25.1; Timeout waiting for property notify event when select-active-regions is t Lars Ingebrigtsen
2021-08-04 11:29 ` bug#24013: 25.0.95; [KDE/Plasma 5] Emacs 25.x uses up all memory and needs to be killed Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8737n88mm2.fsf@Rainer.invalid \
--to=stromeko@nexgo.de \
--cc=24013@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.