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
Sorry for the late response and thanks for the report. The proposed nullptr check was added in #2976 and included in the 2.8.1 release, so I am closing this issue.
Is there an already existing issue for this?
Expected behavior
I wrote 20m data
Current behavior
I wrote 20m data,but crashed
Steps to reproduce
void TopicPayloadPool::reserve (
uint32_t min_num_payloads,
uint32_t size)
{
assert (min_num_payloads <= max_pool_size_);
}
Does not judge whether the payload is nullptr。Will it crash when writing data?
Fast DDS version/commit
2.6
Platform/Architecture
Windows 10 Visual Studio 2019
Transport layer
UDPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: