Hi,
sending a root job into background doesn’t seem to work with v26.00.
test.C
void test(){
std::cout << "test" << std::endl;
}
I’m executing the job with
root -b -q ‘test.C+’ &> test.out &
After sourcing rootlogon the job directly goes into stopped state. The same job work well with <= V24.00.
Cheers, Thomas