Advertisement
Guest User

Untitled

a guest
Nov 9th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00005555555d1a8f in elf_x86_64_finish_dynamic_sections (output_bfd=0x5555557fefa0, info=0x5555557fa140 <link_info>) at /src/binutils/bfd/elf64-x86-64.c:4676
  3. 4676 ->this_hdr.sh_entsize = htab->plt.plt_entry_size;
  4. (gdb) bt
  5. #0 0x00005555555d1a8f in elf_x86_64_finish_dynamic_sections (output_bfd=0x5555557fefa0, info=0x5555557fa140 <link_info>) at /src/binutils/bfd/elf64-x86-64.c:4676
  6. #1 0x00005555556093ec in bfd_elf_final_link (abfd=<optimized out>, info=<optimized out>) at /src/binutils/bfd/elflink.c:13116
  7. #2 0x00005555555a4dd6 in ldwrite () at /src/binutils/ld/ldwrite.c:545
  8. #3 0x000055555558c8f0 in main (argc=<optimized out>, argv=<optimized out>) at /src/binutils/ld/ldmain.c:513
  9. (gdb) l
  10. 4671 return true;
  11. 4672
  12. 4673 if (htab->elf.splt && htab->elf.splt->size > 0)
  13. 4674 {
  14. 4675 elf_section_data (htab->elf.splt->output_section)
  15. 4676 ->this_hdr.sh_entsize = htab->plt.plt_entry_size;
  16. 4677
  17. 4678 if (htab->plt.has_plt0)
  18. 4679 {
  19. 4680 /* Fill in the special first entry in the procedure linkage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement