root hangs when quiting after running StartDuty.C [message #18508] |
Thu, 17 September 2015 12:37 |
joa
Messages: 5 Registered: September 2015
|
occasional visitor |
From: *in2p3.fr
|
|
Hi all,
My first AGATA forum post!
I suddenly have a problem producing root trees from adf files made after tracking. I can run the macros and the code
one file at a time. But if I try to run a batch using many files
for ((RunNr=$start; RunNr<=$end; RunNr++))
do
echo "Converting $RunNr --> $DIRNAME"
root -q -b "StartDuty.C($RunNr)"
done
it hangs. I've checked and it is root that hangs when quiting. I've tried to debug this a bit using gdb and valgrind
but upuntil now I've found nothing. Also, I can't recall what changes I could possibly have made that causes this problem. More later, since I hope to figure out what went wrong and report back
cheers
Joa
|
|
|