RE: <CustomReAlloc2>: message

From: Philippe Canal <pcanal_at_fnal.gov>
Date: Mon, 16 May 2005 10:38:19 -0500


Hi Luc,

Please send us a small example reproducing the problem.

Thanks,
Philippe.

-----Original Message-----
From: owner-roottalk_at_pcroot.cern.ch [mailto:owner-roottalk_at_pcroot.cern.ch] On Behalf Of Legeard Luc
Sent: Monday, May 16, 2005 2:33 AM
To: roottalk_at_pcroot.cern.ch; Legeard Luc Subject: [ROOT] <CustomReAlloc2>: message

Hello Rooters

I works on SL3, gcc version 3.2.3 and ROOT 3.10 or 4.0402

I have a TTree

--theTree = new TTree("AutoTree","Automatic filled Tree")

wich is initialised by this way:

--cout << " Initialisation of TTree \n"; 
-- for (Int_t i=0;i<fEvent->fDataArraySize;i++)
--{
--TString parName=fDataParameters->GetParName(i);
--TString parType=parName+"/s";
--theTree->Branch(parName,&(fDataArray[i]),parType);
-- }

where fDataArray is a UShort_t vector with a such size :fDataArraySize = 33
and fDataParameters->GetParName(i) give a name

i fill the the tree by this
--theTree->Fill();

after near 300000 fills , this message appear during "theTree->Fill()"
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
....

for ROOT 4.0402
and no message 3.10 version.

What is this error/warning message ?

Thanks a lot for you help
Best Regard

Luc Received on Mon May 16 2005 - 17:39:18 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:08 MET