I have got a problem using the TObject::kSingleKey option when saving
objects in a TFile. When writing my Daq object (which is derived from
TClonesArray) using
fDaq->Write("Daq",TObject::kSingleKey);
I get the runtime error
CustomReAlloc2: oldsize != size
Fatal in <CustomReAlloc2>: unreasonable size (1033)
independent of the size of the TClonesArray. This does not happen when I
don't use the kSingleKey option (but then my TFile gets much bigger). This
behaviour is only seen on Sun/Solaris. It all works fine on IRIX. Any
suggestions ?
Thanks, regards,
Wouter