Skip to content

Cannot start a runtime from within a runtime. #1

@micush

Description

@micush

I can't seem to run this without it crashing. I'm on Ubuntu 25.04.

~# ./IPv6PrefixFilter run -i br0 -b -p ::/0
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.42.0/src/runtime/scheduler/multi_thread/mod.rs:86:9:
Cannot start a runtime from within a runtime. This happens because a function (like block_on) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Aborted

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions