From owner-cvs-src@FreeBSD.ORG Sun Mar 25 15:32:51 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 4150916A402 for ; Sun, 25 Mar 2007 15:32:51 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id EBDE813C45A for ; Sun, 25 Mar 2007 15:32:50 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so514878wra for ; Sun, 25 Mar 2007 08:32:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=NwvTISyqZg3ISZtvcYYnwrUcb3SPlPQMkpl+B5EfdLXNyENC31bHVvQ+g6MnPveKysoVXvhbO9pOln9NivJrQOLUXLmlD7Kd6vOPr3dTatFn92FiwN54hz+TM2xAjxlo2EBwhW3Nbf7nZmfeMm+MCvY3d3FhKfdrsoTzQxPz9L8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ixi8tnnjEM3w1CKaQAN0UEKNxDmRVtby9FDmDnvErxVjhce4e2UfDPZRCVIjTK+F9R0WT5xklvyss4gBS5dcB2omzkcLX8sTqiaBcMcdukQ9cFGUE4QkzVc3Htx8cw6lZxzZNghTOKKOAtPIP8Zyg9tpFHirMwEFvp/xk19Y8nw= Received: by 10.114.209.1 with SMTP id h1mr2173784wag.1174835317306; Sun, 25 Mar 2007 08:08:37 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Sun, 25 Mar 2007 08:08:37 -0700 (PDT) Message-ID: Date: Sun, 25 Mar 2007 18:08:37 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jason Evans" In-Reply-To: <4603ECEE.8000602@frebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703230505.l2N55m06041273@repoman.freebsd.org> <20070323130006.GA1632@kaiser.sig11.org> <4603ECEE.8000602@frebsd.org> X-Google-Sender-Auth: f88758635f841a69 Cc: Matteo Riondato , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org 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: Sun, 25 Mar 2007 15:32:51 -0000 On 3/23/07, Jason Evans wrote: > 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. I also get the messages when trying to start firefox and gimp. Some showstopper. Thanks!