From owner-freebsd-bugs Fri Sep 22 10:37:30 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA11253 for bugs-outgoing; Fri, 22 Sep 1995 10:37:30 -0700 Received: from irbs.irbs.com (irbs.com [199.182.75.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA11248 for ; Fri, 22 Sep 1995 10:37:21 -0700 Received: (from jc@localhost) by irbs.irbs.com (8.6.12/8.6.6) id NAA05421 for freebsd-bugs@freebsd.org; Fri, 22 Sep 1995 13:37:12 -0400 From: John Capo Message-Id: <199509221737.NAA05421@irbs.irbs.com> Subject: Re: ypserv cores with phk malloc To: freebsd-bugs@freebsd.org Date: Fri, 22 Sep 1995 13:37:12 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 351 Sender: owner-bugs@freebsd.org Precedence: bulk Looks like all of the frees in the svc code are bogus also. These just generate an already free warning. I am not sure who is freeing them the first time. The data comes from db so I suspect it is db. The only valid calls to free() are in free_maplist() and add_maplist(). I'll know later if I have a memory leak now. John Capo IRBS Engineering