Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gdb xava
- GNU gdb (GDB) 15.2
- Copyright (C) 2024 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Type "show copying" and "show warranty" for details.
- This GDB was configured as "x86_64-pc-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <https://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from xava...
- Reading symbols from /usr/lib/debug/usr/bin/xava.debug...
- (No debugging symbols found in /usr/lib/debug/usr/bin/xava.debug)
- (gdb) r
- Starting program: /usr/bin/xava
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/usr/lib/libthread_db.so.1".
- [New Thread 0x7ffff6a006c0 (LWP 25920)]
- [New Thread 0x7ffff60006c0 (LWP 25921)]
- Thread 1 "xava" received signal SIGSEGV, Segmentation fault.
- 0x00007ffff7e18beb in ?? () from /usr/lib/libc.so.6
- (gdb) bt
- #0 0x00007ffff7e18beb in ?? () from /usr/lib/libc.so.6
- #1 0x00007ffff7c9ccb3 in wl_output_get_desired ()
- from /usr/lib/xava/out_wayland_opengl.so
- #2 0x00007ffff7c9d30c in zwlr_init ()
- from /usr/lib/xava/out_wayland_opengl.so
- #3 0x00007ffff7c9c7fe in xavaInitOutput ()
- from /usr/lib/xava/out_wayland_opengl.so
- #4 0x000055555555673f in main ()
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement