Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

lldb debug can't read var value (ubuntu),how to deal?? I compile eosio with ./eosio_build.sh -o Debug #4917

Closed
suannilian opened this issue Jul 29, 2018 · 2 comments
Assignees
Labels

Comments

@suannilian
Copy link

suannilian commented Jul 29, 2018

2018-07-29T00:53:52.118 thread-0 http_plugin.cpp:447 add_handler ] add api url: /v1/wallet/sign_transaction
2018-07-29T00:53:52.118 thread-0 http_plugin.cpp:447 add_handler ] add api url: /v1/wallet/unlock
Process 2337 stopped

  • thread Replace operations with messages #1, name = 'keosd', stop reason = breakpoint 1.1
    frame #0: keosd`eosio::wallet::wallet_manager::create(this=0x0000000000dfdbb0, name="\x18\xb8����) at wallet_manager.cpp:61
    58
    59 auto wallet_filename = dir / (name + file_ext);
    60 //FC_ASSERT( !" wallet is already!" );
    -> 61 if (fc::exists(wallet_filename)) {
    62 EOS_THROW(chain::wallet_exist_exception, "Wallet with name: '${n}' already exists at ${path}", ("n", name)("path",fc::path(wallet_filename)));
    63 }
    64
    (lldb) po wallet_filename
    error: keosd :: Class '_Vector_impl' has a base class 'std::_Vector_base<char, std::allocator >::_Tp_alloc_type' which does not have a complete definition.
    error: keosd :: Try compiling the source file with -fno-limit-debug-info.

(lldb)

@suannilian suannilian changed the title lldb debug can't read var value (ubuntu),how to deal?? lldb debug can't read var value (ubuntu),how to deal?? I compile eosio with ./eosio_build.sh -o Debug Jul 29, 2018
@andriantolie
Copy link
Contributor

Have you restarted your keosd after you compile it with Debug option?

@andriantolie
Copy link
Contributor

We haven't received any follow up from this.

If you still have the problem and wish to discuss further, please post it in https://eosio.stackexchange.com. To keep things organized, Github issues are intended for bugs reporting and features tracking, and Stack Exchange is the right place for any technical support discussions. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants