all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* nxml-mode in 6th 25.1 pretest: memory leak?
@ 2016-07-16 17:29 Joseph Mingrone
  2016-07-16 17:52 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Joseph Mingrone @ 2016-07-16 17:29 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1904 bytes --]

Hi,

I've hit a memory issue a few times.  It appears to be related to nxml-mode.

I start by adding a custom schema locating file to find a compact relax NG schema for
DocBook version 5.0.

--------------------
(add-to-list 'rng-schema-locating-files "~/.emacs.d/schema/schemas.xml")

% cat 
<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
  <documentElement localName="section" typeId="DocBook"/> 
  <documentElement localName="chapter" typeId="DocBook"/>
  <documentElement localName="article" typeId="DocBook"/>
  <documentElement localName="book" typeId="DocBook"/>
  <typeId id="DocBook" uri="/usr/local/share/xml/docbook/5.0/rng/docbook.rnc"/>
</locatingRules>
--------------------

Everything will be fine, then while editing text the problem will be triggered.
Within about one minute Emacs's memory usage will go from something like 150 MB
to several GB, then all swap will be exhausted and the Emacs process will die.

% cat /var/log/messages | grep emacs
Jul 14 16:46:59 phe kernel: Jul 14 16:46:59 phe kernel: pid 63738 (emacs-25.0.95), uid 1001, was killed: out of swap space
Jul 14 17:12:03 phe kernel: Jul 14 17:12:03 phe kernel: pid 98492 (emacs-25.0.95), uid 1001, was killed: out of swap space
Jul 14 19:35:39 phe kernel: Jul 14 19:35:39 phe kernel: pid 1411 (emacs-25.0.95), uid 1001, was killed: out of swap space
Jul 15 14:36:40 phe kernel: Jul 15 14:36:40 phe kernel: pid 44880 (emacs-25.0.95), uid 1001, was killed: out of swap space
Jul 15 21:44:14 phe kernel: Jul 15 21:44:14 phe kernel: pid 77392 (emacs-25.0.95), uid 1001, was killed: out of swap space

This was occurring before I made the change to the indentation code I posted
about earlier.  I haven't filed a bug report yet, because I haven't been able to
figure out an explicit action to trigger it, nor have I been able to trigger it
with Emacs -Q.

Joseph

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-17 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16 17:29 nxml-mode in 6th 25.1 pretest: memory leak? Joseph Mingrone
2016-07-16 17:52 ` Eli Zaretskii
2016-07-16 18:32   ` Joseph Mingrone
2016-07-16 19:52     ` Dmitry Gutov
2016-07-17  3:22     ` Dima Kogan
     [not found]       ` <CAK9AuB_JKFN1P=OZze2ZXv2H-iBfF_Q0p1Qehp8=Ch-Dg6MLOQ@mail.gmail.com>
2016-07-17 15:54         ` Joseph Mingrone

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.