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
kuasar crashed with log terminate called after throwing an instance of 'std::out_of_range' what(): bitset::reset: __position (which is 1) >= _Nb (which is 1)
What did you expect to happen?
script execute without error message
How can we reproduce it (as minimally and precisely as possible)?
What happened?
i'm testing on ubuntu22.04.
run the example script"run_example_wasm_container.sh",
the output info is
kuasar crashed with log
terminate called after throwing an instance of 'std::out_of_range' what(): bitset::reset: __position (which is 1) >= _Nb (which is 1)
What did you expect to happen?
script execute without error message
How can we reproduce it (as minimally and precisely as possible)?
2.start Kuasar
nohup wasm-sandboxer --listen /run/wasm-sandboxer.sock --dir /run/kuasar-wasm &
3.start Containerd
ENABLE_CRI_SANDBOXES=1 containerd -c config.toml
4.run the example script"run_example_wasm_container.sh"
Anything else we need to know?
No response
Dev environment
WasmEdge: v0.11.2
Kuasar: v0.3.0-linux-amd64 and v0.4.0-linux-amd64
The text was updated successfully, but these errors were encountered: