This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with BFD


Hi,

I'm encountering some problem with BFD (2.20.51.20090916 which I
grabbed from GDB 7.0). While attempting to find a line info, it
produces the following message:

BFD: BFD (GNU Binutils) 2.20.51.20090916 assertion fail ./dwarf2.c:2422

This line contains:
BFD_ASSERT (!unit->cached);

I had found that unit->cached set to TRUE only few lines below (in this file).
So, I'm wondering, what is the purpose of this assert? Is it supposed
that this flag canbe set somewhere else (not in dwarf2.c)?

Dmitry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]