GNU bug report logs - #20220
severe memory leak on emacs 24.4.1

Previous Next

Package: emacs;

Reported by: Mario Valencia <mariovalspi <at> gmail.com>

Date: Sat, 28 Mar 2015 23:40:03 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Mario Valencia <mariovalspi <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 20220 <at> debbugs.gnu.org, Daniel Colascione <dancol <at> dancol.org>,
 Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#20220: severe memory leak on emacs 24.4.1
Date: Fri, 10 Apr 2015 06:16:46 -0500
[Message part 1 (text/plain, inline)]
You are correct; the problem only happens with a file:/// url. The
following executes without problem and emacs memory stays constant:
(dotimes (i 100) (w32-shell-execute "open" "c:/users/mario/desktop/x.html"))
With a file:/// url it triggers the bug:
(dotimes (i 100) (w32-shell-execute "open"
"file:///c:/users/mario/desktop/x.html"))

2015-04-04 15:19 GMT-06:00 Eli Zaretskii <eliz <at> gnu.org>:

> > Date: Sat, 4 Apr 2015 14:24:07 -0600
> > From: Mario Valencia <mariovalspi <at> gmail.com>
> > Cc: Daniel Colascione <dancol <at> dancol.org>, Stefan Monnier <
> monnier <at> iro.umontreal.ca>, 20220 <at> debbugs.gnu.org
> >
> > I think the thread created is this:
> > SHCORE.DLL!Ordinal254+0x9a0 <- start address
>
> SHCORE.dll sounds like a Windows 8 version of shlwapi.dll, or maybe a
> part of it.  So this looks very similar to what I saw on that single
> Windows 7 system.
>
> Do you also see that the problem happens only if w32-shell-execute is
> called with a file:/// URL, and does not happen if it is called with a
> normal Windows file name?
>
[Message part 2 (text/html, inline)]

This bug report was last modified 10 years and 29 days ago.

Previous Next


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