Advertisement
bob0

Untitled

Mar 30th, 2020
2,874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.69 KB | None | 0 0
  1. GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git
  2. Copyright (C) 2018 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from /usr/local/bin/janus...done.
  16. [New LWP 15006]
  17. [New LWP 14990]
  18. [New LWP 14996]
  19. [New LWP 14991]
  20. [New LWP 14998]
  21. [New LWP 14992]
  22. [New LWP 14999]
  23. [New LWP 14994]
  24. [New LWP 14988]
  25. [New LWP 14995]
  26. [New LWP 14997]
  27. [New LWP 15002]
  28. [New LWP 15004]
  29. [New LWP 15003]
  30. [New LWP 14993]
  31. [New LWP 14989]
  32. [New LWP 15000]
  33. [New LWP 15001]
  34. [New LWP 15005]
  35. [Thread debugging using libthread_db enabled]
  36. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  37. Core was generated by `janus'.
  38. Program terminated with signal SIGSEGV, Segmentation fault.
  39. #0  0x00007f0687ded350 in ?? ()
  40. [Current thread is 1 (Thread 0x7f0687bcb700 (LWP 15006))]
  41. (gdb) bt
  42. #0  0x00007f0687ded350 in  ()
  43. #1  0x00007f06ce32b175 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  44. #2  0x00007f06ccbb86db in start_thread (arg=0x7f0687bcb700)
  45.     at pthread_create.c:463
  46. #3  0x00007f06cc8e188f in clone ()
  47.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement