TCanvas behaviour

OLSZEWSKI@vsk02.ifj.edu.pl
Thu, 16 Jan 1997 15:45 GMT+1


Observation on SGI, Irix 5.3:

One should only create TCanvas variables with "new" and not declare them
like: TCanvas can("ala");. In this later case the ROOT can not be reset
neither by .reset nor by gROOT.Reset() and executing same macro again
induces "segmentation violation" error.

Trying other classes I do not observe this kind of behaviour. Is this
an error in ROOT?

Andrzej.O.