DataWriter write data crash frequently with segment fault when using ContentFilteredTopic #5191
Replies: 4 comments
-
Hi @GalaxyDreamWings, We will have a look and try to reproduce the issue. We will come back with a feedback. |
Beta Was this translation helpful? Give feedback.
-
Hi @GalaxyDreamWings I'm afraid that we would need more information about the application or a reproducer from your side, would it be possible ? |
Beta Was this translation helpful? Give feedback.
-
Hi!@Mario-DL |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay in the response. Im afraid that we would need at least a simple reproducer to double check this. A hard guess would be that we are exceeding the |
Beta Was this translation helpful? Give feedback.
-
Is there an already existing issue for this?
Expected behavior
use ContentFilteredTopic and set filter expression to receive required data
Current behavior
The operation seem to be valid and the application can run normally for a while but would crash occasionally or even frequently with segment fault. But if DataReader doesn't use ContentFilteredTopic, everything is well.
The call stack is shown below:
Steps to reproduce
The IDL file:
And the filter expression:
relevant code for write data:
Fast DDS version/commit
2.14.x
Platform/Architecture
Ubuntu Focal 20.04 arm64, Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM
Additional context
Galaxy Kylin OS (Linux) aarch64 run in docker
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions