-
Notifications
You must be signed in to change notification settings - Fork 20
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
heap-use-after-free crash in test application #8
Comments
Strange, but I have no arm devices ( expect an android phone running Linux 4.19 ) to test. |
Yes, in the file_server I also get crashes which I can 'solve' by removing when_all. But then I get other crashes :(
these compiler warning go away when I remove the usages of when_all. |
when_{all,any} definitely need more work. I'll remove them for now. |
I have compiled 1e2be4d for ARM 32 user space on an AARCH 64 kernel (
Linux C300 5.8.0-20200922-1 #1 SMP PREEMPT 2020-09-01T00:00:00+00:00 aarch64 GNU/Linux
) using axboe/liburing@bd62cfb with OSELAS.Toolchain-2020.08.0/arm-v7a-linux-gnueabihf/gcc-10.2.1-clang-10.0.1-glibc-2.32-binutils-2.35-kernel-5.8-sanitized/bin/arm-v7a-linux-gnueabihf-g++ in-std=c++20
mode.And I get the following crash report from asan: https://gist.github.com/MatthiasMann/419fa12bbff6f21f94cc4367e82ddc9b
The text was updated successfully, but these errors were encountered: