From de6f390985b862e744d9974600b3263f75f929c8 Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Thu, 6 Mar 2014 11:37:02 -0600 Subject: PRD: segfault in runtime TD controller Change-Id: Id537c0868d41d326d5d01681a3f388765e905b93 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9354 Reviewed-by: Christopher T. Phan Tested-by: Jenkins Server Reviewed-by: BENJAMIN J. WEISENBECK Reviewed-by: A. Patrick Williams III Reviewed-by: Zane Shelley Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9361 --- src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usr/diag/prdf') diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H index aa8b9df43..f2c2399ef 100644 --- a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H +++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaTdCtlr_common.H @@ -126,8 +126,10 @@ class CenMbaTdCtlrCommon * @param i_mbaChip An MBA chip. */ explicit CenMbaTdCtlrCommon( ExtensibleChip * i_mbaChip ) : - iv_mbaChip(i_mbaChip), iv_initialized(false), iv_tdState(NO_OP), - iv_rank(), iv_mark(), iv_mssCmd(NULL), iv_isEccSteer(false) + iv_mbaChip(i_mbaChip), iv_membChip(NULL), iv_mbaTrgt(NULL), + iv_mbaPos(MAX_MBA_PER_MEMBUF), iv_x4Dimm(false), iv_initialized(false), + iv_tdState(NO_OP), iv_rank(), iv_mark(), iv_mssCmd(NULL), + iv_isEccSteer(false) {} /** @brief Destructor */ -- cgit v1.2.1