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

iroha-cli on macos causes unhandled exception on any transaction transmission #875

Open
kuvaldini opened this issue Mar 19, 2021 · 0 comments
Labels
1.2.x Bug Something isn't working iroha1 The legacy version of Iroha.

Comments

@kuvaldini
Copy link
Contributor

kuvaldini commented Mar 19, 2021

MacOS BigSur

I tried several transactions. All lead the same error.


./build-aclang/bin/iroha-cli -account_name noda2@kyb --key_path kuvaldini
Welcome to Iroha-Cli.
Choose what to do:
1. New transaction (tx)
2. New query (qry)
3. New transaction status request (st)
> : 2021-03-19 11:18:59.940 EET [51605] DEBUG:  autovacuum: processing database "iroha_user"
2021-03-19 11:19:20.249 EET [51608] DEBUG:  autovacuum: processing database "postgres"
2021-03-19 11:19:39.947 EET [51611] DEBUG:  autovacuum: processing database "template1"
2021-03-19 11:19:59.940 EET [51614] DEBUG:  autovacuum: processing database "iroha_user"
2021-03-19 11:20:20.249 EET [51617] DEBUG:  autovacuum: processing database "postgres"
1
Forming a new transactions, choose command to add:
1. Add Signatory to Account (add_sign)
2. Grant permission over your account (grant_perm)
3. Set account key/value detail (set_acc_kv)
4. Create Account (crt_acc)
5. Create Domain (crt_dmn)
6. Create Asset (crt_ast)
7. Remove Signatory (rem_sign)
8. Detach role from account (detach)
9. Set Account Quorum (set_qrm)
10. Subtract Assets Quantity (sub_ast_qty)
11. Add Peer to Iroha Network (add_peer)
12. Transfer Assets (tran_ast)
13. Add new role to account (apnd_role)
14. Create new role (crt_role)
15. Add Asset Quantity (add_ast_qty)
16. Revoke permission from account (revoke_perm)
0. Back (b)
> : 2
Account Id: node1@k2021-03-19 11:20:40.046 EET [51620] DEBUG:  autovacuum: processing database "template1"
yb
Permission name: admin
Command is formed. Choose what to do:
1. Save as json file (save)
2. Send to Iroha peer (send)
3. Add one more command to the transaction (add)
4. Go back and start a new transaction (b)
> : 2
Peer address (127.0.0.1):
Peer port (50051):
libc++abi.dylib: terminating with uncaught exception of type boost::wrapexcept<std::out_of_range>: bimap<>: invalid key

@kuvaldini kuvaldini added 1.2.x Bug Something isn't working labels Mar 19, 2021
@nxsaken nxsaken added the iroha1 The legacy version of Iroha. label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.2.x Bug Something isn't working iroha1 The legacy version of Iroha.
Projects
None yet
Development

No branches or pull requests

2 participants