Advertisement
bluebyt

gdb xava

Oct 5th, 2024
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gdb xava
  2. GNU gdb (GDB) 15.2
  3. Copyright (C) 2024 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-pc-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 xava...
  18. Reading symbols from /usr/lib/debug/usr/bin/xava.debug...
  19. (No debugging symbols found in /usr/lib/debug/usr/bin/xava.debug)
  20. (gdb) r
  21. Starting program: /usr/bin/xava
  22.  
  23. [Thread debugging using libthread_db enabled]
  24. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  25. [New Thread 0x7ffff6a006c0 (LWP 25920)]
  26. [New Thread 0x7ffff60006c0 (LWP 25921)]
  27.  
  28. Thread 1 "xava" received signal SIGSEGV, Segmentation fault.
  29. 0x00007ffff7e18beb in ?? () from /usr/lib/libc.so.6
  30. (gdb) bt
  31. #0  0x00007ffff7e18beb in ?? () from /usr/lib/libc.so.6
  32. #1  0x00007ffff7c9ccb3 in wl_output_get_desired ()
  33.    from /usr/lib/xava/out_wayland_opengl.so
  34. #2  0x00007ffff7c9d30c in zwlr_init ()
  35.    from /usr/lib/xava/out_wayland_opengl.so
  36. #3  0x00007ffff7c9c7fe in xavaInitOutput ()
  37.    from /usr/lib/xava/out_wayland_opengl.so
  38. #4  0x000055555555673f in main ()
  39. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement