smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 245 forks source link

SDL core dump on IGNITION_OFF #3774

Closed VjKlepikov closed 2 years ago

VjKlepikov commented 3 years ago

Bug Report

SDL core dump on IGNITION_OFF

Reproduction Steps
  1. SDL and HMI are started
  2. Mobile App is registered
  3. Perform ignition Off: On "HMI" go to → Click the "Exit Application" button → Select “IGNITION_OFF” in “Exit Application reason” → Click the Send state button SDL->HMI: BasicCommunication.OnExitAllApplications:{"reason":"IGNITION_OFF"}}
Expected Behavior

SDL starts the ignition off sequence

  1. SDL sends to HMI OnSDLClose and stops working SDL->HMI: BasicCommunication.OnSDLClose:{}
Observed Behavior

SDL starts the ignition off sequence

  1. SDL sends to HMI OnSDLClose and stops working SDL->HMI: BasicCommunication.OnSDLClose:{} Core dump is observed
OS & Version Information
VjKlepikov commented 3 years ago

Please note Luxoft team is going to prepare a fix

iCollin commented 2 years ago

Hello @VjKlepikov, I have followed these steps many times but have not seen a core dump.

Can you please provide any additional steps or details required to trigger this bug? Were you able to consistently reproduce it?

iCollin commented 2 years ago

Hello I was able to reproduce by streaming before sending IGNITION_OFF. Thank you

iCollin commented 2 years ago

Closed via https://github.com/smartdevicelink/sdl_core/pull/3781