From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12731 invoked by alias); 12 Jun 2006 19:07:30 -0000 Received: (qmail 12688 invoked by uid 22791); 12 Jun 2006 19:07:29 -0000 X-Spam-Check-By: sourceware.org Received: from smtp107.sbc.mail.mud.yahoo.com (HELO smtp107.sbc.mail.mud.yahoo.com) (68.142.198.206) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 12 Jun 2006 19:06:57 +0000 Received: (qmail 75502 invoked from network); 12 Jun 2006 19:05:19 -0000 Received: from unknown (HELO lucon.org) (hjjean@sbcglobal.net@71.146.67.96 with login) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 12 Jun 2006 19:05:18 -0000 Received: by lucon.org (Postfix, from userid 1000) id AEFEB63EEC; Mon, 12 Jun 2006 12:05:17 -0700 (PDT) Date: Mon, 12 Jun 2006 19:13:00 -0000 From: "H. J. Lu" To: Andreas Schwab Cc: dj@redhat.com, binutils@sourceware.org Subject: Re: Increment Message-ID: <20060612190517.GA12535@lucon.org> References: <20060606030414.GH519@bubble.grove.modra.org> <20060612002124.GF32562@bubble.grove.modra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00195.txt.bz2 On Mon, Jun 12, 2006 at 11:19:24AM +0200, Andreas Schwab wrote: > Alan Modra writes: > > > On Fri, Jun 09, 2006 at 03:36:59PM +0200, Andreas Schwab wrote: > >> Alan Modra writes: > >> > * hash.c (bfd_hash_lookup): Correct stray line. > >> > >> The linker is now crashing very often with an assertion failure in > >> _bfd_elf_strtab_delref. Apparently the hash resizing was never properly > >> tested, since with the misplaced increment it was unlikely to ever > >> trigger. In fact, disabling it will fix the crashes. > > > > How do you get these crashes? > > Just by linking any moderately big binary. Will building gcc on x86, x86-64 and ia64 trigger this? H.J.