[help] Has anyone tried to call this library in C#? #5430
BruceQiu1996
started this conversation in
Unofficial support
Replies: 1 comment
-
Hi @BruceQiu1996, thanks for using Fast DDS! I am moving this issue to the corresponding discussion forum since If you are interested in a more detailed analysis you may also consider reaching out to commercial support for premium support options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an already existing issue for this?
Expected behavior
Our company has done some host computer programs in C#, but we need to use fastdds to communicate with some other programs。So our C++ team encapsulates a DLL and exposes the publish and subscribe interfaces for us to call.
Current behavior
We have found that after using it for a long time or occasionally, the program crashes.I saw some memory errors in the Windows logs, probably because unsafe memory was accessed, as shown in the figure
Steps to reproduce
Just c# call c++ dll for fastdds
Fast DDS version/commit
2.12.1
Platform/Architecture
Windows 10 Visual Studio 2019
Transport layer
Default configuration, UDPv4 & SHM
Additional context
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions