You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the instruction in README to compile for openwrt.
when I run it it shows a table and some info but very fast I get this error: (I stopped the proccess before it put too much error lines)
thread 'resolver' panicked at 'attempted to leave type `linked_hash_map::Node<trust_dns_proto::op::query::Query, dns_lru::LruValue>` uninitialized, which is invalid', /cargo/registry/src/git.luolix.top-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52es. (DNS queries hidden).
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'resolver' panicked at 'attempted to leave type `linked_hash_map::Node<trust_dns_proto::op::query::Query, dns_lru::LruValue>` uninitialized, which is invalid', /cargo/registry/src/git.luolix.top-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52
thread 'resolver' panicked at 'attempted to leave type `linked_hash_map::Node<trust_dns_proto::op::query::Query, dns_lru::LruValue>` uninitialized, which is invalid', /cargo/registry/src/git.luolix.top-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174:52
and in between these lines there are process bandwidths two. so the app still tries to show the info but these errors litter the output.
maybe because it is the debug build by default in openwrt build?
The text was updated successfully, but these errors were encountered:
I used the instruction in README to compile for openwrt.
when I run it it shows a table and some info but very fast I get this error: (I stopped the proccess before it put too much error lines)
and in between these lines there are process bandwidths two. so the app still tries to show the info but these errors litter the output.
maybe because it is the debug build by default in openwrt build?
The text was updated successfully, but these errors were encountered: