From owner-freebsd-questions@FreeBSD.ORG Thu May 15 07:33:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA6537B401 for ; Thu, 15 May 2003 07:33:34 -0700 (PDT) Received: from dmzmail.awii.com (simba.awii.com [208.133.247.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C2743FA3 for ; Thu, 15 May 2003 07:33:33 -0700 (PDT) (envelope-from Michael.Vest@IGT.com) Received: from mufasa.awii.com (mufasa.awii.com [172.17.8.74]) by dmzmail.awii.com (8.11.6/8.11.6) with ESMTP id h4FEXWm11242; Thu, 15 May 2003 10:33:32 -0400 Received: by mufasa.awii.com with Internet Mail Service (5.5.2653.19) id ; Thu, 15 May 2003 10:33:25 -0400 Message-ID: <013380D4A048F74D9FF6F3C17933C43302CF73DF@mufasa.awii.com> From: "Vest.Michael" To: "'questions@FreeBSD.org'" Date: Thu, 15 May 2003 10:33:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" cc: "'mikervest@yahoo.com'" Subject: How to detect memory leaks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 14:33:35 -0000 Dear FreeBSD, Do you know how to detect memory leaks in applications running on FreeBSD? We have an application written in C that is running on FreeBSD 3.4 and 4.5. We suspect that there are some memory leaks in the application, but are unsure how to track them down. Do you know of any tools or procedures that we can use to determine where the leaks are? Mike Vest