From owner-freebsd-ports@FreeBSD.ORG Sat Dec 10 18:32:47 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C028316A41F for ; Sat, 10 Dec 2005 18:32:47 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id D9B3D43D5F for ; Sat, 10 Dec 2005 18:32:45 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 10 Dec 2005 18:32:44 -0000 Received: from unknown (EHLO zi025.glh.mhn.de) [129.187.43.241] by mail.gmx.net (mp029) with SMTP; 10 Dec 2005 19:32:44 +0100 X-Authenticated: #147403 Received: by zi025.glh.mhn.de (Postfix, from userid 1000) id 1AB10C285; Sat, 10 Dec 2005 19:33:00 +0100 (CET) Date: Sat, 10 Dec 2005 19:33:00 +0100 From: Simon Barner To: ports@freebsd.org Message-ID: <20051210183300.GB55244@zi025.glh.mhn.de> References: <20051208170903.5903.qmail@ktown.kde.org> <200512081029.54360.ringworm01@gmail.com> <20051210172030.GA55244@zi025.glh.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline In-Reply-To: <20051210172030.GA55244@zi025.glh.mhn.de> User-Agent: Mutt/1.5.11 X-Y-GMX-Trusted: 0 Cc: Subject: Re: [Bug 117899] Valgrind crashes on calloc's X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2005 18:32:47 -0000 --nmemrqcdn5VTmUEE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Simon Barner wrote: > Hi, >=20 > I could not reproduce this with the attached example. Could you please > provide me one, and the exact command line of the valgrind invocation? Grr, here an inline copy of the file for the list... int main (void) { char *a =3D calloc (sizeof (char), 20); a [0] =3D 'a'; free (a); return 0; } --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDmx9cCkn+/eutqCoRAoClAKDgosFPwbKll0HDqitHsn6voWHfwACg8iED GhwmEke7bZyQ8xbKkmRgURA= =zEbt -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE--