Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gdb xava
- GNU gdb (GDB) 16.3
- 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...
- --Type <RET> for more, q to quit, c to continue without paging--
- 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 0x7ffff6bff6c0 (LWP 2332784)]
- [New Thread 0x7ffff63fe6c0 (LWP 2332785)]
- Function(s) ^std::(move|forward|as_const|(__)?addressof) will be skipped when stepping.
- Function(s) ^std::(shared|unique)_ptr<.*>::(get|operator) will be skipped when stepping.
- Function(s) ^std::(basic_string|vector|array|deque|(forward_)?list|(unordered_|flat_)?(multi)?(map|set)|span)<.*>::(c?r?(begin|end)|front|back|data|size|empty) will be skipped when stepping.
- Function(s) ^std::(basic_string|vector|array|deque|span)<.*>::operator.] will be skipped when stepping.
- [New Thread 0x7ffff4ebe6c0 (LWP 2332865)]
- [New Thread 0x7fffe95ff6c0 (LWP 2332866)]
- [New Thread 0x7fffe8dfe6c0 (LWP 2332867)]
- [New Thread 0x7fffd97ff6c0 (LWP 2332868)]
- [New Thread 0x7fffd8ffe6c0 (LWP 2332869)]
- Thread 1 "xava" received signal SIGSEGV, Segmentation fault.
- 0x00007ffff7f8a0ec in popXAVAEventStack ()
- from /usr/lib/libxava-shared.so
- (gdb) b
- Breakpoint 1 at 0x7ffff7f8a0ec
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement