Advertisement
Guest User

GD Backtrace.

a guest
Aug 23rd, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.56 KB | None | 0 0
  1. For this backtrace:
  2.  
  3. /lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0x231dd5]
  4. /lib/i386-linux-gnu/libc.so.6(+0xfebaa)[0x230baa]
  5. /lib/i386-linux-gnu/libc.so.6(+0xfe208)[0x230208]
  6. /lib/i386-linux-gnu/libc.so.6(_IO_default_xsputn+0x91)[0x1a3461]
  7. /lib/i386-linux-gnu/libc.so.6(_IO_padn+0xc9)[0x196f79]
  8. /lib/i386-linux-gnu/libc.so.6(_IO_vfprintf+0x3282)[0x175a72]
  9. /lib/i386-linux-gnu/libc.so.6(__vsprintf_chk+0xc9)[0x2302d9]
  10. /lib/i386-linux-gnu/libc.so.6(__sprintf_chk+0x2f)[0x2301ef]
  11. /home/rifat/Documents/Net/usr/src/tooldir.Linux-3.2.0-23-generic-i686/bin/i386--netbsdelf-ar[0x804de36]
  12. /home/rifat/Documents/Net/usr/src/tooldir.Linux-3.2.0-23-generic-i686/bin/i386--netbsdelf-ar[0x804fed0]
  13. /home/rifat/Documents/Net/usr/src/tooldir.Linux-3.2.0-23-generic-i686/bin/i386--netbsdelf-ar[0x8056f9b]
  14. /home/rifat/Documents/Net/usr/src/tooldir.Linux-3.2.0-23-generic-i686/bin/i386--netbsdelf-ar[0x804aee5]
  15. /home/rifat/Documents/Net/usr/src/tooldir.Linux-3.2.0-23-generic-i686/bin/i386--netbsdelf-ar[0x804bfb1]
  16. /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x14b4d3]
  17. /home/rifat/Documents/Net/usr/src/tooldir.Linux-3.2.0-23-generic-i686/bin/i386--netbsdelf-ar[0x80493f1]
  18.  
  19. I got this:
  20.  
  21.  
  22. (gdb) bt
  23. #0  0x001111b2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
  24. #1  0x001601ef in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  25. #2  0x00163835 in __GI_abort () at abort.c:91
  26. #3  0x0019b2fa in __libc_message (do_abort=2, fmt=0x29125e "*** %s ***: %s terminated\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:201
  27. #4  0x00231dd5 in __GI___fortify_fail (msg=0x2911df "buffer overflow detected") at fortify_fail.c:32
  28. #5  0x00230baa in __GI___chk_fail () at chk_fail.c:29
  29. #6  0x00230208 in _IO_str_chk_overflow (fp=0xbfffd180, c=32) at vsprintf_chk.c:35
  30. #7  0x001a3461 in _IO_default_xsputn (f=0xbfffd180, data=0x28a02c, n=2) at genops.c:485
  31. #8  0x00196f79 in _IO_padn (fp=0xbfffd180, pad=32, count=2) at iopadn.c:68
  32. #9  0x00175a72 in _IO_vfprintf_internal (s=0xbfffd180, format=<optimized out>, ap=0xbfffd284 "") at vfprintf.c:1623
  33. #10 0x002302d9 in ___vsprintf_chk (s=0x80e3928 "1345742298", ' ' <repeats 32 times>, "`\n", flags=1, slen=12, format=0x80907d8 "%-12ld", args=0xbfffd280 "\332e6P")
  34.     at vsprintf_chk.c:86
  35. #11 0x002301ef in ___sprintf_chk (s=0x80e3928 "1345742298", ' ' <repeats 32 times>, "`\n", flags=1, slen=12, format=0x80907d8 "%-12ld") at sprintf_chk.c:33
  36. #12 0x0804de36 in bfd_ar_hdr_from_filesystem ()
  37. #13 0x0804fed0 in _bfd_write_archive_contents ()
  38. #14 0x08056f9b in bfd_close ()
  39. #15 0x0804aee5 in write_archive ()
  40. #16 0x0804bfb1 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement