Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. GNU gdb (GDB) 11.2
  2. Copyright (C) 2022 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.
  6. Type "show copying" and "show warranty" for details.
  7. This GDB was configured as "x86_64-pc-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <https://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.  
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from surf...
  17. (No debugging symbols found in surf)
  18. ^[[?2004h(gdb) run
  19. ^[[?2004l^MStarting program: /usr/local/bin/surf
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  22. [New Thread 0x7fffecd98640 (LWP 7298)]
  23. [New Thread 0x7fffabfff640 (LWP 7299)]
  24. [New Thread 0x7fffab7fe640 (LWP 7300)]
  25. [New Thread 0x7fffaaffd640 (LWP 7301)]
  26. [New Thread 0x7fffaa7fc640 (LWP 7303)]
  27. [New Thread 0x7fffa9ffb640 (LWP 7308)]
  28. [New Thread 0x7fffa97fa640 (LWP 7310)]
  29. [New Thread 0x7fffa8ff9640 (LWP 7312)]
  30. [New Thread 0x7fff8bfff640 (LWP 7313)]
  31. [New Thread 0x7fff8b7fe640 (LWP 7318)]
  32. [Thread 0x7fffa9ffb640 (LWP 7308) exited]
  33. [New Thread 0x7fffa9ffb640 (LWP 7319)]
  34. [Thread 0x7fffa9ffb640 (LWP 7319) exited]
  35. [Thread 0x7fff8b7fe640 (LWP 7318) exited]
  36. [Thread 0x7fffa97fa640 (LWP 7310) exited]
  37.  
  38. Thread 1 "surf" received signal SIGSEGV, Segmentation fault.
  39. 0x00007ffff4b1a148 in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
  40. ^[[?2004h^[[?2004l^M^[[?2004h(gdb) ^[[?2004l^Mquit
  41. ^[[?2004hA debugging session is active.
  42.  
  43. Inferior 1 [process 7294] will be killed.
  44.  
  45. Quit anyway? (y or n) y
  46. ^[[?2004l^M
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement