Files
bitcoin/src/qt
Wladimir J. van der Laan 1db3352cc6 qt: Fix random segfault when closing "Choose data directory" dialog
The `pickDataDirectory()` function was calling `exit(0)` to quit
the application when the user closes the dialog without choosing
a data directory.

This is a bad idea because a background thread is created (to
check free space on the drive of the currently selected datadir).
The thread is not stopped and unwound properly, resulting in a potential
race condition somewhere deep in Qt.

So replace the `exit()` by a boolean return value, and let the
stack unwind normally.
2016-09-07 16:17:09 +02:00
..
2016-08-11 23:16:21 +02:00
2015-12-13 18:08:39 +01:00
2015-12-30 12:23:07 -05:00
2015-12-13 18:08:39 +01:00
2016-01-05 14:11:40 +01:00
2016-01-05 14:11:40 +01:00
2015-12-13 18:08:39 +01:00
2016-01-05 21:01:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2016-07-28 11:30:03 +02:00
2016-05-09 22:46:33 -04:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2016-01-05 14:11:40 +01:00
2015-07-31 09:35:18 +02:00
2015-07-31 09:35:18 +02:00
2016-05-17 00:45:58 +02:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00