[CRIU] [PATCH 1/2] pstree: Make restore_finish_stage helper to use holder variable
Cyrill Gorcunov
gorcunov at gmail.com
Wed Aug 24 04:11:11 PDT 2016
On Wed, Aug 24, 2016 at 02:05:23PM +0300, Dmitry Safonov wrote:
> >
> > Yes. We've been talking with Nikolay, the similar fixes for 2.5.
> > Once time permit he will test the criu-dev as well.
>
> Oh, good -- shame on me, I knew the reason, I knew the place where it
> happens, knew that the problem is in external reference... and didn't
> connect the dots, heh. Thanks, Cyrill :)
Actually it took some time to figure out what's happened
- add error print if undefined symbol found when generating blob
- check which symbol is it
- check Nikolay's repo to find that task_entries get occasionally deleted
but because it's declared as external in headers the compiler doesn't
complain but simply yield undefined external reference
More information about the CRIU
mailing list