From owner-freebsd-ports@FreeBSD.ORG Thu Oct 28 08:16:11 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94D271065673 for ; Thu, 28 Oct 2010 08:16:11 +0000 (UTC) (envelope-from vasilicht@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB7A8FC17 for ; Thu, 28 Oct 2010 08:16:10 +0000 (UTC) Received: by fxm17 with SMTP id 17so1685571fxm.13 for ; Thu, 28 Oct 2010 01:16:10 -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 :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=b3gyNy4cWxJcyvrjqnvS0i7DIR/xPZvtIk8YM5rsIFU=; b=IcjFpG5waLHWJ0bmNTWL/uAp6gADtQxuG/hF5ieQjJOoOmBiIn/hYoqMdiISQQqt4O VJawz5pWk+XXhme9Y2vC3RfB4U7e40oLl40RUA+WOJMRf/dMj6QvOtjjc9gV4cEUR3xc yWVWhBxwUfTHE+yIpw0f7OntGtuYbjAhPyNr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=p3FGgqYinHOBP1GtuSTWs3Uwnebt1j7TWu83MdZhU7SDcXsAGsiaPfzhuqKDDXAqjK fThduswo1jASK9ufiq/fRdnf6bf11us0JkZdZUFXLp8RdcFJRlVpe3P4Yn8mEYomAbUq Ozp1A4eZFd92ZoSaIHph3iW/Uyht8K9mzs3Ig= Received: by 10.223.69.132 with SMTP id z4mr3611469fai.31.1288252254365; Thu, 28 Oct 2010 00:50:54 -0700 (PDT) Received: from [192.168.173.2] ([89.28.53.59]) by mx.google.com with ESMTPS id d20sm331206fav.38.2010.10.28.00.50.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 28 Oct 2010 00:50:53 -0700 (PDT) Message-ID: <4CC92B5B.6090906@gmail.com> Date: Thu, 28 Oct 2010 10:50:51 +0300 From: Rodion User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: leaking of memory in samba4wins 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: Thu, 28 Oct 2010 08:16:11 -0000 Hello. We are using port of samba4wins, but it is continuously suffering of memory leak. Output of top is sorting by size: last pid: 11959; load averages: 0.00, 0.02, 0.00 up 63+03:16:15 10:29:10 34 processes: 1 running, 33 sleeping CPU: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle Mem: 45M Active, 14M Inact, 50M Wired, 8356K Cache, 22M Buf, 3500K Free Swap: 111M Total, 6160K Used, 105M Free, 5% Inuse PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 11958 root 1 4 0 34796K 32188K kqread 0:00 0.00% smbd4wins 11959 root 1 4 0 34796K 32188K kqread 0:00 0.00% smbd4wins 11957 root 1 4 0 34796K 32172K kqread 0:00 0.00% smbd4wins 11956 root 1 4 0 34760K 32056K kqread 0:00 0.00% smbd4wins 8184 root 1 96 0 34732K 32116K select 1:44 0.00% smbd4wins %uname -a FreeBSD fb-vm.entnet.local 6.4-STABLE FreeBSD 6.4-STABLE #8 %pkg_info -x samba4wins Information for samba4wins-1.0.7_2: We usually restart samba4wins in two or three weeks. May be need to update port to version 1.0.8 http://ftp.sernet.com/pub/samba4wins/samba4wins-1.0.8-NEWS.txt Thanks for your time and help for debuging memory leak. Rodion.