We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fast-DDS/src/cpp/rtps/transport/shared_mem/RobustExclusiveLock.hpp
Line 192 in a5a7d16
flock returns "The filesystem doesn't support the operation" due to that the file descriptor represents a file created under /dev/shmem
Can the robust lock file be created under another path? what are the consequences of creating a file in /dev/shmem and not locking it?