-
Notifications
You must be signed in to change notification settings - Fork 199
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
Runtime error: 'allocation node size exceeds supported maximum of allocator' #103
Comments
How are you creating the pool and what do you allocate with it? |
It looks like an issue from the application side. I'm working on debugging it and will provide more info as I find. I'll leave the issue closed for now. |
The The fix was simple, manually copy |
Wait, so what |
I encountered the same problem, how can I solve it? |
hello ,when i run ./HelloWorldExample subscriber && ./HelloWorldExample publisher can you tell me how to fix it . |
This is an issue with Fast-DDS, which will be resolved by the referenced PR. |
Has there been any resolution on this issue? Which version of foonthan memory should be used with the latest release of Fast-DDS? |
@stewy-lewy-TR The latest release of Fast-DDS is nightly tested with release v0.7-1 of this repo. |
When I run my cross-compiled fastrtps application on the aarch64 linux platform, I see following exception
I have used file
container_node_sizes_impl.hpp
generated bynodesize_dbg
on target platform. The output of thenodesize_dbg
from target platform is as followingBuild method
Toolchain file
The text was updated successfully, but these errors were encountered: