-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
Description
Bug Report
Core dump by updated odometer receiving
Occurrences: 100%
Reproduction Steps
- SDL and HMI are started
- Mobile app is registered and activated
- PTU is performed with ptu_update_rc.json (with RC permissions and specified modules)
- Mobile app requests SetInteriorVD for some module
- Set value
3000for odometer in "Vehicle Info" -> "Odometr" - PTU s triggered
- PTU is performed with ptu_update_rc_all_modules.json(with RC permissions and empty array for modules)
- Mobile app requests SetInteriorVD for some module
- Set value
5000for odometer in "Vehicle Info" -> "Odometr"
Expected Behavior
PTU is triggered, there is no core dump
Observed Behavior
Core dump sdl_log_trace_proprietary.zip dump_core_odometer_http.zip
DEBUG [13 Apr 2022 11:28:57,382][139958891312896][SDLMain] /home/jenkins/workspace/Release_8.1_SDL_NoUT_H/src/appMain/life_cycle_impl.cc:241 {anonymous}::sig_handler: SIGSEGV signal has been caught
OS & Version Information
- OS/Version: Ubuntu 18.04
- SDL Core Version: https://github.com/smartdevicelink/sdl_core/tree/release/8.1.0 (6b423eb)
- Testing Against: HMI: https://github.com/smartdevicelink/sdl_hmi/tree/release/5.7.0 (31eed2d), Mobile app: SyncProxyTester(20210729-Android)