Version Information
-------------------
- phabricator 7e3adb1257af7b6241a8e290dc33615ec99c3cb3 (Thu, Feb 2)
- arcanist ade25facfdf22aed1c1e20fed3e58e60c0be3c2b (Thu, Jan 5)
- phutil 9d85dfab0f532d50c2343719e92d574a4827341b (Fri, Jan 13)
Reproduction steps
------------------
After updating I started customizing menu items. Then I noticed some performance issues and checked the deamons.
Phabricator now tells me that the daemons would not run. So I restarted them but the warning an performance issues still exists.
So I checked the daemons status page and found a lot of hanging transcations / tasks:
Error Details
-------------
Daemons status page: {F2559809} {F2559824}
Task Details: {F2559839}
Daemon log entries:
```
[02-Feb-2017 10:35:37 Europe/Berlin] #0 PhutilBootloader::executeInclude called at [<phutil>/src/moduleutils/PhutilBootloader.php:226]
[02-Feb-2017 10:35:37 Europe/Berlin] #1 PhutilBootloader::executeInclude(string) called at [<phutil>/src/moduleutils/PhutilBootloader.php:216]
[02-Feb-2017 10:35:37 Europe/Berlin] #2 PhutilBootloader::loadLibrarySource(string, string) called at [<phutil>/src/symbols/PhutilSymbolLoader.php:381]
[02-Feb-2017 10:35:37 Europe/Berlin] #3 PhutilSymbolLoader::loadSymbol(array) called at [<phutil>/src/symbols/PhutilSymbolLoader.php:256]
[02-Feb-2017 10:35:37 Europe/Berlin] #4 PhutilSymbolLoader::selectAndLoadSymbols() called at [<phutil>/src/symbols/PhutilSymbolLoader.php:324]
[02-Feb-2017 10:35:37 Europe/Berlin] #5 PhutilSymbolLoader::loadObjects() called at [<phutil>/src/symbols/PhutilClassMapQuery.php:239]
[02-Feb-2017 10:35:37 Europe/Berlin] #6 PhutilClassMapQuery::loadMap() called at [<phutil>/src/symbols/PhutilClassMapQuery.php:179]
[02-Feb-2017 10:35:37 Europe/Berlin] #7 PhutilClassMapQuery::execute() called at [<phabricator>/src/applications/search/menuitem/PhabricatorProfileMenuItem.php:76]
[02-Feb-2017 10:35:37 Europe/Berlin] #8 PhabricatorProfileMenuItem::getAllMenuItems() called at [<phabricator>/src/applications/search/query/PhabricatorProfileMenuItemConfigurationQuery.php:87]
[02-Feb-2017 10:35:37 Europe/Berlin] #9 PhabricatorProfileMenuItemConfigurationQuery::willFilterPage(array) called at [<phabricator>/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php:247]
[02-Feb-2017 10:35:37 Europe/Berlin] #10 PhabricatorPolicyAwareQuery::execute() called at [<phabricator>/src/applications/phid/type/PhabricatorPHIDType.php:91]
[02-Feb-2017 10:35:37 Europe/Berlin] #11 PhabricatorPHIDType::loadObjects(PhabricatorObjectQuery, array) called at [<phabricator>/src/applications/phid/query/PhabricatorObjectQuery.php:153]
[02-Feb-2017 10:35:37 Europe/Berlin] #12 PhabricatorObjectQuery::loadObjectsByPHID(array, array) called at [<phabricator>/src/applications/phid/query/PhabricatorObjectQuery.php:73]
[02-Feb-2017 10:35:37 Europe/Berlin] #13 PhabricatorObjectQuery::loadPage() called at [<phabricator>/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php:236]
[02-Feb-2017 10:35:37 Europe/Berlin] #14 PhabricatorPolicyAwareQuery::execute() called at [<phabricator>/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php:168]
[02-Feb-2017 10:35:37 Europe/Berlin] #15 PhabricatorPolicyAwareQuery::executeOne() called at [<phabricator>/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php:46]
[02-Feb-2017 10:35:37 Europe/Berlin] #16 PhabricatorApplicationTransactionPublishWorker::loadObject() called at [<phabricator>/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php:17]
[02-Feb-2017 10:35:37 Europe/Berlin] #17 PhabricatorApplicationTransactionPublishWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:123]
[02-Feb-2017 10:35:37 Europe/Berlin] #18 PhabricatorWorker::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php:171]
[02-Feb-2017 10:35:37 Europe/Berlin] #19 PhabricatorWorkerActiveTask::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php:22]
[02-Feb-2017 10:35:37 Europe/Berlin] #20 PhabricatorTaskmasterDaemon::run() called at [<phutil>/src/daemon/PhutilDaemon.php:181]
[02-Feb-2017 10:35:37 Europe/Berlin] #21 PhutilDaemon::execute() called at [<phutil>/scripts/daemon/exec/exec_daemon.php:131]
[02-Feb-2017 10:35:37 Europe/Berlin] PHP Fatal error: Class 'PhutilConsole' not found in /opt/phabricator/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php on line 68
```