ActiveMQ C++ higher Version 2.2.6 - Segfault by initialization

2013-12-04 Thread Nikolaus Klimek
Hello, because our previous SLES Version does not support required apr-version, we used the ActiveMQ C++ Client 2.2.6, which was compiled to a shared object/library and called by a cobol application (via CALL). This combination works fine. Actually we updated our SLES (to 11.2) and a higher apr-v

Re: ActiveMQ C++ higher Version 2.2.6 - Segfault by initialization

2014-03-13 Thread Nikolaus Klimek
c npos = 18446744073709551615, _M_dataplus = {> = {<__gnu_cxx::new_allocator> = {}, }, _M_p = 0x0}} AMQS.so is our ActiveMQ C++ client application. Regards Nikolaus 2013-12-05 12:36 GMT+01:00 Timothy Bish : > On 12/05/2013 02:57 AM, Nikolaus Klimek wrote: > >> Hello, >> >

Re: ActiveMQ C++ higher Version 2.2.6 - Segfault by initialization

2014-03-26 Thread Nikolaus Klimek
Thank you for your prompt response! Our Problem seems to be solved. The Solution in our case was to change the dlopen() call. We added the flag RTLD_DEEPBIND and it seems to work. Thanks a lot for your hints! Regards Niko 2014-03-13 13:41 GMT+02:00 artnaseef : > Hmm, a segfault in std::basic_st