Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. colin@colin-N550JX:~/workspace/stashcrypto/Moneychanger/project$ rm -rf ~/.ot
  2. colin@colin-N550JX:~/workspace/stashcrypto/Moneychanger/project$ gdb ./moneychanger-qt/moneychanger-qt
  3. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
  4. Copyright (C) 2016 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "x86_64-linux-gnu".
  10. Type "show configuration" for configuration details.
  11. For bug reporting instructions, please see:
  12. <http://www.gnu.org/software/gdb/bugs/>.
  13. Find the GDB manual and other documentation resources online at:
  14. <http://www.gnu.org/software/gdb/documentation/>.
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. Reading symbols from ./moneychanger-qt/moneychanger-qt...(no debugging symbols found)...done.
  18. (gdb) run
  19. Starting program: /home/colin/workspace/stashcrypto/Moneychanger/project/moneychanger-qt/moneychanger-qt
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. OTCaller::setCallback: Attempting to set the password OTCallback pointer...
  23. OTCaller::setCallback: FYI, the password OTCallback pointer was set.
  24. OTLookupCaller::setCallback: Attempting to set the OTNameLookup pointer...
  25. OTLookupCaller::setCallback: FYI, the OTNameLookup pointer was set.
  26. opentxs::ContactManager::init_nym_map: Upgrading indices
  27. [New Thread 0x7fffe52b5700 (LWP 31202)]
  28. [New Thread 0x7fffe13f0700 (LWP 31203)]
  29. [New Thread 0x7fffd73b0700 (LWP 31204)]
  30. [New Thread 0x7fffd6baf700 (LWP 31205)]
  31. [New Thread 0x7fffd63ae700 (LWP 31206)]
  32. [New Thread 0x7fffc6465700 (LWP 31208)]
  33. [New Thread 0x7fffc5c64700 (LWP 31209)]
  34. "/home/colin/.ot/mc_db"
  35. "File Handler File does not Exist."
  36. Database opened
  37. Running dbCreateInstance
  38. Creating Tables
  39. [Thread 0x7fffc6465700 (LWP 31208) exited]
  40. "Database mc_db created."
  41. Lanugage Setting wasn't set in the database. Inserting system default: "en_US"
  42. Could not update language to: "en_US.qm"
  43. LoadWallet: Wallet file does not exist: wallet.xml. Creating...
  44. Loading pending name registrations:
  45. Namecoin update timer called.
  46. No operations necessary that need an unlocked wallet.
  47. Setting up Nym table
  48. Default Nym wasn't set in the database. Inserting blank record...
  49. [New Thread 0x7fffc6465700 (LWP 31210)]
  50. [Thread 0x7fffc6465700 (LWP 31210) exited]
  51. Default Server wasn't set in the database. Inserting blank record...
  52. Default Asset Type wasn't set in the database. Inserting blank record...
  53. Default Account wasn't set in the database. Inserting blank record...
  54. rpcserver_autorun setting wasn't set in the database. Inserting default: true
  55. rpcserver_listenport setting wasn't set in the database. Inserting default: 9500
  56. Debug RPC User Setup - debugUser:debugPass
  57. http service started on port: 9500
  58. Database Populated
  59. QMetaObject::connectSlotsByName: No matching signal for on_tableViewSentSelectionModel_currentRowChanged(QModelIndex,QModelIndex)
  60. QMetaObject::connectSlotsByName: No matching signal for on_tableViewReceivedSelectionModel_currentRowChanged(QModelIndex,QModelIndex)
  61. QMetaObject::connectSlotsByName: No matching signal for on_MarkAsRead_timer()
  62. QMetaObject::connectSlotsByName: No matching signal for on_MarkAsUnread_timer()
  63. QMetaObject::connectSlotsByName: No matching signal for on_MarkAsReplied_timer()
  64. QMetaObject::connectSlotsByName: No matching signal for on_MarkAsForwarded_timer()
  65. QMetaObject::connectSlotsByName: No matching signal for on_toolButtonReply_clicked()
  66. QMetaObject::connectSlotsByName: No matching signal for on_toolButtonForward_clicked()
  67. QMetaObject::connectSlotsByName: No matching signal for on_toolButtonDelete_clicked()
  68. QMetaObject::connectSlotsByName: No matching signal for on_toolButtonRefresh_clicked()
  69. QMetaObject::connectSlotsByName: No matching signal for on_toolButton_markets_clicked()
  70. QMetaObject::connectSlotsByName: No matching signal for on_toolButton_liveAgreements_clicked()
  71.  
  72. Password entered was less than 4 characters int64_t! This is NOT secure!!
  73. ... Assuming password is for testing only... setting to default password: test
  74.  
  75. Thread 1 "moneychanger-qt" received signal SIGSEGV, Segmentation fault.
  76. 0x0000000003dff320 in ?? ()
  77. (gdb) bt
  78. #0 0x0000000003dff320 in ?? ()
  79. #1 0x00007ffff182bbd7 in EVP_CIPHER_CTX_cleanup () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  80. #2 0x00007ffff182bdb1 in EVP_CipherInit_ex () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  81. #3 0x00007ffff63d8636 in opentxs::OpenSSL::Encrypt (this=0x3777280, cipher=opentxs::CryptoSymmetric::AES_256_CBC, key=..., iv=...,
  82. plaintext=0x7fffffffb748 "\037\370S\376\066<!\206,\366F\224\267\006\314\355\355\257\223\215\022\002\205(\331\352\360S*\316x\255", plaintextLength=32, ciphertext=..., tag=...)
  83. at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/OpenSSL.cpp:1198
  84. #4 0x00007ffff63d839c in opentxs::OpenSSL::Encrypt (this=0x3777280, cipher=opentxs::CryptoSymmetric::AES_256_CBC, key=..., iv=...,
  85. plaintext=0x7fffffffb748 "\037\370S\376\066<!\206,\366F\224\267\006\314\355\355\257\223\215\022\002\205(\331\352\360S*\316x\255", plaintextLength=32, ciphertext=...)
  86. at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/OpenSSL.cpp:1131
  87. #5 0x00007ffff63d825d in opentxs::OpenSSL::Encrypt (this=0x3777280, theRawSymmetricKey=..., szInput=0x7fffffffb748 "\037\370S\376\066<!\206,\366F\224\267\006\314\355\355\257\223\215\022\002\205(\331\352\360S*\316x\255",
  88. lInputLength=32, theIV=..., theEncryptedOutput=...) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/OpenSSL.cpp:1104
  89. #6 0x00007ffff63c6f80 in opentxs::OTSymmetricKey::GenerateKey (this=0x3dfeda0, thePassphrase=..., ppDerivedKey=0x7fffffffb8f0) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/OTSymmetricKey.cpp:280
  90. #7 0x00007ffff63572d5 in opentxs::OTCachedKey::GetMasterPassword (this=0x3741550, passwordPassword=..., theOutput=..., szDisplay=0x3dfe780 "Encrypting a new BIP39 seed", bVerifyTwice=true)
  91. at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/OTCachedKey.cpp:478
  92. #8 0x00007ffff605c7a7 in opentxs::souped_up_pass_cb (
  93. buf=0x3dfe858 "t\002\330г4\232\340m\355\366\214bϘ\001v\207\035\064\t\264\263$\274ע\316O:=K\t\036/\331\312Z,\210Į\031Z\357/c\260\250\311P\324s)\rS\n\311-j\016*\353\206\071<;ꣳ\250\306]\372\370\253\261j\324cY*\374jPu\310sJ\240\020g\006r\203:NO\362\241\231{e", size=256, rwflag=0, userdata=0x7fffffffc430) at /home/colin/workspace/stashcrypto/opentxs/src/client/SwigWrap.cpp:249
  94. #9 0x00007ffff63f9165 in opentxs::SymmetricKey::GetPassword (this=0x3dfe700, keyPassword=..., password=...) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/SymmetricKey.cpp:566
  95. #10 0x00007ffff63f8d33 in opentxs::SymmetricKey::EncryptKey (this=0x3dfe700, plaintextKey=..., keyPassword=..., type=opentxs::proto::SKEYTYPE_ARGON2) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/SymmetricKey.cpp:516
  96. #11 0x00007ffff63f7abe in opentxs::SymmetricKey::Factory (engine=..., password=..., mode=opentxs::proto::SMODE_CHACHA20POLY1305) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/SymmetricKey.cpp:156
  97. #12 0x00007ffff5bdc084 in opentxs::api::crypto::implementation::Symmetric::Key (this=0x2cdfff0, password=..., mode=opentxs::proto::SMODE_CHACHA20POLY1305) at /home/colin/workspace/stashcrypto/opentxs/src/api/crypto/Symmetric.cpp:78
  98. #13 0x00007ffff6233774 in opentxs::Bip39::SaveSeed[abi:cxx11](opentxs::OTPassword const&, opentxs::OTPassword const&) const (this=0x3777158, words=..., passphrase=...)
  99. at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/Bip39.cpp:135
  100. #14 0x00007ffff6233ebe in opentxs::Bip39::NewSeed[abi:cxx11]() const (this=0x3777158) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/Bip39.cpp:215
  101. #15 0x00007ffff6234684 in opentxs::Bip39::SerializedSeed (this=0x3777158, fingerprint="", index=@0x7fffffffcb10: 0) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/Bip39.cpp:291
  102. #16 0x00007ffff62342f1 in opentxs::Bip39::Seed (this=0x3777158, fingerprint="", index=@0x7fffffffcb10: 0) at /home/colin/workspace/stashcrypto/opentxs/src/core/crypto/Bip39.cpp:251
  103. #17 0x00007ffff6516c68 in opentxs::Nym::Nym (this=0x3dfc5c0, nymParameters=...) at /home/colin/workspace/stashcrypto/opentxs/src/core/Nym.cpp:152
  104. #18 0x00007ffff6042a5a in opentxs::OTWallet::CreateNym (this=0x112e750, nymParameters=...) at /home/colin/workspace/stashcrypto/opentxs/src/client/OTWallet.cpp:230
  105. #19 0x00007ffff5e33244 in opentxs::OT_API::CreateNym (this=0x3741090, nymParameters=...) at /home/colin/workspace/stashcrypto/opentxs/src/client/OT_API.cpp:1040
  106. #20 0x00007ffff5e9c84d in opentxs::OTAPI_Exec::CreateNymHD (this=0x3741670, type=opentxs::proto::CITEMTYPE_INDIVIDUAL, name="colin (desktop)", fingerprint="", index=0)
  107. at /home/colin/workspace/stashcrypto/opentxs/src/client/OTAPI_Exec.cpp:650
  108. #21 0x00000000007dfa88 in Moneychanger::bootTray() ()
  109. #22 0x00000000007aacc4 in MTApplicationMC::appStarting() ()
  110. #23 0x00007ffff2efdc01 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  111. #24 0x00007ffff320cd64 in QGuiApplication::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  112. #25 0x00007ffff37c491c in QApplication::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  113. #26 0x00007ffff37c105c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  114. #27 0x00007ffff37c6516 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  115. #28 0x00007ffff2ece38b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  116. #29 0x00007ffff2ed0786 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  117. #30 0x00007ffff2f243c3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  118. #31 0x00007fffeea4c197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  119. #32 0x00007fffeea4c3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  120. #33 0x00007fffeea4c49c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  121. #34 0x00007ffff2f247cf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  122. #35 0x00007ffff2ecbb4a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  123. #36 0x00007ffff2ed3bec in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  124. #37 0x000000000047aef9 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement