HomePhabricator

fix crash on shutdown when e.g. changing -txindex and abort action
0ce30eaa3629Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

fix crash on shutdown when e.g. changing -txindex and abort action

  • fixes #3136
  • the problem is related to Boost path and a static initialized internal pointer
  • using a std::string in CDBEnv::EnvShutdown() prevents the problem
  • this removes the boost::filesystem::path path field from CDBEnv

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Jun 15 2015, 05:46
deadalnixPushed on May 14 2017, 22:04
Parents
rABC754aae51488c: Merge pull request #6271
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rABC0ce30eaa3629: fix crash on shutdown when e.g. changing -txindex and abort action (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Jun 16 2015, 13:03