Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker run happen error #300

Open
fresh7849 opened this issue Oct 17, 2023 · 3 comments
Open

docker run happen error #300

fresh7849 opened this issue Oct 17, 2023 · 3 comments

Comments

@fresh7849
Copy link

Describe the bug:
docker run -p 8000:3000 zilliz/attu:latest

node[1]: ../src/node_platform.cc:68:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
1: 0xb87bc0 node::Abort() [node]
2: 0xb87c3e [node]
3: 0xbf50fe [node]
4: 0xbf51e1 node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node]
5: 0xb458f3 node::InitializeOncePerProcess(std::vector<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::__cxx11::basic_string<char, std::char_traits, std::allocator > > > const&, node::ProcessFlags::Flags) [node]
6: 0xb45f4b node::Start(int, char**) [node]
7: 0x7f35fa4171ca [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7f35fa417285 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xac3f4e _start [node]

attu1
attu2
attu3

above v2.3.0 will happen error! below v2.3.0 is no problem, please check.

Steps to reproduce:
1.
2.
3.

Attu version:

Attu version:

@shanghaikid
Copy link
Collaborator

Not sure if this is the same issue:
nodejs/node#43064

I will test it soon.

@raymondsryang
Copy link

raymondsryang commented Nov 20, 2023

Same issue

image version:
docker.io/zilliz/attu v2.3.1 9097b24f157c

v2.3.0 is ok

@shanghaikid
Copy link
Collaborator

Same issue

image version: docker.io/zilliz/attu v2.3.1 9097b24f157c

v2.3.0 is ok

nodejs/node#43064 (comment) seems like a solution, upgrade your docker version on the host. @raymondsryang @fresh7849 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants