[CRIU] zdtm/static/fd failure on aarch64
Adrian Reber
adrian at lisas.de
Mon Jun 11 18:34:28 MSK 2018
On Mon, Jun 11, 2018 at 04:22:29PM +0100, Dmitry Safonov wrote:
> 2018-06-11 15:52 GMT+01:00 Adrian Reber <adrian at lisas.de>:
> [...]
> >> - BUG_ON(ret < 0 && errno != -EWOULDBLOCK);
> >> + BUG_ON(ret < 0 && errno != EWOULDBLOCK);
> >
> > Now it goes into an endless loop writing
> >
> > 10:50:30.462: 3980: ERR: ../lib/lock.h:148: futex (errno = 11 (Resource temporarily unavailable))
> >
> > to the output file.
>
> Probably, with the updated patch?
No, still endless loop:
11:32:31.668: 4109: ERR: ../lib/lock.h:148: futex (errno = 11 (Resource temporarily unavailable))
[pid 4109] futex(0xffff87000000, FUTEX_WAIT, 2264924161, NULL) = -1 EAGAIN (Resource temporarily unavailable)
[pid 4109] newfstatat(AT_FDCWD, "/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}, 0) = 0
[pid 4109] write(2, "11:32:32.516: 4109: ERR: ../lib"..., 99) = 99
Adrian
More information about the CRIU
mailing list