Václav Haisman
Václav Haisman
What's the call stack?
Have you built without debugging information? I am afraid I cannot tell anything useful from this particular call stack.
Do you see a `-g` option on command line of compiler invocation? It should be there by default, I believe.
@xjy198903 Have you progressed with this issue? I don't think there is anything I can do at my end.
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?
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.
I am still hitting this issue. Paho is the only supported MQTT client with Spring Integration and this makes it a lot less useful than it could be.
I have hit this exact issue today. The suggested patch looks like it should fix the issue. Why is this not merged yet?
I have implemented the thread pool on demand initialization.
Fixed in 2.1.0.