TH1C crash

William J. Deninger (deninger@uiuc.edu)
Tue, 6 Jan 1998 14:17:50 -0600


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