From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Unicode support for the MS Windows clipboard [new patch] Date: Wed, 16 Feb 2005 18:09:01 +0100 Message-ID: References: <20050215.101939.45114846.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108575662 1589 80.91.229.2 (16 Feb 2005 17:41:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2005 17:41:02 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 16 18:41:01 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1TAU-0004yg-TP for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 18:40:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1TQS-0005ko-Hs for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 12:57:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1TPr-0005aB-Av for emacs-devel@gnu.org; Wed, 16 Feb 2005 12:56:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1TPe-0005Y5-GI for emacs-devel@gnu.org; Wed, 16 Feb 2005 12:56:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1TNM-0004ZV-RR for emacs-devel@gnu.org; Wed, 16 Feb 2005 12:54:12 -0500 Original-Received: from [193.99.153.30] (helo=seneca.benny.turtle-trading.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D1Sh3-0001YY-1y; Wed, 16 Feb 2005 12:10:29 -0500 Original-Received: from seneca.benny.turtle-trading.net.turtle-trading.net (seneca.benny.turtle-trading.net [127.0.0.1]) (authenticated bits=0) by seneca.benny.turtle-trading.net (8.12.8/8.12.8) with ESMTP id j1GH91Ln014593; Wed, 16 Feb 2005 18:09:04 +0100 Original-To: Tak Ota In-Reply-To: <20050215.101939.45114846.Takaaki.Ota@am.sony.com> (Tak Ota's message of "Tue, 15 Feb 2005 10:19:39 -0800 (PST)") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33555 Hi Tak, Tak Ota writes: > I suppose Benjamin is too busy lately. Sorry about the delay. I got distracted by that thing they call "life". ;-( > I suspect there maybe some relationship between clipboard operation > and the memory leak but I don't have conclusive evidence. I did a systematic code review and couldn't find any problems. Than I tried to develop a test. My machine does freeze (more or less) during a loop of putting data onto the clipboard and retrieving it with a simple external tool, but only after some hours. I could not see relevant memory consumption when I let the loop just run for 100 or 1000 times. It's possible that some non-memory resource in the NT kernel is consumed. It's also possible that it's just hardware problems with my machine. Jason Rumney writes: > OK, I've checked it in. Thanks. benny