Advertisement
bluebyt

xava_crash

May 24th, 2025
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gdb xava
  2. GNU gdb (GDB) 16.3
  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. --Type <RET> for more, q to quit, c to continue without paging--
  19. Reading symbols from /usr/lib/debug/usr/bin/xava.debug...
  20. (No debugging symbols found in /usr/lib/debug/usr/bin/xava.debug)
  21. (gdb) r
  22. Starting program: /usr/bin/xava
  23.  
  24. [Thread debugging using libthread_db enabled]
  25. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  26. [New Thread 0x7ffff6bff6c0 (LWP 2332784)]
  27. [New Thread 0x7ffff63fe6c0 (LWP 2332785)]
  28. Function(s) ^std::(move|forward|as_const|(__)?addressof) will be skipped when stepping.
  29. Function(s) ^std::(shared|unique)_ptr<.*>::(get|operator) will be skipped when stepping.
  30. 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.
  31. Function(s) ^std::(basic_string|vector|array|deque|span)<.*>::operator.] will be skipped when stepping.
  32. [New Thread 0x7ffff4ebe6c0 (LWP 2332865)]
  33. [New Thread 0x7fffe95ff6c0 (LWP 2332866)]
  34. [New Thread 0x7fffe8dfe6c0 (LWP 2332867)]
  35. [New Thread 0x7fffd97ff6c0 (LWP 2332868)]
  36. [New Thread 0x7fffd8ffe6c0 (LWP 2332869)]
  37.  
  38. Thread 1 "xava" received signal SIGSEGV, Segmentation fault.
  39. 0x00007ffff7f8a0ec in popXAVAEventStack ()
  40.    from /usr/lib/libxava-shared.so
  41. (gdb) b
  42. Breakpoint 1 at 0x7ffff7f8a0ec
  43. (gdb)
  44.  
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement