Open kutschke opened 2 years ago
@kutschke, can you provide us with the GitHub link to the events.fcl
file?
A possibly simpler example to reproduce the failure is:
process_name : HelloWorld
source : {
module_type : RootInput
maxEvents : 3
}
physics :{
analyzers: {
hello: {
module_type : HelloWorld
}
}
e1 : [hello]
end_paths : [e1]
}
where the source for the module is : https://github.com/Mu2e/Offline/blob/main/HelloWorld/src/HelloWorld_module.cc
Thanks, @kutschke. We'll investigate.
Describe the bug Mu2e has a job that throws a cet::exception and we have a fix to the underlying problem. When debugging this problem we discovered that the output file is not readable. We understand that the output file is expected to be readable and to contain the events up to, but not including, the event that failed. The job log is at:
/mu2e/app/users/kutschke/Bugs/Dave_crash/out/ceSimReco.log
and shows the output expected from a graceful shutdown following the throw of a cet::exception. The output file is at:
/mu2e/app/users/kutschke/Bugs/Dave_crash/out/RootOutput-821d-e66d-eacd-2b9e.root
To Reproduce On a machine that mounts
If this is a high-priority issue This is not a high priority for mu2e.