From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Memory leak Date: Fri, 16 May 2008 11:29:45 +0200 Message-ID: References: <85lk2b1829.fsf@lola.goethe.zz> <482CD48E.3020601@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210930255 28574 80.91.229.12 (16 May 2008 09:30:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2008 09:30:55 +0000 (UTC) Cc: lennart.borgman@gmail.com, emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 16 11:31:31 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JwwHY-0001jB-0w for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 11:31:20 +0200 Original-Received: from localhost ([127.0.0.1]:57864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwwGo-0002Oa-Hm for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 05:30:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwwG6-00027n-3c for emacs-devel@gnu.org; Fri, 16 May 2008 05:29:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwwG4-00026t-De for emacs-devel@gnu.org; Fri, 16 May 2008 05:29:49 -0400 Original-Received: from [199.232.76.173] (port=41062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwwG4-00026m-0Q for emacs-devel@gnu.org; Fri, 16 May 2008 05:29:48 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.181]:49480) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwwG3-0007qd-I7 for emacs-devel@gnu.org; Fri, 16 May 2008 05:29:47 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so1067107wag.10 for ; Fri, 16 May 2008 02:29:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=F0twTmGez6YpduqKnyo3Wl24yMT0fbFUasWroGnv11c=; b=fqQbwK0Do3trA7o3kFr9syA8o9jSs2jMOOPv8xnPO4FeXwSaGXo5gTzpi4ZiVA283WwPDUT5WIAOhE4ROo2/xMJn1dN5GBxv+4b6bd9IW1xiYVAIGVc7GBTokfRhqSCKlSdSNbBWcIC0OCdDDv92YzUESiC3RTZAXW95sVkwE5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iH20Aputem0Pj4l9ZF88FgGmTO6z8Q0z5bmGPhQI2ZLchN22mIqWfU6FaK7dACBeS6EtUgf8P6+kHTWIhzHK0jEXucfibsk/7RRH72DcUj8qr1iZ7IE21JG6SDp4bAQjHu5/A4FgLRFVIh01Ox/i3P7FVVblnOlhe8RDKE1cxDg= Original-Received: by 10.114.89.1 with SMTP id m1mr3564627wab.77.1210930186044; Fri, 16 May 2008 02:29:46 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Fri, 16 May 2008 02:29:45 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97254 Archived-At: On Fri, May 16, 2008 at 11:25 AM, Eli Zaretskii wrote: > You need to use emacs.exe as the IMAGENAME, otherwise it will not > work. The wildcard I used in my example works: C:\> tasklist /fi "imagename eq emacs*" Image Name PID Session Name Session# Mem Usage ========================= ====== ================ ======== ============ emacs.exe 2448 Console 0 23.528 K > (Btw, I think this command is present on XP Home Edition as well.) Ah. I read somewhere that I didn't, but I haven't checked it. In any case, it can be downloaded off several websites. Juanma