Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli_wallet core dumed on CTRL-D #19

Closed
bobinson opened this issue Feb 17, 2019 · 7 comments
Closed

cli_wallet core dumed on CTRL-D #19

bobinson opened this issue Feb 17, 2019 · 7 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@bobinson
Copy link

  1. On master branch, compile cli_wallet
  2. connect to a remote server
  3. perform few operations
  4. Press CTRL-D to exit & cli_wallet core dumps
bkb@pbsa01:~/pbsa/peerplays/programs/cli_wallet$ ./cli_wallet
Logging RPC to file: logs/rpc/rpc.log
257768ms th_a       main.cpp:120                  main                 ] key_to_wif( committee_private_key ): 5KCBDTcyDqzsqehcb52tW5nU6pXife6V2rX9Yf7c3saYSzbDZ5W
257769ms th_a       main.cpp:124                  main                 ] nathan_pub_key: PPY6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
257769ms th_a       main.cpp:125                  main                 ] key_to_wif( nathan_private_key ): 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
257770ms th_a       main.cpp:172                  main                 ] wdata.ws_server: wss://api.ppy.blckchnd.com
258280ms th_a       main.cpp:177                  main                 ] wdata.ws_user:  wdata.ws_password:
260362ms th_a       wallet.cpp:966                resync_active_tourna ] Checking my accounts for active tournaments
260621ms th_a       wallet.cpp:994                resync_active_tourna ] Account b0b1ns0n is not registered for any tournaments
260622ms th_a       thread.cpp:95                 thread               ] name:getline tid:140585854867200
locked >>> unlock 1
unlock 1
267901ms th_a       wallet.cpp:966                resync_active_tourna ] Checking my accounts for active tournaments
268161ms th_a       wallet.cpp:994                resync_active_tourna ] Account b0b1ns0n is not registered for any tournaments
null
unlocked >>>

unlocked >>>

unlocked >>>

272436ms th_a       wallet.cpp:1076               save_wallet_file     ] saving wallet to file wallet.json
pure virtual method called
terminate called without an active exception
Aborted (core dumped)
@xeroc
Copy link

xeroc commented Feb 21, 2019

Known issue that could be fixed by merging code from bitshares-core.

@bobinson
Copy link
Author

@xeroc : Can you point to the relevant code change if you remember the same ?

@xeroc
Copy link

xeroc commented Feb 21, 2019

potentially related: bitshares/bitshares-core#1104

@bobinson bobinson added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Feb 25, 2019
@abitmore
Copy link

abitmore commented Apr 3, 2019

Actually, it's bitshares/bitshares-core#1690, hasn't been fixed in BitShares yet.

@bobinson
Copy link
Author

bobinson commented Apr 3, 2019

thanks @abitmore for the information

@bobinson
Copy link
Author

@bobinson
Copy link
Author

fixed via #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants