From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 21:57:37 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31B3C225; Tue, 7 Oct 2014 21:57:37 +0000 (UTC) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 85AB323CEED; Tue, 7 Oct 2014 23:57:35 +0200 (CEST) Message-ID: <543461CF.9040701@FreeBSD.org> Date: Tue, 07 Oct 2014 23:57:35 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Antoine Brodin Subject: Re: 11-CURRENT redports builders miscompiling? References: <201410071915.s97JFrQo061043@svn.freebsd.org> <54343E60.7050208@FreeBSD.org> <543443CE.6000900@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: freebsd-toolchain@freebsd.org, =?windows-1252?Q?Bernhard_Fr=F6hlich?= , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 21:57:37 -0000 Am 07.10.2014 um 22:17 schrieb Antoine Brodin: > So, the test fail on head, but if you look carefully, 1480342*1024 > = 0x5a5a... which looks like malloc junk. Bingo, thanks for the pointer. > But when I turn off malloc debugging ( ln -s 'abort:false,junk:false' > /etc/malloc.conf ) the tests succeed. > > So it looks like a bug in e2fsprogs. Yup, reproduced with "make post-build MALLOC_OPTIONS=J", and valgrind also has something to complain about, so I'll forward a report upstream. I haven't seen something in the "maint" branch since the release that looks like an obvious fix. This lets 11-CURRENT and redports off the hook for now. I wasn't aware redports-on-11 set MALLOC_OPTIONS=J or equivalent. Cheers, Matthias