dingetje opened a new issue, #420: URL: https://github.com/apache/logging-log4cxx/issues/420
I have build log4cxx 1.3.0 from source using CMake on RHEL7 with devtools-11 All tests are pass, But when I link this log4cpp into my own shared library the application crashes immediately when I try to load my shared library in a test application: ```` Program received signal SIGSEGV, Segmentation fault. 0x00007ffff69d5638 in log4cxx::helpers::Class::toString() const () from /home/antoinem/projects/log4cxx/apache-log4cxx-1.3.0/build/log4cxx/src/main/cpp/liblog4cxx.so.15 (gdb) info stack #0 0x00007ffff69d5638 in log4cxx::helpers::Class::toString() const () from /home/antoinem/projects/log4cxx/apache-log4cxx-1.3.0/build/log4cxx/src/main/cpp/liblog4cxx.so.15 #1 0x00007fffee5cb863 in log4cxx::helpers::Class::registerClass (newClass=newClass@entry=0x7fffee8634f0 <log4cxx::helpers::AppenderAttachableImpl::theClassAppenderAttachableImpl>) at class.cpp:101 #2 0x00007fffee5cbad9 in log4cxx::helpers::Class::Class (this=0x7fffee8634f0 <log4cxx::helpers::AppenderAttachableImpl::theClassAppenderAttachableImpl>, name=...) at class.cpp:47 #3 0x00007fffee5c1e56 in ClassAppenderAttachableImpl (this=0x7fffee8634f0 <log4cxx::helpers::AppenderAttachableImpl::theClassAppenderAttachableImpl>) at ../include/log4cxx/helpers/appenderattachableimpl.h:46 #4 __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at appenderattachableimpl.cpp:27 #5 _GLOBAL__sub_I_appenderattachableimpl.cpp(void) () at appenderattachableimpl.cpp:143 #6 0x00007ffff7dea9c3 in _dl_init_internal () from /lib64/ld-linux-x86-64.so.2 #7 0x00007ffff7def59e in dl_open_worker () from /lib64/ld-linux-x86-64.so.2 #8 0x00007ffff7dea7d4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #9 0x00007ffff7deeb8b in _dl_open () from /lib64/ld-linux-x86-64.so.2 #10 0x00007ffff7bd7fab in dlopen_doit () from /lib64/libdl.so.2 #11 0x00007ffff7dea7d4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #12 0x00007ffff7bd85ad in _dlerror_run () from /lib64/libdl.so.2 #13 0x00007ffff7bd8041 in dlopen@@GLIBC_2.2.5 () from /lib64/libdl.so.2 #14 0x0000000000400719 in main () at main.cpp:9 (gdb) ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org