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

monero-gui-mac-armv8 locking up at quit #9262

Closed
AntlerDM opened this issue Mar 25, 2024 · 1 comment
Closed

monero-gui-mac-armv8 locking up at quit #9262

AntlerDM opened this issue Mar 25, 2024 · 1 comment

Comments

@AntlerDM
Copy link

This has been happening to me for a few versions now including v0.18.3.2. The GUI seems to function correctly while running, but when I quit, the application locks up and requires a force quit.

Workaround has been to lock the wallet first and then click the "X" button. Locking and then selecting Quit menu causes lockup.

I have tried connecting to a remote daemon and local daemon. And it is the same if I click the X button or select Quit from the menu.

The issue has been happening with macOS versions 13 & 14. Hardware is Mac Studio M1 Ultra.

Lockup Log:
2024-03-25 16:45:06.674 0x1f721bac0 INFO logging contrib/epee/src/mlog.cpp:273 New log categories: *:WARNING,net:FATAL,net.http:FATAL,net.ssl:FATAL,net.p2p:FATAL,net.cn:FATAL,daemon.rpc:FATAL,global:INFO,verify:FATAL,serialization:FATAL,daemon.rpc.payment:ERROR,stacktrace:INFO,logging:INFO,msgwriter:INFO 2024-03-25 16:45:06.674 0x1f721bac0 WARNING frontend src/wallet/api/wallet.cpp:411 Logging to "/Users/<USER>/Library/Logs/monero-wallet-gui.log" 2024-03-25 16:45:06.675 0x1f721bac0 WARNING frontend src/wallet/api/wallet.cpp:411 file:///Users/<USER>/Applications/Monero GUI/monero-wallet-gui.app/Contents/Resources/qml/QtQuick/Controls/ApplicationWindow.qml:259:9: QML ContentItem: Binding loop detected for property "implicitWidth" 2024-03-25 16:45:21.253 0x1f721bac0 INFO logging contrib/epee/src/mlog.cpp:273 New log categories: *:INFO,global:INFO,stacktrace:INFO,logging:INFO,msgwriter:INFO,perf.*:DEBUG 2024-03-25 16:45:21.254 0x16dbff000 INFO net contrib/epee/src/net_parse_helpers.cpp:138 [PARSE URI] regex not matched for uri: ^(([^:]*?)://)?(\[(.*)\](:(\d+))?)(.*)? 2024-03-25 16:45:21.255 0x16dda3000 INFO wallet.wallet2 src/wallet/wallet2.cpp:8279 ringdb path set to /Users/<USER>/.shared-ringdb 2024-03-25 16:45:21.260 0x16dbff000 INFO net.ssl contrib/epee/src/net_ssl.cpp:137 Generating SSL certificate 2024-03-25 16:45:21.328 0x16dda3000 INFO wallet.wallet2 src/wallet/wallet2.cpp:8303 caching ringdb key 2024-03-25 16:45:21.349 0x16dda3000 WARNING wallet.wallet2 src/wallet/wallet2.cpp:6118 Loaded wallet keys file, with public address: <WALLET ADDRESS> 2024-03-25 16:45:21.377 0x16dda3000 INFO wallet.wallet2 src/wallet/wallet2.cpp:6150 Trying to decrypt cache data 2024-03-25 16:45:21.451 0x16dda3000 INFO wallet.mms src/wallet/message_store.cpp:778 No message store file found: /Users/<USER>/Monero/wallets/<USER>/<USER>.mms 2024-03-25 16:45:21.453 0x16dda3000 INFO wallet.wallet2 src/wallet/wallet2.cpp:1390 setting daemon to <LOCAL DAEMON> 2024-03-25 16:45:21.453 0x16dda3000 INFO net contrib/epee/src/net_parse_helpers.cpp:138 [PARSE URI] regex not matched for uri: ^(([^:]*?)://)?(\[(.*)\](:(\d+))?)(.*)? 2024-03-25 16:45:21.457 0x16dda3000 INFO net.ssl contrib/epee/src/net_ssl.cpp:137 Generating SSL certificate 2024-03-25 16:45:21.665 0x16dda3000 INFO net contrib/epee/src/net_parse_helpers.cpp:138 [PARSE URI] regex not matched for uri: ^(([^:]*?)://)?(\[(.*)\](:(\d+))?)(.*)? 2024-03-25 16:45:21.807 0x16dda3000 WARNING net.ssl contrib/epee/src/net_ssl.cpp:539 SSL peer has not been verified 2024-03-25 16:45:21.807 0x16dda3000 WARNING net.ssl contrib/epee/src/net_ssl.cpp:539 SSL peer has not been verified

Lock Wallet successful quit log:
2024-03-25 16:50:02.898 0x16e927000 INFO WalletAPI src/wallet/api/wallet.cpp:452 ~WalletImpl 2024-03-25 16:50:02.899 0x16e927000 INFO WalletAPI src/wallet/api/wallet.cpp:769 closing wallet... 2024-03-25 16:50:02.899 0x16e927000 INFO WalletAPI src/wallet/api/wallet.cpp:780 Calling wallet::stop... 2024-03-25 16:50:02.899 0x16e927000 INFO WalletAPI src/wallet/api/wallet.cpp:782 wallet::stop done 2024-03-25 16:50:02.899 0x16e927000 INFO WalletAPI src/wallet/api/wallet.cpp:465 ~WalletImpl finished

@selsta
Copy link
Collaborator

selsta commented Mar 25, 2024

Please add your comment here monero-project/monero-gui#4286

@selsta selsta closed this as completed Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants