You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
philmale
changed the title
Assertion `(0) == (uv_gettimeofday(&tv))' failed
4.32.3 4.32.2 fails to boot with Assertion `(0) == (uv_gettimeofday(&tv))' failed
Jan 21, 2022
It's possible this is related to (semi-)recent seccomp issues/changes -- what's the version of Docker and libseccomp on the host? (At least Docker 20.10.8+ and libseccomp 2.4.2+?)
Good spot (and I should have checked that!) - docker at 20.10.12 but libseccomp2 at 2.3.3-4 on this host - tried on another identical host with libseccomp2 at 2.5.3-2 and 4.32.3 image works. Upgraded libseccomp2 on original host and back up and running.
Docker container failing to start up on arm7l Raspbian GNU/Linux 10 (buster) with versions 4.32.3 and 4.32.2 with the following assertion failure:
Node.js[1]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion '(0) == (uv_gettimeofday(&tv))' failed.
Version 4.32.1 works fine.
The text was updated successfully, but these errors were encountered: