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

#### - qcc toolchain: aarch64-unknown-nto-qnx7.1.0-g++ #### - vsomeip version:3.4.10 #### - boost - version:boot_1_81_0 --- #### errors: ![image](https://github.com/COVESA/vsomeip/assets/13420982/3950c349-0539-46d3-9d6e-31f104e8a4e3) ![image](https://github.com/COVESA/vsomeip/assets/13420982/3ec122c6-cd19-43c1-8a32-5a94fb053053) ----

### vSomeip Version v3.1.20.3 ### Boost Version 1.73 ### Environment Ubuntu 22.04 ### Describe the bug client_endpoint_impl.cpp train_.departure_timer_->async_wait( std::bind(&client_endpoint_impl::flush_cbk, this->shared_from_this(), std::placeholders::_1)); flush_cbk not work,still block. ### Reproduction Steps _No response_...

bug

When building vsomeip version 3.3.8 with Yocto 4.2 (mickledore) there is compilation errors in two files: ``` FAILED: CMakeFiles/vsomeip3.dir/implementation/security/src/policy.cpp.o /tmp-glibc/work/cortexa57-wrs-linux/vsomeip/3.3.8-r0/recipe-sysroot-native/usr/bin/aarch64-wrs-linux/aarch64-wrs-linux-g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DVSOMEIP_INTERNAL_SUPPRESS_DEPRECATED -DVSOMEIP_VERSION=\"3.3.8\"...

### vSomeip Version v3.4 ### Boost Version 1.71 ### Environment Ubuntu ### Describe the bug I have virtual ECU and my application running on different server I am trying to...

bug

### vSomeip Version v3.4.10 ### Environment Debian 11 ### Describe the bug /tmp/vsomeip.lck file is not deleted when the application is terminated by Ctrl-C. ### Reproduction Steps 1) Run the...

bug

### vSomeip Version 3.4.10 ### Boost Version 1.71 ### Environment Ubuntu 20.04.6 ### Describe the bug cmake -S . -B "./build/debug" -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain/linux_native_x86_64.cmake CMake Error at CMakeLists.txt:32 (target_link_libraries): Cannot specify link...

bug

Hi vsomeip experts: Currently I am trying to test multiple routing managers in V3.3.8 and V3.4.9-r1 (with build option ENABLE_MULTIPLE_ROUTING_MANAGERS=1) in single process for VLAN user case. However I encountered...

### vSomeip Version 3.4.10 ### Boost Version 1.71 ### Environment Ubuntu 20.04.6 ### Describe the bug CMake Error at external/vsomeip/CMakeLists.txt:551 (configure_file): configure_file attempted to configure a file: /home/chandrakala/Desktop/FOTA_PROJECT_TEMPLATE/external/vsomeip/implementation/configuration/include/internal.hpp into a...

bug

### vSomeip Version v3.4.10 ### Boost Version 1.71 ### Environment all ### Describe the bug refer to these 2 lines https://github.com/COVESA/vsomeip/blob/55284c518f805a2e0194e23770f7c0f2b352ed64/interface/vsomeip/primitive_types.hpp#L49 https://github.com/COVESA/vsomeip/blob/55284c518f805a2e0194e23770f7c0f2b352ed64/interface/vsomeip/primitive_types.hpp#L44 ### Reproduction Steps _No response_ ### Expected behaviour...

bug