[BUG] No start on latest nightly docker build
See original GitHub issueDescribe the bug The container does not start.
To Reproduce Steps to reproduce the behavior:
- Pull latest nightly
- Start the container
- 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:
- Created a year ago
- Comments:8 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have a PR up that should fix this! See #610.
Awesome great to hear. Thanks for the info y’all!