Cint

Jarek Grebieszkow (frodo@ikf.uni-frankfurt.de)
Fri, 7 Mar 1997 15:43:21 +0100 (MET)


Hi again,
so this is not again about TTree I have solved my problem this is about
another Cint feature, such small program does the root crash:

root [0] TFile *f = new TFile("out.root");
root [1] delete f;
root [2] TFile f("out.root");

*** Break *** segmentation violation

I think Cint should print error/warning at least.

Regards
Jarek