[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/14860] New: gold_assert(oview_size == 8) fails in Eh_frame_hdr
From: |
thestig at google dot com |
Subject: |
[Bug gold/14860] New: gold_assert(oview_size == 8) fails in Eh_frame_hdr::do_sized_write() |
Date: |
Tue, 20 Nov 2012 09:01:37 +0000 |
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: address@hidden
ReportedBy: address@hidden
CC: address@hidden
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gold/14860] New: gold_assert(oview_size == 8) fails in Eh_frame_hdr::do_sized_write(),
thestig at google dot com <=