Advertisement
Guest User

Untitled

a guest
Nov 4th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. [eric@fractal20 ~]$ gdb cloakcoind
  2. GNU gdb (GDB) Fedora 8.0.1-26.fc26
  3. Copyright (C) 2017 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. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-redhat-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://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. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from cloakcoind...(no debugging symbols found)...done.
  17. (gdb) run
  18. Starting program: /home/eric/.local/bin/cloakcoind
  19. Missing separate debuginfos, use: dnf debuginfo-install glibc-2.25-12.fc26.x86_64
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib64/libthread_db.so.1".
  22. [New Thread 0x7fffef269700 (LWP 9171)]
  23. [New Thread 0x7fffeea68700 (LWP 9172)]
  24. [New Thread 0x7fffee267700 (LWP 9173)]
  25. [Thread 0x7fffee267700 (LWP 9173) exited]
  26. [New Thread 0x7fffeda66700 (LWP 9174)]
  27. [New Thread 0x7fffeda66700 (LWP 9175)]
  28. [Thread 0x7fffeda66700 (LWP 9174) exited]
  29. [New Thread 0x7fffed265700 (LWP 9176)]
  30. [New Thread 0x7fffeca64700 (LWP 9177)]
  31. [New Thread 0x7fffe7fff700 (LWP 9178)]
  32. [New Thread 0x7fffe77fe700 (LWP 9179)]
  33. [New Thread 0x7fffe6ffd700 (LWP 9180)]
  34. [New Thread 0x7fffe67fc700 (LWP 9181)]
  35. [New Thread 0x7fffe5ffb700 (LWP 9182)]
  36. Error: To use CloakCoind, you must set a rpcpassword in the configuration file:
  37. /home/eric/.CloakCoin/CloakCoin.conf
  38. It is recommended you use the following random password:
  39. rpcuser=bitcoinrpc
  40. rpcpassword=7Vxx26MXLKJB54UB9RHoSGstx3V6rfeJcyn4TBqy8dQf
  41. (you do not need to remember this password)
  42. If the file does not exist, create it with owner-readable-only file permissions.
  43.  
  44. [New Thread 0x7fffe57fa700 (LWP 9183)]
  45.  
  46. Thread 13 "cloakcoin-rpcli" received signal SIGSEGV, Segmentation fault.
  47. [Switching to Thread 0x7fffe5ffb700 (LWP 9182)]
  48. 0x0000000000733834 in ?? ()
  49. Missing separate debuginfos, use: dnf debuginfo-install libgcc-7.2.1-2.fc26.x86_64 nss-mdns-0.10-18.fc26.x86_64 zlib-1.2.11-2.fc26.x86_64
  50. (gdb) bt
  51. #0 0x0000000000733834 in ?? ()
  52. #1 0x000000000073cc07 in ?? ()
  53. #2 0x000000000059c9dd in ?? ()
  54. #3 0x0000000000622a97 in ?? ()
  55. #4 0x0000000000624711 in ?? ()
  56. #5 0x000000000077d955 in ?? ()
  57. #6 0x00007ffff77a336d in start_thread () from /lib64/libpthread.so.0
  58. #7 0x00007ffff6faae1f in clone () from /lib64/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement