Open
Description
Check duplicate issues.
- Checked for duplicates
Description
Rumors have it that SIGTERM doesn't trigger writing in-memory objects to open TFile
s. We should have a test for this.
Reproducer
Likely this should be enough:
TFile file("out.root", "RECREATE");
TH1F hist("h", "h", 10, 0., 1.);
raise(SIGTERM);
ROOT version
6.29/01
Installation method
From source
Operating system
Some Linux
Additional context
No response