From owner-freebsd-current@FreeBSD.ORG Mon Apr 30 20:52:54 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B28A3106566C for ; Mon, 30 Apr 2012 20:52:54 +0000 (UTC) (envelope-from pfg@freebsd.org) Received: from nm21.bullet.mail.sp2.yahoo.com (nm21.bullet.mail.sp2.yahoo.com [98.139.91.91]) by mx1.freebsd.org (Postfix) with SMTP id 868218FC12 for ; Mon, 30 Apr 2012 20:52:54 +0000 (UTC) Received: from [98.139.91.63] by nm21.bullet.mail.sp2.yahoo.com with NNFMP; 30 Apr 2012 20:52:54 -0000 Received: from [208.71.42.201] by tm3.bullet.mail.sp2.yahoo.com with NNFMP; 30 Apr 2012 20:52:54 -0000 Received: from [127.0.0.1] by smtp212.mail.gq1.yahoo.com with NNFMP; 30 Apr 2012 20:52:54 -0000 X-Yahoo-Newman-Id: 60262.16066.bm@smtp212.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: sTxTGOMVM1nC8Y3PNMW0qKh.4xWTabsWzIwxZN0Sd42zN.F tZ9ewafn3l7LOzdmDZNpzyTSuKuZQm0b9LRNPtep0rNRIikKAbPj3rKsvtQ4 3.sRizhY1MusTE2Agr7N8gRAouIdKI1m3mJyU9Yt_P10bX4kTa8ZGk_xy9xG YoO_OSSYMP_95Nbef0ALjKst66sb3HkiRAisUtRYpb0ABtg_JjgO8uBj_6tU 5RKfwrdW79.1iSyXvfVmX5teIc_xDF9o98OgdPHQaPYgDps7gCN1ZVQ9DF81 S4tykRo5lv61Lg8QJ0d4VENnWBtqj7CL.cABE2nK2E8ZF0nQR_PTlnmVOIxZ XRckslQ6YWiVYnzpuqYdyuIYgFQ6ZbbVV720JSiBLpDs5bbnq2YJKUmPx5VJ 2MD7QaXP_8GQnneWZPG9FRW.G03IFevMHQbmSnpM4iy19O.rdu0EZe4QkaA. uLnFHGiwrZ30c4_Ql3hnCNsTgFpCmmf3eSTJj1WkImmpJPRTSWNXe2sAN2.. R8ZlaLbYJ3iekxEtfXrz3tcOyqY7rJMPKi0M0ErBvBATEw9Fl_u3d9w-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Received: from [192.168.10.103] (pfg@200.118.157.7 with plain) by smtp212.mail.gq1.yahoo.com with SMTP; 30 Apr 2012 13:52:53 -0700 PDT Message-ID: <4F9EFBA3.7000206@FreeBSD.org> Date: Mon, 30 Apr 2012 15:52:51 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120328 Thunderbird/10.0.3 MIME-Version: 1.0 To: freebsd-current@freebsd.org 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> In-Reply-To: <4F9EE24B.7050909@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gonzo@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 20:52:54 -0000 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 best regards, Pedro.