|
From: Brian M. <bm...@di...> - 2003-08-29 18:37:27
|
>> That's only half the error - there should be a second half to the >> error report that describes the address of the uninitialised data. I re-ran it and here is the entire output around the error. ==10863== Use of uninitialised value of size 4 ==10863== at 0x808CF4F: void Filter(float*, float const*, float const*, float const*, int) (Filter/Filter.h:90) ==10863== by 0x808CC84: _t_ErrCode FilterTmplt(CBoundedBlock*, CBoundedBlock const*, unsigned char, unsigned char, unsigned char) (Filter/Filter.h:151) ==10863== by 0x808C967: FilterThreshold(CBoundedBlock*, CBoundedBlock const*, unsigned char, unsigned char, unsigned char) (Filter/Filter.cpp:44) ==10863== by 0x8069357: _Z13ReadP17CReadOutPK13CBlockIhEPK10CVectorIfEPK12CMatrixIfEhPK9CVectorItEPK 5CBlPSH_SC_ (Read.cpp:382) It sounds like there is additional output that I should be seeing. Am I missing something? When you say that there is a second half to the error report -- Is that a summary group at the bottom of the report, or will the additional info appear along with the error statement in the body of the output? Thanks again, --Brian |