Ticket #12 (new defect)

Opened 3 years ago

Check behaviour when system calls interrupted

Reported by: jtv Assigned to: somebody
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

Custom signals can interrupt creation/decommissioning of swapfiles (you get EINTR). I'm not sure this is a bad thing, but it might create a risk of leaking files. Check that we prevent this in all cases.

Of course any leaked files should eventually be picked up again, but still...