<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">I used criu 1.6 to dump and restore a multi-threaded process.</p>
<p style="margin-top:0;margin-bottom:0">But when restored, I found the sub-thread's name are not recovered, they are the same as the process name.</p>
<p style="margin-top:0;margin-bottom:0">I looked the source code, from <span>protobuf/</span>core.proto:</p>
<p style="margin-top:0;margin-bottom:0"> task_core_entry::<span>comm, represents the process name</span></p>
<p style="margin-top:0;margin-bottom:0"><span> but thread_core_entry does not have comm and the thread name is not saved.</span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0">Why criu not save and recover the thread name?</p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"> </p>
</div>
</body>
</html>