bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/20886] [2.23][ppc64le] ld hangs (indefinite loop) in ppc64_elf_s


From: amodra at gmail dot com
Subject: [Bug ld/20886] [2.23][ppc64le] ld hangs (indefinite loop) in ppc64_elf_size_stubs
Date: Wed, 30 Nov 2016 04:46:03 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20886

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2016-11-30
                 CC|                            |amodra at gmail dot com
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
     Ever confirmed|0                           |1

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Confirmed with current master too.  The binary is large enough that there are
two stub sections servicing .text (which is 88M) and it so happens that between
one iteration of sizing and the next that one stub section grows while the
other shrinks.  Since one section is always growing, the loop never
terminates..  I'll need to change the algorithm to not update previous size on
shrinking, once we go past a certain number of iterations.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]