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
If the plugins_loading/enabled configuration option is set to false, then zenohd panics because the plugin loader is initialized with an empty search path:
2024-07-10T08:42:14.363618Z INFO main ThreadId(01) zenoh::api::loader: Loading required plugin "rest"
thread 'main' panicked at zenoh/src/api/loader.rs:64:17:
Plugin load failure: Library file 'libzenoh_plugin_rest.dylib' not found at commons/zenoh-util/src/lib_loader.rs:145.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
To reproduce
cargo run --bin zenohd -- --cfg='plugins_loading/enabled:false'
Describe the bug
If the
plugins_loading/enabled
configuration option is set tofalse
, thenzenohd
panics because the plugin loader is initialized with an empty search path:zenoh/commons/zenoh-config/src/lib.rs
Lines 732 to 742 in b3e42ce
Here is the error:
To reproduce
cargo run --bin zenohd -- --cfg='plugins_loading/enabled:false'
System info
The text was updated successfully, but these errors were encountered: