- 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
More details in #2025, as I'm not sure this fixes the underlying issue or just that single appearance of the bug.