FastDDS 2.9.1 32-bit participant crashes when Shapes Demo is launched in Windows 11 #3487
githubposter12
started this conversation in
Unofficial support
Replies: 1 comment 1 reply
-
Hi @githubposter12, Thanks for the detailed description. According to our current Platform Support, neither Windows 11 nor MSVC 2022 compiler are an officially supported platforms, so I am moving this issue to the corresponding discussion forum. Please, re-check it with an official platform to see if the issue persists. In addition, would the fact that one application is being compiled with a 32-bit compiler while the other one is 64-bit and both are launched within a 64 bit environment be related to the issue ? |
Beta Was this translation helpful? Give feedback.
1 reply
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
no crash
Current behavior
I have a trivial fastdds example that creates a domain participant and loops indefinitely.
This is compiled using the Qt IDE with latest MSVC compiler and Ninja build system in 32-bit.
If I run this example, and then launch the FastDDS 2.9.1 Shapes Demo and connect to the same domain,
then my example code will crash, almost every time (see error in log section).
The crash also happens with latest 2.10.1 libraries
Steps to reproduce
Fast DDS version/commit
2.9.1 official pre-compiled library
2.9.1 official Shaped Demo
Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
UDPv4
Additional context
Windows 11 64-bit Version 21H2 OS Build 22000.1696
Visual Studio 2022 17.5.4
Qt Creator 10.0.0
Ninja 1.11.1
XML configuration file
Relevant log output
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions