-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Bug]: Milvus 2.5.4 Standalone Container is failing to start #40066
Comments
Hey @u-r-v! 👋 I'm here to help you out with any bugs, questions, or even if you want to become a contributor. Let's squash those bugs together! I found a similar discussion regarding a segmentation fault when running Milvus in a standalone mode on Ubuntu 22.04 in Docker. The issue is still open and unsolved [1]. For your specific issue, the error messages indicate a couple of potential problems:
Addressing these issues might help resolve the startup failure. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
|
To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
facing this issue even in docker runtime. @dosu proposed solutions do not work. |
Is there an existing issue for this?
Environment
Current Behavior
When I follow the instructions provided in https://milvus.io/docs/install_standalone-docker.md and starting the container, getting following error
(Searched existing logs for the same but the resolution provided didn't work and it was for older version of milvus)
`ERROR: ld.so: object '/milvus/lib/' from LD_PRELOAD cannot be preloaded (cannot read file data): ignored.
ERROR: ld.so: object '/milvus/lib/' from LD_PRELOAD cannot be preloaded (cannot read file data): ignored.
2025/02/20 23:16:02 maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
/ |/ / / /| | / / / / / __/
/ /|/ // // /| |/ / // /\ \
// /////_/__/
Welcome to use Milvus!
Version: v2.5.4
Built: Thu Jan 23 03:41:40 UTC 2025
GitCommit: 6cdabd9
GoVersion: go version go1.22.0 linux/arm64
TotalMem: 6209081344
UsedMem: 41054208
open pid file: /run/milvus/standalone.pid
lock pid file: /run/milvus/standalone.pid
[2025/02/20 23:16:02.975 +00:00] [INFO] [roles/roles.go:344] ["starting running Milvus components"]
[2025/02/20 23:16:02.975 +00:00] [INFO] [roles/roles.go:186] ["Enable Jemalloc"] ["Jemalloc Path"=/milvus/lib/:/milvus/lib/libjemalloc.so]
[2025/02/20 23:16:02.980 +00:00] [INFO] [config/manager.go:304] ["Get configuration by items failed"] [error="Read config failed: /milvus/configs/user.yaml: read /milvus/configs/user.yaml: is a directory"]
[2025/02/20 23:16:02.981 +00:00] [WARN] [paramtable/base_table.go:181] ["init baseTable with file failed"] [configFile="[milvus.yaml,_test.yaml,default.yaml,user.yaml]"] [error="failed to load FileSource cause: 5265616420636f6e666967206661696c65643a202f6d696c7675732f636f6e666967732f757365722e79616d6c3a2072656164202f6d696c7675732f636f6e666967732f757365722e79616d6c3a2069732061206469726563746f7279"]
[2025/02/20 23:16:02.982 +00:00] [DEBUG] [runtime/asm_arm64.s:1222] ["start refreshing configurations"] [source=FileSource]
[2025/02/20 23:16:02.982 +00:00] [INFO] [paramtable/hook_config.go:21] ["hook config"] [hook={}]
SIGNAL CATCH BY NON-GO SIGNAL HANDLER
SIGNO: 11; SIGNAME: Segmentation fault; SI_CODE: 1; SI_ADDR: 0x18
BACKTRACE:
github.com/milvus-io/milvus/pkg/util/etcd.InitEtcdServer.func1
/workspace/source/pkg/util/etcd/etcd_server.go:49 pc=0x2aba124
[2025/02/20 23:16:10.146 +00:00] [DEBUG] [runtime/panic.go:770] ["Closing Natsmq!"]
[2025/02/20 23:16:10.146 +00:00] [INFO] [metrics/thread.go:53] ["thread watcher exit"]
[2025/02/20 23:16:10.146 +00:00] [INFO] [roles/roles.go:320] ["All cleanup done, handleSignals goroutine quit"]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x2aba124]
`
Expected Behavior
Container should start.
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: