This is the mail archive of the binutils@sources.redhat.com 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]

Re: Compile app using the BFD library?


On Fri, 2004-02-06 at 18:15, Brian Blietz wrote:
> Why does the following give me a seg fault?
> 
> It seg faults on bfd_get_symtab_upper_bound(abfd)

Your abfd is likely invalid. You should check the return values of the
various functions.

-eric

-- 
Eric Christopher <echristo@redhat.com>


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