Re: TH1C crash

Rene Brun (Rene.Brun@cern.ch)
Wed, 07 Jan 1998 09:08:12 +0100


William J. Deninger wrote:

> Hello,
>
> I have the following problem with TH1C on WinNT.
>
> root[1] h = new TH1C("h","example",10,0,10);
> root[2] h->Fill(2); // crashes ROOT with general protection fault.
>
> TH1S, TH1D and TH1F seem to work fine though.
>
> William J Deninger

Thanks for reporting this problem with TH1C.
In the cleanup exercise one line was unfortunatly deleted
from the TH1C constructor.

*** DO NOT USE TH1C with version 1.03/09 ***

Rene Brun