mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #443] abort() on mips in <trust_dns_proto::error::ProtoError as core::convert::From<std::io::error::Error>>::from #191
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#191
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 @aep on GitHub (Apr 30, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/443
libunwind may or may not be broken on mips, so i'm not sure where the point blame here. Should an unwind be caused at all by trust-dns? I'm unsure if this is an assert or unwrap somewhere.
@bluejekyll commented on GitHub (Apr 30, 2018):
It looks like backtrack may be having issues there? Backtrace is optional on master. Perhaps you can try the master branch? Though that has a lot of new tokio implementations, so it may not be easy.
@aep commented on GitHub (Apr 30, 2018):
Yes libunwind isn't that great. I'll try master later, thanks!
@aep commented on GitHub (May 1, 2018):
master works nicely! thanks for the crate.
lookup_ipshould checkout/etc/hosts/before dns requests? #387