You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2010/05/21 19:31:29 UTC

svn commit: r947081 - /qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp

Author: aconway
Date: Fri May 21 17:31:29 2010
New Revision: 947081

URL: http://svn.apache.org/viewvc?rev=947081&view=rev
Log:
Fix broker core dump during start-up caused by un-initialized mAgent pointer.

Modified:
    qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp?rev=947081&r1=947080&r2=947081&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp Fri May 21 17:31:29 2010
@@ -247,6 +247,7 @@ Cluster::Cluster(const ClusterSettings& 
     name(settings.name),
     self(cpg.self()),
     clusterId(true),
+    mAgent(0),
     expiryPolicy(new ExpiryPolicy(mcast, self, broker.getTimer())),
     mcast(cpg, poller, boost::bind(&Cluster::leave, this)),
     dispatcher(cpg, poller, boost::bind(&Cluster::leave, this)),



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org