<div dir="ltr"><div class="gmail_extra">Eventually, I can imagine only one possibility of why initial problem can happen. If child don&#39;t write to memory at all, and then dump happens, and criu will see dirty bits in child as they were in parent, becouse there were no PF&#39;s.<br clear="all">
<div><div dir="ltr"><br>Best Regards, Tikhomirov Pavel.</div></div>
<br><br><div class="gmail_quote">2014-04-15 23:27 GMT+04:00 Cyrill Gorcunov <span dir="ltr">&lt;<a href="mailto:gorcunov@gmail.com" target="_blank">gorcunov@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="">On Tue, Apr 15, 2014 at 11:15:19PM +0400, Cyrill Gorcunov wrote:<br>
&gt; On Tue, Apr 15, 2014 at 11:07:28PM +0400, Pavel Tikhomirov wrote:<br>
&gt; &gt;    Please read this comment.<br>
&gt; &gt;    Best Regards, Tikhomirov Pavel.<br>
&gt; &gt;<br>
&gt; &gt;    2014-04-15 17:43 GMT+04:00 Pavel Tikhomirov &lt;<a href="mailto:snorcht@gmail.com">snorcht@gmail.com</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt;      Ok, but what if parent writes to memory first and gets COW&#39;ed,<br>
&gt; &gt;      and child gets writable memory when access it.<br>
&gt; &gt;      It can result in no PF.<br>
&gt; &gt;      Just an Idea, need to understand COW mechanism more precisely.<br>
&gt;<br>
&gt; OK, as far as I remember, once the process is forked, its pte/pmd structures<br>
&gt; become allocated but not present, once child attempt to read something, the<br>
<br>
</div>Sorry, for COW there is copy_one_pte which would WP both parent and child.<br>
</blockquote></div><br></div></div>