mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #320] Odd error once in a while (wsarecvfrom) #174
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @csm10495 on GitHub (Nov 2, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/320
Hey folks,
Once in a long while I get an error like this on Win10:
Then the process exits.
Any ideas about how we can not crash in this case? I have no idea what sends what message that leads to the crash.
@csm10495 commented on GitHub (Nov 2, 2022):
I'm not quite sure what version of acme-dns I'm using.. there isn't a --version or something like that to check as far as I can tell.
@webprofusion-chrisc commented on GitHub (Nov 2, 2022):
You would have to had to build acme-dns yourself or get someone to build it for you (last I checked it doesn't build without minor modification), there is no prebuilt version for Windows. That error is a standard windows sockets error and is not controlled by acme-dns, that said the exception should generally be caught and logged then processing should resume as public DNS is a very hostile place. If you have acme-dns running as a service you could just configure it to auto restart on failure.
@csm10495 commented on GitHub (Nov 2, 2022):
I must have done that then.. sorry it's been a while.
I have it setup to auto restart on crash, just figured maybe we could somehow avoid the crash to begin with.
Though if Windows isn't really supported to begin with: sorry for the trouble and feel free to close this out.