From owner-cvs-src@FreeBSD.ORG Fri Mar 23 13:11:31 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 780B316A401; Fri, 23 Mar 2007 13:11:31 +0000 (UTC) (envelope-from matteo@freebsd.org) Received: from vsmtp3.tin.it (vsmtp3.tin.it [212.216.176.223]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC0813C46E; Fri, 23 Mar 2007 13:11:31 +0000 (UTC) (envelope-from matteo@freebsd.org) Received: from rionda.dyndns.org (87.4.183.132) by vsmtp3.tin.it (7.2.072.1) id 45C35A4E04EE2C80; Fri, 23 Mar 2007 14:00:08 +0100 Received: from rionda.dyndns.org (rionda@localhost [127.0.0.1]) by rionda.dyndns.org (8.13.8/8.13.8) with ESMTP id l2ND070t001991; Fri, 23 Mar 2007 14:00:07 +0100 (CET) (envelope-from matteo@freebsd.org) Received: (from rionda@localhost) by rionda.dyndns.org (8.13.8/8.13.8/Submit) id l2ND06tH001990; Fri, 23 Mar 2007 14:00:06 +0100 (CET) (envelope-from matteo@freebsd.org) X-Authentication-Warning: rionda.dyndns.org: rionda set sender to matteo@freebsd.org using -f Date: Fri, 23 Mar 2007 14:00:06 +0100 From: Matteo Riondato To: Jason Evans Message-ID: <20070323130006.GA1632@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , Jason Evans , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200703230505.l2N55m06041273@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200703230505.l2N55m06041273@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i 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-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 13:11:31 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 23, 2007 at 05:05:48AM +0000, Jason Evans wrote: > jasone 2007-03-23 05:05:48 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libc/stdlib malloc.c=20 > 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)) =3D=3D 0), function ipalloc, file /usr/local/freesbie/branch/current/src/lib/libc/stdlib/malloc.c, line 2961. I get them when I try to start some applications like gaim, evince, xfce4-panel (they don't start: the above message is printed and I'm back to the shell prompt) Best Regards --=20 Matteo Riondato FreeBSD Committer (http://www.freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.2 (FreeBSD) iD8DBQFGA89W2Mp4pR7Fa+wRApDnAKDFlO1JvrqbXXibICtHrz3d4+mkLwCgy2H9 L7YijqgW/t6CW5t3IzgtdbI= =IXPC -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG--