int test()
{
for (Int_t j=0, j<1, j++) {
}
return 0;
}
Whem I try to execute this I get the following:
root [4] .x test.cxx
Error: Unexpected EOF G__fgetstream():2
FILE:/n/physics/umcdav/data2/users/dfnitz/auger/sim/elecsim/./test.cxx
LINE:8
Advice: You may need to use +P or -p option
Error: Unexpected EOF G__fgetstream():2
FILE:/n/physics/umcdav/data2/users/dfnitz/auger/sim/elecsim/./test.cxx
LINE:8
Advice: You may need to use +P or -p option
Error: Unexpected EOF G__fgetstream():2
FILE:/n/physics/umcdav/data2/users/dfnitz/auger/sim/elecsim/./test.cxx
LINE:8
Advice: You may need to use +P or -p option
Error: Unexpected EOF G__fgetstream():2
FILE:/n/physics/umcdav/data2/users/dfnitz/auger/sim/elecsim/./test.cxx
LINE:8
This repeats a few more times before root crashes.
David F. Nitz (dfnitz@umich.edu)
Physics Department, University of Michigan