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

## Brief feature description Is it supported on Android platform ## Detailed information I'm wondering if it has been compiled and tested on Android platform

feature request

## Brief feature description Shared memory segments are currently mapped strictly by access controls. It would be beneficial to map instead by name or some other key so that processes...

enhancement

## Required information **Operating system:** Ubuntu 20.04.6 LTS **Compiler version:** g++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 **Eclipse iceoryx version:** v2.0.3 (Blueberry) **Heaptrack version:** heaptrack 1.4.80 ## Description I have an application in...

refactoring
technical debt

## Required information **Operating system:** Ubuntu 20.04 LTS **Compiler version:** GCC 7.5.0 **Eclipse iceoryx version:** v2.90.0 **Observed result or behaviour:** There are many tsan warnings during the message delivery process:...

refactoring
technical debt

## Brief feature description In the basic Windows 10 support features like ACLs and permissions, command line parameter parsing and other minor things are not implemented. This issue should help...

enhancement
test
technical debt

## Brief feature description `adaptive_wait` uses `std::his_thread::sleep_for(INITIAL_WAITING_TIME)` with 100µs for `INITIAL_WAITING_TIME` as second stage in the waiting strategy. This is done for around 10000 iterations before switching to the final...

bug

## Required information Taken from todo in `chunk_distributor.inl`: currently we have a deadlock / mutex destroy vulnerability if the ThreadSafePolicy is used and a sending application dies when having the...

bug

## Brief feature description The QNX toolchain files in `tools/toolchains/qnx` are written for QNX 7.0 and need to be updated to QNX 7.1.

enhancement
refactoring

## Brief feature description I would like the ability to somehow query the info of a particular memory pool that will be used for a comms endpoint's messages. ## Detailed...

enhancement

## Brief feature description In a this discussion it was unraveled that the PointerRepository is not-thread-safe: https://github.com/eclipse-iceoryx/iceoryx/pull/1699#discussion_r984338244 @elBoberido drafted the following possible scenario: * thread A is started * thread...

question