Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-4874

CID 1021725: Uninitialized members (UNINIT_CTOR) in ClusterCom.cc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 7.1.0
    • Clustering
    • None

    Description

      *** CID 1021725:  Uninitialized members  (UNINIT_CTOR)
      /mgmt/cluster/ClusterCom.cc: 450 in ClusterCom::ClusterCom(unsigned long, char *, int, char *, int, char *)()
      444       mismatchLog = ink_hash_table_create(InkHashTableKeyType_String);
      445     
      446       if (cluster_type != NO_CLUSTER) {
      447         ink_thread_create(drainIncomingChannel_broadcast, this); /* Spin drainer thread */
      448         ink_thread_create(drainIncomingChannel, this);           /* Spin drainer thread */
      449       }
         CID 1021725:  Uninitialized members  (UNINIT_CTOR)
         Non-static class member "configFiles" is not initialized in this constructor nor in any functions that it calls.
      450       return;
      451     } /* End ClusterCom::ClusterCom */
      452     
      453     /*
      454      * checkPeers(...)
      455      *   Function checks on our peers by racing through the peer list(ht) and
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            zwoop Leif Hedstrom
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: