iceoryx icon indicating copy to clipboard operation
iceoryx copied to clipboard

Eclipse iceoryx™ - true zero-copy inter-process-communication

Results 243 iceoryx issues
Sort by recently updated
recently updated
newest added

## Required information **Operating system:** Windows 11 **Compiler version:** Visual Studio 2022 Community **Eclipse iceoryx version:** v2.0.3 **Observed result or behaviour:** Error C2371: `ssize_t`: redefinition; different basic types ``` C:\Dev\vcpkg\installed\x64-windows\include\iceoryx\v2.0.3\iceoryx_hoofs/platform/types.hpp(25):...

bug

Hi we encounter a deadlock in the Listener on b18411364d1cac72422c53a4b254fad0c9061204 in the follow situation. We have main thread (M) and an iceoryx listener thread (L) with the following execution trace...

bug

## Brief feature description Since it is unknown to us which types containers like: * `optional` * `expected` * `vector` * `list` * `forward_list` * `stack` * all queues *...

technical debt
globex

## Required information **Operating system:** Ubuntu 22.04.4 LTS **Compiler version:** clang 18.1.4 **Eclipse iceoryx version:** main / b9ab7ee6ce1835c63b3fc7fb4033c31e4418d5cd **Observed result or behaviour:** ``` Function = iox::popo::PublisherPortUser::tryAllocateChunk(unsigned long, unsigned int, unsigned...

undefined

needs info

## Required information **Operating system:** qnx710 **Compiler version:** aarch64-unknown-nto-qnx7.0.0-gcc (GCC) 5.4.0 [qnx700 1391] **Eclipse iceoryx version:** v2.0.6 ## Additional helpful information If there is a core dump, please run the...

needs info

## Brief feature description For the unification of the POSIX functions it might be required to inject custom code into the function call. This is also required when the testing...

good first issue

GCC 13 (which is in Ubuntu 24.04) introduced a number of false positive warnings when using -Warray-bounds and -Wstring-op; see: * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114758 * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111118 * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807 * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110498 In my...

## Brief feature description It seems `libatomic` is required for `iceoryx_hoof` if built for LINUX. I'm curious is this still required? I've been testing with GCC8 on x86_64 and the...

## Required information When shutting down applications, RouDi periodically sends SIGTERM signals. Usually these are all eaten by the SignalWatcher in applications which simply sets a flag that a SIGTERM...

bug