HomePhabricator

Do not launch Shutdown in a new thread in case we are running the UI.
19197d5e2973Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Do not launch Shutdown in a new thread in case we are running the UI.

This leads to the bitcoin core being shut down while the UI is accessing it, and generally results in a segmentation fault or crash. In case it is desirable to make it possible to shutdown the GUI from its RPC server, we'll need to implement a signal for it. For the mean time, this is a safe stopgap.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Nov 12 2011, 12:50
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING6be6be2ed9d5: Tool/process for including correct qt translations in mac .App
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING19197d5e2973: Do not launch Shutdown in a new thread in case we are running the UI. (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 12 2011, 13:14