From owner-cvs-all@FreeBSD.ORG Wed Jan 31 23:15:02 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA5EA16A4E1 for ; Wed, 31 Jan 2007 23:15:02 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id D51DD13C478 for ; Wed, 31 Jan 2007 23:14:59 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so697493nfc for ; Wed, 31 Jan 2007 15:14:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QQyYSS77TTUBD7NcVz+nbDfk9OHyUUrwgNS45AHGQimRFyaDS3XW+LxT2/I0nJcBxHAD0rJvBWmPGTC9xnURJk0slRZ+xnJfRlt41tndyyBsEe94jyYVR7MW715VzSQuayUtap+rmYfSAgYR88TJgDv5xtWR76VpzmryeHIBo2c= Received: by 10.48.240.10 with SMTP id n10mr3426878nfh.1170285295087; Wed, 31 Jan 2007 15:14:55 -0800 (PST) Received: by 10.49.63.7 with HTTP; Wed, 31 Jan 2007 15:14:55 -0800 (PST) Message-ID: <346a80220701311514j6aa9e3eavc5a4de2bffc039d7@mail.gmail.com> Date: Wed, 31 Jan 2007 16:14:55 -0700 From: "Coleman Kane" To: "Jason Evans" In-Reply-To: <200701312254.l0VMsKZ6050188@repoman.freebsd.org> MIME-Version: 1.0 References: <200701312254.l0VMsKZ6050188@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2007 23:15:03 -0000 On 1/31/07, Jason Evans wrote: > > jasone 2007-01-31 22:54:19 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib malloc.c > Log: > Fix a utrace(2)-related bug in calloc(3). > > Integrate various pedantic cleanups. > > Submitted by: Andrew Doran > > Revision Changes Path > 1.139 +56 -44 src/lib/libc/stdlib/malloc.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > Does this fix the following error I get in GDB alot: Assertion failed: (mapelm.free == false), function arena_salloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2355. -- Coleman Kane