bug?

Alexander Zvyagin (zvyagin@mx.ihep.su)
Wed, 29 Oct 1997 10:10:11 GMT+03:00


IHEP, Protvino, Russia, 29-OCT-1997

Hi!

What is wrong in the next file?

file test.c
--------------------------------------------------------------------------
void test(void)
{
TFile file1("file.root","RECREATE","This is title!",9);

class GENERATOR : public TObject
{
} g;
}
--------------------------------------------------------------------------

root [0] .x test.c

*** Break *** segmentation violation

Thanks,
Alexander Zvyagin.