2 Apr
2018
2 Apr
'18
10:36 p.m.
On 31/03/2018 22:11, Assaf Ben-amitai via Boost wrote:
Hi,
I have noticed that if a process is killed while it's allocating memory from a managed file, later loading of the managed file may segfault (even in read-only mode).
A. What is the expected behaviour in this case?
The one you get. managed file has no inherent protections. You need to add it yourself. I'm not aware of any effort to improve this. Best, Ion