[ROOT] following up on my ROOT crash ...

From: Edward Moyse (edward.moyse@cern.ch)
Date: Thu Jun 26 2003 - 10:36:51 MEST


It actually happens on all computers I can try. I've tracked it down though 
and it's most likely a CINT bug.

This: 
cout <<"T2ca_hadet ""<<T2ca_hadet<<endl;

causes the crash. Removing the extra " fixes it - i.e.
				
cout <<"T2ca_hadet "<<T2ca_hadet<<endl;
is okay.

Obviously this is an error in my macro, but it must be a bug in ROOT/CINT too.

Cheers,

Ed



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