bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
111 stars 40 forks source link

Fix std::bad_optional_access in ChainModel #285

Closed johnny9 closed 1 year ago

johnny9 commented 1 year ago

During shutdown, ChainModel initial values are being set now. This short circuits the init if there is no height set and prevents an abort.

Windows Intel macOS Apple Silicon macOS ARM64 Android

johnny9 commented 1 year ago

Reproduce in main by sending SIGINT (ctrl+c) during sync. Abort will show in terminal output.