[
https://issues.apache.org/jira/browse/QPID-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886743#action_12886743
]
Gordon Sim commented on QPID-2727:
----------------------------------
The problem is that the exception in the Broker constructor means the Brokers
destructor does not get called, however the Plugin::Target superclasses
destructor does, this invokes all registered finalisers. The finaliser
registered by the cluster calls back on the now dangling pointer to the broker.
> ./src/qpidd --load-module ./src/.libs/cluster.so --cluster-name blah
> --known-hosts-url amqpx:blah segfaults
> -----------------------------------------------------------------------------------------------------------
>
> Key: QPID-2727
> URL: https://issues.apache.org/jira/browse/QPID-2727
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker
> Reporter: Gordon Sim
> Assignee: Gordon Sim
> Fix For: 0.7
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]