-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leaks in single_consumer_event #182
Comments
Which version of gcc are you using? Does the same issue occur on clang? |
|
Currently, I only have access to clang 11.0 which fails to configure the cmake version of cppcoro
|
Hi, thanks for your report. Could you please try the master branch of my fork at https://github.com/andreasbuhr/cppcoro ? Some problems, specially regarding CMake, have been fixed there and the corresponding pull requests are not merged yet. To configure cppcoro, could you try the guidance I have given here: andreasbuhr#21 ? |
When running the test
single_consumer_async_auto_reset_event_tests
with activated address sanitizer or using valgrind you will detect memory leaks:The text was updated successfully, but these errors were encountered: