I have a problem on CMS library. When I invoke the
ActiveMQCPP::shutdownLibrary(), I have the following error:
Segmentation fault
decaf::lang::Exception::buildMessage (this=0x3570c8, format=0xab99fe35
"Failed to Lock OS Mutex"
.....


in my code, I think I did the right things, like:
if( connection != NULL )
    {
      connection->close();
      delete connection;
      connection = NULL;
    }

and after activemq::library::ActiveMQCPP::shutdownLibrary();

I have not session open, just have one connection to the activemq.

I used the cms 3.8.1 and my platform is centos 5.5 i386

any help will be appreciate.

Thank you very much




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Segmentation-fault-after-ActiveMQCPP-shutdownLibrary-tp4675017.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to