From owner-freebsd-current@FreeBSD.ORG Mon Apr 30 21:51:46 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D280A106566C; Mon, 30 Apr 2012 21:51:46 +0000 (UTC) (envelope-from gonzo@hq.bluezbox.com) Received: from hq.bluezbox.com (hq.bluezbox.com [70.38.37.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0BB8FC0C; Mon, 30 Apr 2012 21:51:46 +0000 (UTC) Received: from localhost ([127.0.0.1]) by hq.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1SOyVJ-000EEI-LU; Mon, 30 Apr 2012 14:51:34 -0700 Message-ID: <4F9F0971.3070400@freebsd.org> Date: Mon, 30 Apr 2012 14:51:45 -0700 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120420 Thunderbird/12.0 MIME-Version: 1.0 To: Pedro Giffuni References: <20120421185402.GH1743@albert.catwhisker.org> <7AD8956D-AD18-4CAB-9953-06E00185A7DA@freebsd.org> <20120428150941.e0464900.ray@dlink.ua> <20120428231703.374bc042.ray@dlink.ua> <4F9EE24B.7050909@freebsd.org> <4F9EFBA3.7000206@FreeBSD.org> In-Reply-To: <4F9EFBA3.7000206@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@hq.bluezbox.com X-Spam-Level: ---- X-Spam-Report: Spam detection software, running on the system "hq.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 30/04/2012 1:52 PM, Pedro Giffuni wrote: > On 04/30/12 14:04, Oleksandr Tymoshenko wrote: >> On 29/04/2012 12:04 PM, Adrian Chadd wrote: >>> .. and the output from the buildworld: >> >> .. skipped .. >> >>> -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 >>> -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized >>> -Wno-pointer-sign -c jemalloc_jemalloc.c -o jemalloc_jemalloc.So >>> jemalloc_jemalloc.c: In function 'calloc': >>> jemalloc_jemalloc.c:1027: internal compiler error: in >>> change_address_1, at emit-rtl.c:1784 >>> Please submit a full bug report, >>> with preprocessed source if appropriate. >>> See for instructions. >>> *** Error code 1 >>> 1 error >>> *** Error code 2 >>> 1 error >>> *** Error code 2 >>> 1 error >>> *** Error code 2 >>> 1 error >>> *** Error code 2 >>> 1 error >> >> This ICE was fixed here: >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 >> Unfortunately the fix is GPLv3-licensed, so we can't merge it >> back as-is. >> > > Actually.. the fix was merged to the gcc 4.1 branch > so we can take it under GPLv2: > > http://gcc.gnu.org/viewcvs?view=revision&revision=128198 [...] Content analysis details: (-4.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Cc: freebsd-current@freebsd.org, mm@FreeBSD.org Subject: Re: : jemalloc_arena.c:182: Failed assertion: "p[i] == 0" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 30 Apr 2012 21:51:47 -0000 On 30/04/2012 1:52 PM, Pedro Giffuni wrote: > On 04/30/12 14:04, Oleksandr Tymoshenko wrote: >> On 29/04/2012 12:04 PM, Adrian Chadd wrote: >>> .. and the output from the buildworld: >> >> .. skipped .. >> >>> -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 >>> -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized >>> -Wno-pointer-sign -c jemalloc_jemalloc.c -o jemalloc_jemalloc.So >>> jemalloc_jemalloc.c: In function 'calloc': >>> jemalloc_jemalloc.c:1027: internal compiler error: in >>> change_address_1, at emit-rtl.c:1784 >>> Please submit a full bug report, >>> with preprocessed source if appropriate. >>> See for instructions. >>> *** Error code 1 >>> 1 error >>> *** Error code 2 >>> 1 error >>> *** Error code 2 >>> 1 error >>> *** Error code 2 >>> 1 error >>> *** Error code 2 >>> 1 error >> >> This ICE was fixed here: >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 >> Unfortunately the fix is GPLv3-licensed, so we can't merge it >> back as-is. >> > > Actually.. the fix was merged to the gcc 4.1 branch > so we can take it under GPLv2: > > http://gcc.gnu.org/viewcvs?view=revision&revision=128198 Thanks, Pedro! It's GPLv2 indeed. I missed it yesterday. Will commit.