Unable to run Server
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5k
- Forks
- 622
- Avg merge
- 8h 37m
- Merged PRs (30d)
- 5
Description
Describe the bug
When I run ./server in docker, nothing happens
To Reproduce
Steps to reproduce the behavior:
- git clone https://github.com/microsoft/SPTAG.git
- cd SPTAG
- docker build -t sptag .
- docker run -it --entrypoint bash sptag
- cd Release
- ./server
Expected behavior
server binary should print list of parameters if not provided
Desktop (please complete the following information):
- OS: Ubuntu 19.10
- Version [e.g. 22]
Additional context
I also tried building SPTAG locally but the problem persists. When I run ./client it works and prints list of parameters it expects but running server binary does nothing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using the Docker commands in the report, then run ./server and ./client from the Release directory to compare their behavior. Start by tracing the server executable's argument handling; done means ./server prints its expected parameter list when run without arguments, with the behavior verified in the Docker environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, docker
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100