vsomeip
vsomeip copied to clipboard
An implementation of Scalable service-Oriented MiddlewarE over IP
### vSomeip Version v3.4.10 ### Boost Version 1.72 ### Environment Embedded Linux ### Describe the bug We have checked attached vsomeipd logs. Please find below initial analysis. 1) vsomeip app(proxy)...
If `main_phase_timer` isn't stopped, it might prevent `routingmanagerd` from quitting gracefully. Thread will be blocked on `join()`. This is a followup on https://github.com/COVESA/vsomeip/pull/559. The issue is a sporative (through rare)...
### vSomeip Version v3.4.10 ### Boost Version 1.74 ### Environment Ubuntu 22.04 ### Describe the bug In function: `routing_manager_base::debounce_timeout_update_cbk` the if condition: `if (_event && (_event->get_subscribers().find(_client) != _event->get_subscribers().end()) && _filter)`...
### vSomeip Version v3.4.10 ### Boost Version 1.71 ### Environment Ubuntu 20.04.6 ### Describe the bug The Problem statement i have to do is " Automate client server communication between...
### vSomeip Version v3.3.8 ### Boost Version Ubuntu PC : 1.71 and iMX93 : 1.81 ### Environment Ubuntu 20.04 and Embedded linux (IMX BSP 6.1.55.2.2 - mickledore) ### Describe the...
### vSomeip Version v3.4.10 ### Boost Version any ### Environment All ### Describe the bug When we tested communication with our sensors, we faced problems with bad E2E CRC checks,...
### vSomeip Version v3.4.10 ### Boost Version 1.68 ### Environment Yocto 3.1 on ARM Cortex M78AE ### Describe the bug I have a double free in my someip application. It...
1. `application_impl::~application_impl` calls the `plugin_manager` when `VSOMEIP_ENABLE_MULTIPLE_ROUTING_MANAGERS` is not defined. Therefore it should hold a `shared_ptr` to it instead of calling `plugin_manager::get()` in the destructor, in order to prevent the...
Fix for Find messages received with Unicast Flag set to 0 (multicast) shall be answered with a multicast response
On FreeBSD-like network stacks, the socket option IP_PKTINFO is unavailable, but the option IP_RECVDSTADDR can be used instead. This enables vsomeip for the new io-sock network stack on QNX 7.1+....