Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core crash during streaming switching #3824

Closed
dboltovskyi opened this issue Nov 8, 2021 · 2 comments
Closed

Core crash during streaming switching #3824

dboltovskyi opened this issue Nov 8, 2021 · 2 comments
Labels

Comments

@dboltovskyi
Copy link
Contributor

dboltovskyi commented Nov 8, 2021

Bug Report

Core crash during streaming switching

Occurrences

Rare

Reproduction Steps
  1. Set StopStreamingTimeout = 3000 and VideoDataStoppedTimeout = 3000 in SDL .INI file
  2. Start SDL, HMI, connect Mobile device
  3. Register 2 NAVIGATION applications: App_1 and App_2
  4. Activate App_1 and start Video streaming
  5. Deactivate App_1 (streaming still continue since app has STREAMABLE state)
  6. Activate App_2 and start Video streaming
  7. App_1 and App_2 continue streaming data within StopStreamingTimeout timeout
  8. App_1 stops streaming within StopStreamingTimeout timeout
Expected Behavior

Core does:
- switch streaming between apps and provides HMI with streaming data from App_2
- sends Navi.StopStream for App_1
- sends Navi.OnVideoDataStreaming(false)
- sends Navi.StartStream for App_2
- sends Navi.OnVideoDataStreaming(true)
- not unregister App_1 since timeout is not yet expired

Observed Behavior

Core crash

OS & Version Information
Test Case, Sample Code, and / or Example App
@dboltovskyi
Copy link
Contributor Author

@theresalech Please notice Luxoft team is planning to provide a fix

@iCollin
Copy link
Collaborator

iCollin commented Dec 22, 2021

Closed via #3833

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants