accept tcp [::]:8080: accept4: function not implemented
Open
unconfirmed
- Dominant language
- C
- Stars
- 20.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
app load alpine-minirootfs-3.21.3-x86.tar.gz, then i run go with ./main, it show me:
```
[GIN-debug] Listening and serving HTTP on :8080
[GIN-debug] [ERROR] accept tcp [::]:8080: accept4: function not implemented
```
I run go with ./main in docker is ok, but app has this bug.
what can i do??
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file, test, or entry point is named. Start by reproducing ./main from alpine-minirootfs-3.21.3-x86.tar.gz on iSH and compare its :8080 listener with the Docker run; done means determining the cause of the reported accept4 failure and establishing the expected listening behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- networking, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100