XieChengzhi1998
Results
2
comments of
XieChengzhi1998
> I am afraind this is not enough information to go on. Can you start it under GDB and provide a call stack of the failure? ``` #0 std::basic_string::basic_string (this=0x678920,...
> This is [static initialization order fiasco](https://en.cppreference.com/w/cpp/language/siof). Your library is trying to use log4cplus before some static members have been initialized. Thank you very much for your answer, I understand...