diff options
| author | Philip Kaufmann <[email protected]> | 2012-11-18 11:58:32 +0100 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-11-22 19:45:03 +0000 |
| commit | 0d989a99d045d692695d6890b37ccb679f03c6ba (patch) | |
| tree | d4f552bc6ed3e7e719204b8b43cecfd046089fef /src/script.cpp | |
| parent | Merge branch '0.6.x' into 0.7.x (diff) | |
| download | discoin-0d989a99d045d692695d6890b37ccb679f03c6ba.tar.xz discoin-0d989a99d045d692695d6890b37ccb679f03c6ba.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