Advertisement
QJBSUDBUEF

gdb output

Apr 17th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
  2. Copyright (C) 2018 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from /home/srujana/src5/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox...done.
  16. Attaching to program: /home/srujana/src5/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox, process 17723
  17. [New LWP 17728]
  18. [New LWP 17729]
  19. [New LWP 17730]
  20. [New LWP 17731]
  21. [New LWP 17732]
  22. [New LWP 17733]
  23. [New LWP 17734]
  24. [New LWP 17735]
  25. [New LWP 17736]
  26. [New LWP 17737]
  27. [New LWP 17738]
  28. [New LWP 17739]
  29. [New LWP 17740]
  30. [New LWP 17741]
  31. [New LWP 17742]
  32. [New LWP 17743]
  33. [New LWP 17744]
  34. [New LWP 17745]
  35. [New LWP 17746]
  36. [New LWP 17750]
  37. [New LWP 17751]
  38. [New LWP 17752]
  39. [New LWP 17753]
  40. [New LWP 17759]
  41. [New LWP 17760]
  42. [New LWP 17761]
  43. [New LWP 17762]
  44. [New LWP 17763]
  45. [New LWP 17764]
  46. [New LWP 17765]
  47. [New LWP 17766]
  48. [New LWP 17767]
  49. [New LWP 17768]
  50. [New LWP 17769]
  51. [New LWP 17770]
  52. [New LWP 17771]
  53. [New LWP 17772]
  54. [New LWP 17773]
  55. [New LWP 17774]
  56. [New LWP 17775]
  57. [New LWP 17779]
  58. [New LWP 17784]
  59. [Thread debugging using libthread_db enabled]
  60. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  61. __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  62. 135 ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: No such file or directory.
  63. Loading JavaScript value pretty-printers; see js/src/gdb/README.
  64. If they cause trouble, type: disable pretty-printer .* SpiderMonkey
  65. SpiderMonkey unwinder is disabled by default, to enable it type:
  66. enable unwinder .* SpiderMonkey
  67. warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts
  68. of file /home/srujana/src5/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so.
  69. Use `info auto-load python-scripts [REGEXP]' to list them.
  70. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement