Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

'Address already in use' errors #74

@ianmiell

Description

@ianmiell

NOTES:

Determine address being requested

If you are running a program and getting this error, then re-run it with strace to determine what address is being requested:

TODO, eg

''$ strace nc -l 8080 2>&1 | grep bind\
bind(3, {sa_family=AF_INET, sin_port=htons(8080), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EADDRINUSE (Address already in use)''

Determine application holding the address

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions