Skip to content
Discussion options

You must be logged in to vote

Ok, this is caused by the child process not closing its file descriptors, so it still has a file descriptor to the listening socket, which is somehow kept around by the kernel, and the listening socket being reattributed to the child process.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@onehalf3570
Comment options

@yrutschle
Comment options

Answer selected by onehalf3570
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants