Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 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. ^[[?2004h(gdb) run
  18. ^[[?2004l^MStarting program: /usr/local/bin/surf
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  21. [New Thread 0x7fffecd94640 (LWP 23892)]
  22. [New Thread 0x7fffabfff640 (LWP 23893)]
  23. [New Thread 0x7fffab7fe640 (LWP 23894)]
  24. [New Thread 0x7fffaaffd640 (LWP 23895)]
  25. [New Thread 0x7fffaa7fc640 (LWP 23897)]
  26. [New Thread 0x7fffa9ffb640 (LWP 23903)]
  27. [New Thread 0x7fffa97fa640 (LWP 23904)]
  28. [New Thread 0x7fffa8ff9640 (LWP 23906)]
  29. [New Thread 0x7fff8bfff640 (LWP 23907)]
  30. [New Thread 0x7fffa9ffb640 (LWP 23912)]
  31. [Thread 0x7fffa9ffb640 (LWP 23912) exited]
  32. [Thread 0x7fffa9ffb640 (LWP 23903) exited]
  33. [New Thread 0x7fffa9ffb640 (LWP 23913)]
  34. [Thread 0x7fffa9ffb640 (LWP 23913) exited]
  35. [Thread 0x7fffa97fa640 (LWP 23904) exited]
  36.  
  37. Thread 1 "surf" received signal SIGSEGV, Segmentation fault.
  38. 0x00007ffff4b16148 in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
  39. ^[[?2004h^[[?2004l^M^[[?2004h(gdb) ^[[?2004l^Mquit
  40. ^[[?2004hA debugging session is active.
  41.  
  42. Inferior 1 [process 23842] will be killed.
  43.  
  44. Quit anyway? (y or n) y
  45. ^[[?2004l^M
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement