Skip to content

Commit

Permalink
[remove] dump stack in app ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Dec 6, 2023
1 parent d2ab431 commit 6e8db6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ripple/app/main/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ class ApplicationImp : public Application, public BasicApp
config_->reporting() ? std::make_unique<ReportingETL>(*this)
: nullptr)
{
JLOG(m_journal.fatal()) << "xyzzy app:\n"
<< boost::stacktrace::stacktrace();

initAccountIdCache(config_->getValueFor(SizedItem::accountIdCacheSize));

add(m_resourceManager.get());
Expand Down

0 comments on commit 6e8db6a

Please sign in to comment.