From owner-freebsd-ports@freebsd.org Sun Jan 21 15:29:51 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BE7FECF416 for ; Sun, 21 Jan 2018 15:29:51 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8B3700A0 for ; Sun, 21 Jan 2018 15:29:51 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by mailman.ysv.freebsd.org (Postfix) id 6B07FECF415; Sun, 21 Jan 2018 15:29:51 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68E3EECF414 for ; Sun, 21 Jan 2018 15:29:51 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BD5D7009F for ; Sun, 21 Jan 2018 15:29:50 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3zPdlw2BsnzZqm; Sun, 21 Jan 2018 16:29:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:references:from:from:subject:subject:received :received; s=mail; t=1516548577; x=1518362978; bh=NCiwhoaM4KIO0K A0JG/SKFXKM8Kei+CuiBJBJZu4ROY=; b=h5nMvDY+MMiLe34rL6alcXMpIU/5Kw kZE1hNnGVWk8x+TsjK0iM9JZqiroI6UUKUj2cqWBJnf/CeAlV60S96ppUKdGftaX N04H8Ud5DHHC+xZGsGF0HWWeiokvKZk3wrrGs9EjdooIg9E4IcEP81OXZtyHN/Dg Da0SWTQrO2iXw= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id OKYSOLiFp-_C; Sun, 21 Jan 2018 16:29:37 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.madpilot.net (Postfix) with ESMTPSA; Sun, 21 Jan 2018 16:29:37 +0100 (CET) Subject: Re: mousepad memory leak From: Guido Falsi To: Erich Dollansky Cc: "'ports@FreeBSD.org'" References: <20180119140623.3a8116cc.freebsd.ed.lists@sumeritec.com> <5e86f329-5bda-2494-c6e7-01482b685f20@madpilot.net> <20180121084315.7f3696a7.freebsd.ed.lists@sumeritec.com> <7724bcc7-9c4f-c196-6348-c4a4fde0fe97@madpilot.net> Message-ID: Date: Sun, 21 Jan 2018 16:29:36 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <7724bcc7-9c4f-c196-6348-c4a4fde0fe97@madpilot.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2018 15:29:51 -0000 On 01/21/2018 16:03, Guido Falsi wrote: > But don't describe this as a memory leak, because it does not look like > that. Closing the opened windows, while being slow, did actually release > the used memory. > I was a little hasty in writing this. It's actually keeping that memory after closing the windows, so it could be a leak...but there's also something else "pathological" about it allocating exponentially more memory for every window. -- Guido Falsi