Hi,
In root 5.27/06, this segfaults:
But, if I call c->GetEntries() before creating the elist, everything is fine.
Hi,
In root 5.27/06, this segfaults:
But, if I call c->GetEntries() before creating the elist, everything is fine.
Hi,
The crash is resolved in the trunk and the v5-34 patch branch. On a side note, I think you can simply use:TEntryList* elist = new TEntryList("elist","An entry list");
to create the TEntryList.
Cheers,
Philippe.