Skip to content

Test SIGTERM vs ~TFile #13300

Open
Open
@Axel-Naumann

Description

@Axel-Naumann

Check duplicate issues.

  • Checked for duplicates

Description

Rumors have it that SIGTERM doesn't trigger writing in-memory objects to open TFiles. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions