vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

An implementation of Scalable service-Oriented MiddlewarE over IP

Results 303 vsomeip issues
Sort by recently updated
recently updated
newest added

### vSomeip Version v3.4.10 ### Boost Version 1.82 ### Environment Android and QNX ### Describe the bug My system has two nodes, QNX and Android, using routingmanagerd and TCP socket....

bug

### vSomeip Version v3.4.10 ### Boost Version 1.81 ### Environment Embedded Linux ### Describe the bug Stub implementations are passed the 'const std::shared_ptr _client' as their first parameter, but the...

bug

### vSomeip Version v3.4.10 ### Boost Version 1.78 ### Environment Embedded ### Describe the bug When using ipv6 and lokal link addresses, a mismatch due to the network devices inside...

bug

### vSomeip Version v3.4.10 ### Boost Version 1.82 ### Environment Android and QNX ### Describe the bug My automotive system has `*.fidl` with ~3500 attributes, one per CAN signal. My...

bug

### vSomeip Version v3.4.9.1 ### Boost Version 1.84 ### Environment ubuntu20 ### Describe the bug ``` std::shared_ptr notification = vsomeip::runtime::get()->create_notification(); notification->set_service(SAMPLE_SERVICE_ID); notification->set_instance(SAMPLE_INSTANCE_ID); notification->set_method(SAMPLE_EVENT_ID); app->send(notification); //app->notify(SAMPLE_SERVICE_ID, SAMPLE_INSTANCE_ID, SAMPLE_EVENT_ID, payload); ``` I...

bug

### vSomeip Version 3.4.10 ### Boost Version 1.71 ### Environment Ubuntu 20.04.6 LTS ### Describe the bug During testing of vsomeip with AFL++, a concurrency bug was identified. This vulnerability...

bug

dynamic_pointer_cast this issue where some objects return nullptr Created outside of the boundaries of the shared library. See below discuss for more details. https://github.com/android/ndk/issues/519 https://github.com/android/ndk/issues/533

### vSomeip Version v3.3.8 ### Boost Version 1.84.0 ### Environment Android NDK r25c ### Describe the bug As I cross compile vsomeip by Android NDK(version: r25c) in my Mac and...

bug

Author: Aram Khzarjyan , MBition GmbH. Fix Multi-Routing-Managers in one Process (#603) #654 --- Removing statics (singletons) enables to run multiple routing Managers in one process. --- The program was...

### vSomeip Version 3.1.20 ### Boost Version 1.71 ### Environment Qnx and Linux ### Describe the bug I am encountering an issue where notifications from the QNX server (running on...

bug