[GH-ISSUE #1664] server panic with message Transport endpoint is not connected #730

Closed
opened 2026-03-16 00:02:13 +03:00 by kerem · 5 comments
Owner

Originally created by @kontsaki on GitHub (Mar 23, 2022).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1664

Hello, i am not sure if this will help and feel free to close this issue if it seems like a waste of your time.

i'm getting this from time to time since a year ago

thread 'trust-dns-server-runtime' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 107, kind: NotConnected, message: "Transport endpoint is not connected" }', /home/kon/src/trust-dns/crates/server/src/server/server_future.rs:131:63

running on debian bullseye through systemd

i'm not sure how to reproduce this, should i set RUST_BACKTRACE and wait for this to happen again?

Originally created by @kontsaki on GitHub (Mar 23, 2022). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1664 Hello, i am not sure if this will help and feel free to close this issue if it seems like a waste of your time. i'm getting this from time to time since a year ago ``` thread 'trust-dns-server-runtime' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 107, kind: NotConnected, message: "Transport endpoint is not connected" }', /home/kon/src/trust-dns/crates/server/src/server/server_future.rs:131:63 ``` running on debian bullseye through systemd i'm not sure how to reproduce this, should i set RUST_BACKTRACE and wait for this to happen again?
kerem 2026-03-16 00:02:13 +03:00
Author
Owner

@bluejekyll commented on GitHub (Mar 25, 2022):

This is interesting. We should definitely fix this. Clearly an assumption is not true at some points.

<!-- gh-comment-id:1079157346 --> @bluejekyll commented on GitHub (Mar 25, 2022): This is interesting. We should definitely fix this. Clearly an assumption is not true at some points.
Author
Owner

@kontsaki commented on GitHub (Mar 25, 2022):

If there is anything I can do to help or provide more information about the system that I'm running, I would be happy to.

<!-- gh-comment-id:1079162865 --> @kontsaki commented on GitHub (Mar 25, 2022): If there is anything I can do to help or provide more information about the system that I'm running, I would be happy to.
Author
Owner

@bluejekyll commented on GitHub (Mar 25, 2022):

Actually, one additional piece would be useful, what version of trust-dns are you using?

<!-- gh-comment-id:1079274519 --> @bluejekyll commented on GitHub (Mar 25, 2022): Actually, one additional piece would be useful, what version of trust-dns are you using?
Author
Owner

@kontsaki commented on GitHub (Mar 25, 2022):

I'm pulling and building regularly, at least once a month, from master. Last commit i checked out was 22ffc3fd2a but i have logs of this happening since 2021-01-18

<!-- gh-comment-id:1079300484 --> @kontsaki commented on GitHub (Mar 25, 2022): I'm pulling and building regularly, at least once a month, from master. Last commit i checked out was 22ffc3fd2abf88d25a0f70186cb9fdcc2be95702 but i have logs of this happening since 2021-01-18
Author
Owner

@bluejekyll commented on GitHub (Mar 25, 2022):

ah, I just took a look. this is a quick and easy fix.

<!-- gh-comment-id:1079372633 --> @bluejekyll commented on GitHub (Mar 25, 2022): ah, I just took a look. this is a quick and easy fix.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#730
No description provided.