[ROOT] click event on a TH2F crashes computer

From: Ozgur COBANOGLU (Ozgur.Cobanoglu@cern.ch)
Date: Fri Apr 11 2003 - 10:55:31 MEST


Hello,
(CERNRedHat7.3.1 and ROOT which is updated from cvs repository several
days ago)
I have a strange problem and I'd like to know if someone else has too.
I create a canvas and a TH2F on it like that:

{
TCanvas *c1 = new TCanvas("c1", "c1",600,400);
TH2F *padPlane = new TH2F("padPlane","padPlane",128,0,128,4,0,4);
padPlane->SetEntries(1);
padPlane->Draw("colz");
}

When the object is drawn on screen I click on the padPlane object and 20
per cent my computer crashes; I need to force it reboot, non of the
short cuts works. This sensitivity is only for clicking events nothing
else. Any ideas ? and is it a posibility that this problem can originate
from the OS itself ? I have been using a different Linux OS on a
different machine and ROOT was running perfectly, should I change OS or
machine again or is this a known thing ?.

cheers, oz...

--
----------------------------------------------------------------
Özgür Çobanoglu
ozgur@nucleus.istanbul.edu.tr
Ozgur.Cobanoglu@cern.ch



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET