Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional stack overflows #69

Open
barrucadu opened this issue Mar 18, 2022 · 1 comment
Open

Occasional stack overflows #69

barrucadu opened this issue Mar 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@barrucadu
Copy link
Owner

Sometimes there's a stack overflow. That's pretty bad.

I think setting a recursion limit in the resolvers will fix it, but that's more intended to deal with malicious upstream nameservers which bounce clients around in a loop. There may also be a bug in the resolver which makes it enter that infinite recursion when it shouldn't.

@barrucadu barrucadu added the bug Something isn't working label Mar 18, 2022
@barrucadu
Copy link
Owner Author

barrucadu commented Mar 18, 2022

#70 introduces a recursion limit, which will hopefully stop these from happening; but it's still not an ideal solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant