Advertisement
Guest User

Untitled

a guest
May 6th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1.  user  ~  gdb -ex=run --args beebeep
  2. GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90
  3. Copyright (C) 2022 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. Reading symbols from beebeep...
  18. (No debugging symbols found in beebeep)
  19. Starting program: /usr/bin/beebeep
  20. [Depuración de hilo usando libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. [Nuevo Thread 0x7ffff2422640 (LWP 150966)]
  23. [Nuevo Thread 0x7ffff0d21640 (LWP 150967)]
  24. [Nuevo Thread 0x7fffebfff640 (LWP 150968)]
  25. [Nuevo Thread 0x7fffeb7fe640 (LWP 150969)]
  26. [Nuevo Thread 0x7fffeaffd640 (LWP 150970)]
  27. [Nuevo Thread 0x7fffea7fc640 (LWP 150971)]
  28. [Thread 0x7fffea7fc640 (LWP 150971) terminado]
  29. [Nuevo Thread 0x7fffea7fc640 (LWP 150972)]
  30. [Nuevo Thread 0x7fffe9ffb640 (LWP 150973)]
  31. [Thread 0x7fffea7fc640 (LWP 150972) terminado]
  32. [Thread 0x7fffe9ffb640 (LWP 150973) terminado]
  33. [Nuevo Thread 0x7fffe9ffb640 (LWP 150974)]
  34. [Nuevo Thread 0x7fffea7fc640 (LWP 150975)]
  35. [Thread 0x7fffe9ffb640 (LWP 150974) terminado]
  36. [Nuevo Thread 0x7fffe9ffb640 (LWP 150976)]
  37. [Thread 0x7fffea7fc640 (LWP 150975) terminado]
  38. [Nuevo Thread 0x7fffea7fc640 (LWP 150977)]
  39. [Thread 0x7fffe9ffb640 (LWP 150976) terminado]
  40. [Thread 0x7fffea7fc640 (LWP 150977) terminado]
  41. [Nuevo Thread 0x7fffea7fc640 (LWP 150978)]
  42. [Nuevo Thread 0x7fffe9ffb640 (LWP 150979)]
  43. [Nuevo Thread 0x7fffe97fa640 (LWP 150980)]
  44. [Nuevo Thread 0x7fffbbbbd640 (LWP 150984)]
  45. [Nuevo Thread 0x7fffbb3bc640 (LWP 150985)]
  46. [Thread 0x7fffbb3bc640 (LWP 150985) terminado]
  47. [Nuevo Thread 0x7fffbb3bc640 (LWP 150986)]
  48.  
  49. Thread 1 "beebeep" received signal SIGSEGV, Segmentation fault.
  50. 0x00007fffba30058f in ?? () from /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement