You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[foonathan::memory] Allocator foonathan::memory::memory_pool (at 0x3a8fc1c8) received invalid size/alignment 56, max supported is 48 terminate called after throwing an instance of 'foonathan::memory::bad_node_size'
#124
Closed
Baren123 opened this issue
Aug 4, 2021
· 1 comment
When I run my cross-compiled fastrtps application on the aarch64 linux platform, I see following exception:
[foonathan::memory] Allocator foonathan::memory::memory_pool (at 0x559f6319a8) received invalid size/alignment 56, max supported is 48terminate called after throwing an instance of 'foonathan::memory::bad_node_size' what(): allocation node size exceeds supported maximum of allocator
how can I solve it?
The text was updated successfully, but these errors were encountered:
When I run my cross-compiled fastrtps application on the aarch64 linux platform, I see following exception:
[foonathan::memory] Allocator foonathan::memory::memory_pool (at 0x559f6319a8) received invalid size/alignment 56, max supported is 48terminate called after throwing an instance of 'foonathan::memory::bad_node_size' what(): allocation node size exceeds supported maximum of allocator
how can I solve it?
The text was updated successfully, but these errors were encountered: