question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] No start on latest nightly docker build

See original GitHub issue

Describe the bug The container does not start.

To Reproduce Steps to reproduce the behavior:

  1. Pull latest nightly
  2. Start the container
  3. See error

Expected behavior The container starts

Logs

 1: 0x7fb65fc373cc node::Abort() [/lib/x86_64-linux-gnu/libnode.so.72]
 2: 0x7fb65fc3745b  [/lib/x86_64-linux-gnu/libnode.so.72]
 3: 0x7fb65fcb9de2 node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [/lib/x86_64-linux-gnu/libnode.so.72]
 4: 0x7fb65fcb9f16 node::NodePlatform::NodePlatform(int, v8::TracingController*) [/lib/x86_64-linux-gnu/libnode.so.72]
 5: 0x7fb65fc022c8 node::InitializeOncePerProcess(int, char**) [/lib/x86_64-linux-gnu/libnode.so.72]
 6: 0x7fb65fc024ac node::Start(int, char**) [/lib/x86_64-linux-gnu/libnode.so.72]
 7: 0x7fb65f170d90  [/lib/x86_64-linux-gnu/libc.so.6]
 8: 0x7fb65f170e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
 9: 0x5569b23bc0f5 _start [node]
node[1]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.

Environment

  • YoutubeDL-Material version
  • Docker tag: nightly

Additional context See #596

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Tzahi12345commented, May 6, 2022

I have a PR up that should fix this! See #610.

0reactions
Tzahi12345commented, May 6, 2022

Awesome great to hear. Thanks for the info y’all!

Read more comments on GitHub >

github_iconTop Results From Across the Web

An error occurred while attempting to build Docker image
Basically, I'm trying to transition my build agents to run under docker containers and in doing so I'm running into container size limitations ......
Read more >
How to Fix and Debug Docker Containers Like a Superhero
Container errors are tricky to diagnose, but some investigative magic works wonders. Read along to learn how to debug Docker containers.
Read more >
Docker run error - Questions
I have a problem with running a docker container. First I ran the docker build command from my local Dockerfile: docker build --build-arg ......
Read more >
Error "failed to solve with frontend dockerfile.v0"
I follow this instruction and run below command in cmd. docker build --tag=“zimtools:nightly” "F:\zimtools\Dockerfile". Then I got an error. C ...
Read more >
Fasten Docker build – DEVOPS DONE RIGHT - Blog
We know the solution to this problem lies in the fact “if somehow we can skip downloading dependencies” our problem will be solved....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found