undefined symbol: __asan_option_detect_stack_use_after_retur #5467
Unanswered
manjunatha-shivaswamy
asked this question in
Q&A
Replies: 1 comment
-
This sounds like a problem with your machine rather than a problem with Tokio. I don't know what you can do about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
With tokio-1.25.0, the following undefined symbol error seen:
rror: /src/fuzz/target/debug/deps/libtokio_macros-062602394c58529f.so: undefined symbol: __asan_option_detect_stack_use_after_return
--> /opt/rust/registry/src/crates.microsoft.com-529af63c8b22dae2/tokio-1.25.0/src/lib.rs:589:1
589 | pub use tokio_macros::select_priv_declare_output_enum;
| ^^^^^^^^^^^^
If any workaround, please help.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions