microsoft / microsoft/SPTAG

Unable to run Server

Open
#123 1 comment 0 reactions 0 assignees View on GitHub

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:

  1. git clone https://github.com/microsoft/SPTAG.git
  2. cd SPTAG
  3. docker build -t sptag .
  4. docker run -it --entrypoint bash sptag
  5. cd Release
  6. ./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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.