diff options
| author | Philip Kaufmann <[email protected]> | 2012-11-18 11:58:32 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-11-18 14:10:26 +0100 |
| commit | be8e1f8479ff46c99f97ac3e396736d36e5458c6 (patch) | |
| tree | a300ef46ace1eeab970fe56b3976ced4e39f1a82 /src/script.cpp | |
| parent | Merge pull request #2022 from Diapolo/fix_#2018 (diff) | |
| download | discoin-be8e1f8479ff46c99f97ac3e396736d36e5458c6.tar.xz discoin-be8e1f8479ff46c99f97ac3e396736d36e5458c6.zip | |
Bitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown()
- can be triggerd by just adding -proxy=crashme with 0.7.1
- crash occured, when AppInit2() was left with return false; after the
first call to bitdb.open() (Step 6 in init)
- this is caused by GetDataDir() or .string() in CDBEnv::EnvShutdown()
called via the bitdb global destructor
- init fDbEnvInit and fMockDb to false in CDBEnv::CDBEnv()
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions