Re: Log4CXX hang

2018-05-31 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 21. Mai 2018 um 15:32 schrieben Sie: >> #0 0xe405 in __kernel_vsyscall () >> #1 0x0067bcc5 in pthread_cond_wait@@GLIBC_2.3.2 () from >> /lib/libpthread.so.0 >> #2 0x0096b9cc in __cxa_guard_acquire () from /usr/lib/libstdc++.so.6 >> #3 0xf764fa0e in

Re: Log4CXX hang

2018-05-21 Thread Thorsten Schöning
Guten Tag chihhsiw, am Montag, 21. Mai 2018 um 11:37 schrieben Sie: > Thanks for reading this post. I have a C program running on CentOS 5.11, > compiled through g++ calling a C++ library and this C++ library try to use > log4cxx to do logging. You didn't tell which version of log4cxx you are

Log4CXX hang

2018-05-21 Thread chihhsiw
Hi, Thanks for reading this post. I have a C program running on CentOS 5.11, compiled through g++ calling a C++ library and this C++ library try to use log4cxx to do logging. However, when I initialize LoggerPtr Log4XXLogger::loggerMyMain(Logger::getLogger( "main")); as global variable, my