From owner-freebsd-ports@FreeBSD.ORG Tue Apr 10 19:05:39 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0DE6106566C; Tue, 10 Apr 2012 19:05:39 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 87F438FC0C; Tue, 10 Apr 2012 19:05:39 +0000 (UTC) Received: by vbmv11 with SMTP id v11so141715vbm.13 for ; Tue, 10 Apr 2012 12:05:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=aeBhY2Zi/mGnoPevFzgk1CtDOLiqTAdnkJT8sTXiUIE=; b=F6kQGKHoPcl3b9D0tX0lSw9Vu8eC103OcHRIxI6DlMOEvmnEvPlU27wdJgZ0roac0m pR2JIWmireGaY8iP0UuKufDybuaa13dF4vT7v3NuMaqIyIxLel0xwKI/xHPMARaM9QTW Tyg6LCuhRpCGuYWjmeksOAUwk1xnx9pFS3hZ7FTmd1LfhU6BUDEQWGBC3yrbPLcMU8YM c8ofhHEIi7l9T9LQED2Og1dT7ID/s4mKkSDO+/65gz39StUuYSQOKBdhs0QI7uHY5LfH 0ot522eI6sYgTslg6HrRxQT8CJNqgPL8wlAkzpDjhIrRHA2+PF+20pRF+TLBKyzDk2ZJ 5b+Q== MIME-Version: 1.0 Received: by 10.52.24.170 with SMTP id v10mr5148439vdf.74.1334084733362; Tue, 10 Apr 2012 12:05:33 -0700 (PDT) Received: by 10.52.28.98 with HTTP; Tue, 10 Apr 2012 12:05:33 -0700 (PDT) Date: Tue, 10 Apr 2012 21:05:33 +0200 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports Content-Type: text/plain; charset=ISO-8859-1 Cc: demon@freebsd.org, thorsten.greiner@web.de Subject: Memory leak in xfce4-netload-plugin and xfce4-systemload-plugin - only on FreeBSD? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2012 19:05:40 -0000 I see a memory leak (or something like that) in the ports sysutils/xfce4-netload-plugin sysutils/xfce4-systemload-plugin The ports start out using less than 100M of memory (taken from the SIZE column in top), but over a short time (about a week or two) grows to almost 1000M. An example is my workstation, which has been up for about three days now: tingo@kg-v2$ uname -a FreeBSD kg-v2.kg4.no 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #5: Fri Apr 6 21:35:20 CEST 2012 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 tingo@kg-v2$ uptime 8:49PM up 3 days, 22:19, 20 users, load averages: 0.12, 0.21, 0.23 xfce4-netload-plugin is now at 670M and xfce4-systemload-plugin is at 509M Ports on the machine are updated: root@kg-v2# pv | grep netload xfce4-netload-plugin-1.1.0 = up-to-date with port root@kg-v2# pv | grep systemload xfce4-systemload-plugin-1.0.0_2 = up-to-date with port Does anyone else see this? I reported it originally in the Forums[1] , but didn't get any response. And how can I diagnose the problem further, so that I can provide a better error report References: 1) http://forums.freebsd.org/showthread.php?t=28698 -- Regards, Torfinn Ingolfsen