http://sourceware.org/bugzilla/show_bug.cgi?id=14860

             Bug #: 14860
           Summary: gold_assert(oview_size == 8) fails in
                    Eh_frame_hdr::do_sized_write()
           Product: binutils
           Version: 2.23
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: i...@airs.com
        ReportedBy: thes...@google.com
                CC: ccout...@google.com
    Classification: Unclassified


>From http://crbug.com/161942 :

We upgraded to gold 2.23.1 from 2.21.1 and the Chromium 32-bit would fail in a
flaky manner with the following error:

out/Release/../../third_party/gold/gold32: internal error in do_sized_write, at
ehframe.cc:170
collect2: ld returned 1 exit status
make: *** [out/Release/genmodule] Error 1

The relevant code is as follows:

Eh_frame_hdr::do_sized_write(Output_file* of)
{
    ...
    const off_t oview_size = this->data_size();
    ...
    gold_assert(oview_size == 8);  // Line 170.
}

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to