<div dir="ltr">I didn&#39;t see it.  I just thought the patch was ignoring some error, and was asking if that was OK.<div><br></div><div>Oh, you can use my name.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sat, Jan 4, 2014 at 2:36 PM, Pavel Emelyanov <span dir="ltr">&lt;<a href="mailto:xemul@parallels.com" target="_blank">xemul@parallels.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 01/04/2014 11:32 PM, Neal Becker wrote:<br>
&gt; I&#39;m assuming that &quot;can&#39;t collect mount tree&quot; is harmless??<br>
<br>
</div>Where do you see it? I thought (from your previous mail) that the<br>
patch helped and criu check worked OK.<br>
<div class="im HOEnZb"><br>
&gt;<br>
&gt; On Sat, Jan 4, 2014 at 2:31 PM, Neal Becker &lt;<a href="mailto:ndbecker2@gmail.com">ndbecker2@gmail.com</a> &lt;mailto:<a href="mailto:ndbecker2@gmail.com">ndbecker2@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     sudo crtools check --ms<br>
&gt;     (00.081409) Warn  (tun.c:55): Skipping tun support check<br>
&gt;     Looks good.<br>
&gt;<br>
&gt;     Patch did not apply, I used this:<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div><div class="HOEnZb"><div class="h5">&gt;     On Sat, Jan 4, 2014 at 2:17 PM, Pavel Emelyanov &lt;<a href="mailto:xemul@parallels.com">xemul@parallels.com</a> &lt;mailto:<a href="mailto:xemul@parallels.com">xemul@parallels.com</a>&gt;&gt; wrote:<br>

&gt;<br>
&gt;         On 01/04/2014 11:07 PM, Neal Becker wrote:<br>
&gt;         &gt; Here&#39;s another view, generated by ABRT (automatic bug reporting tool)<br>
&gt;         &gt;<br>
&gt;         &gt; Core was generated by `criu check --ms&#39;.<br>
&gt;         &gt; Program terminated with signal SIGSEGV, Segmentation fault.<br>
&gt;         &gt; #0  mount_resolve_path (path=0xd812a0 &quot;/home/nbecker/.gnupg/S.gpg-agent&quot;) at mount.c:141<br>
&gt;         &gt; 141list_for_each_entry(c, &amp;m-&gt;children, siblings) {<br>
&gt;         &gt;<br>
&gt;         &gt; Thread 1 (Thread 0x7f1b37434740 (LWP 13862)):<br>
&gt;         &gt; #0  mount_resolve_path (path=0xd812a0 &quot;/home/nbecker/.gnupg/S.gpg-agent&quot;) at mount.c:141<br>
&gt;         &gt;         __mptr = &lt;optimized out&gt;<br>
&gt;         &gt;         pathlen = 32<br>
&gt;         &gt;         m = 0x0<br>
&gt;         &gt;         c = &lt;optimized out&gt;<br>
&gt;<br>
&gt;         This one is helpful, thanks. Can you check whether this patch helps:<br>
&gt;<br>
&gt;         diff --git a/cr-check.c b/cr-check.c<br>
&gt;         index 064d286..6074bfe 100644<br>
&gt;         --- a/cr-check.c<br>
&gt;         +++ b/cr-check.c<br>
&gt;         @@ -541,6 +541,11 @@ int cr_check(void)<br>
&gt;                         return -1;<br>
&gt;                 }<br>
&gt;<br>
&gt;         +       if (collect_mount_info(getpid())) {<br>
&gt;         +               pr_err(&quot;Can&#39;t collect mount tree\n&quot;);<br>
&gt;         +               return -1;<br>
&gt;         +       }<br>
&gt;         +<br>
&gt;                 ret |= check_map_files();<br>
&gt;                 ret |= check_sock_diag();<br>
&gt;                 ret |= check_ns_last_pid();<br>
&gt;<br>
&gt;<br>
&gt;         If it does, I will apply it. Do you mind having your name and e-mail in the<br>
&gt;         Reported-by: tag in the CRIU repository?<br>
&gt;<br>
&gt;         Thanks,<br>
&gt;         Pavel<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br></div>