From owner-cvs-src@FreeBSD.ORG Fri Mar 23 15:26:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C20F716A402; Fri, 23 Mar 2007 15:26:21 +0000 (UTC) (envelope-from jasone@frebsd.org) Received: from canonware.com (24-38-119-150-st.losaca.adelphia.net [24.38.119.150]) by mx1.freebsd.org (Postfix) with ESMTP id A235013C465; Fri, 23 Mar 2007 15:26:21 +0000 (UTC) (envelope-from jasone@frebsd.org) Received: from [10.0.0.2] (24-38-119-150-st.losaca.adelphia.net [24.38.119.150]) by canonware.com (Postfix) with ESMTP id 547AE1298CF; Fri, 23 Mar 2007 08:06:46 -0700 (PDT) Message-ID: <4603ECEE.8000602@frebsd.org> Date: Fri, 23 Mar 2007 08:06:22 -0700 From: Jason Evans User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Matteo Riondato , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200703230505.l2N55m06041273@repoman.freebsd.org> <20070323130006.GA1632@kaiser.sig11.org> In-Reply-To: <20070323130006.GA1632@kaiser.sig11.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 15:26:21 -0000 Matteo Riondato wrote: > On Fri, Mar 23, 2007 at 05:05:48AM +0000, Jason Evans wrote: >> jasone 2007-03-23 05:05:48 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libc/stdlib malloc.c > >> Revision Changes Path >> 1.142 +337 -328 src/lib/libc/stdlib/malloc.c > > Can this commit be the cause of messages like the following? > Assertion failed: (((uintptr_t)ret & (alignment - 1)) == 0), function > ipalloc, file > /usr/local/freesbie/branch/current/src/lib/libc/stdlib/malloc.c, line > 2961. Yes, it's very likely. I'm looking into it now. Thanks, Jason