I am getting the following runtime error while running opencv_imm or any of the djinntonic services
MongoDB: localhost
Connection is ok
F0406 15:16:03.500624 16459 Singleton-inl.h:241] Singleton wangle::(anonymous namespace)::PollerContext requested before registrationComplete() call.
*** Check failure stack trace: ***
@ 0x7f2a020305cd google::LogMessage::Fail()
@ 0x7f2a02032433 google::LogMessage::SendToLog()
@ 0x7f2a0203015b google::LogMessage::Flush()
@ 0x7f2a02030379 google::LogMessage::~LogMessage()
@ 0x7f2a01c72c50 folly::detail::SingletonHolder<>::createInstance()
@ 0x7f2a01c71c4a folly::detail::SingletonHolder<>::try_get()
@ 0x7f2a01c71585 folly::Singleton<>::try_get()
@ 0x7f2a01c7083e wangle::FilePoller::init()
@ 0x7f2a01c70702 wangle::FilePoller::FilePoller()
@ 0x7f2a01b6ba4d _ZSt11make_uniqueIN6wangle10FilePollerEJRKNSt6chrono8durationIlSt5ratioILl1ELl1EEEEEENSt9_MakeUniqIT_E15__single_objectEDpOT0_
@ 0x7f2a01b6a8cd apache::thrift::SecurityKillSwitchPoller::SecurityKillSwitchPoller()
@ 0x7f2a01b6a809 apache::thrift::SecurityKillSwitchPoller::SecurityKillSwitchPoller()
@ 0x7f2a01b8cb4d apache::thrift::ThriftServer::ThriftServer()
@ 0x7f2a01b8c76f apache::thrift::ThriftServer::ThriftServer()
@ 0x429f69 main
@ 0x7f29ff9cc830 __libc_start_main
@ 0x42e3d9 _start
@ (nil) (unknown)
Aborted (core dumped)
I am using Ubuntu 16.04 with thrift 0.9.3 and master branches of folly and wangle. I was unable to compile lucida with the versions of folly and wangle given in the automated install script.