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: Bugzilla bug 493 - libbfd seg fault


On Wed, Dec 12, 2001 at 09:06:39AM -0500, Niels Christiansen wrote:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x20000000000be571 in bfd_elf64_slurp_symbol_table ()

You haven't called bfd_init, or set_default_bfd_target.  Take a look at
one of the existing binutils utilities, eg. binutils/objdump.c, for
an example of what needs to be done.

Alan


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