This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: BFD Error a regression?


On Sat, Sep 16, 2006 at 01:14:53PM -0700, Jerry DeLisle wrote:
> >>BFD: BFD 2.16.91.0.6 20060212 internal error, aborting at 
> >>../../bfd/elfcode.h line 190 in bfd_elf32_swap_symbol_in

This one should just be an error, because you can tickle it with bad
user input.  "Internal error", signifying some sort of internal BFD
code bug, is not really appropriate here.

> I observed that ar and ranlib are invoked by make to build the LAPACK 
> libraries. I was using make -j3 to do this.  When I do not use the -j 
>  option the build proceeds normally, so I am OK here.

I suspect ar or ranlib is trying to read an object file that hasn't
been completely written.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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