Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

main: fix hdcpd service failure #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

saininav
Copy link

@saininav saininav commented Jul 4, 2019

Child process not able to finish before parent process
exits, which causing hdcpd service failure.

Added wait function to block parent process
until child process exits.

Issue is observed if CMAKE_BUILD_TYPE=Release

Signed-off-by: Naveen Saini [email protected]

Child process not able to finish before parent process
exits, which causing hdcpd service failure.

Added wait function to block parent process
until child process exits.

Issue is observed if CMAKE_BUILD_TYPE=Release

Signed-off-by: Naveen Saini <[email protected]>
@shiqiangyu
Copy link
Contributor

Thanks for you PR, will repro the issue and fix it.

@nastoychev
Copy link

nastoychev commented Sep 21, 2022

Thanks for you PR, will repro the issue and fix it.

Doesn't slove the issue on Ubuntu 22.04.1 LTS

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

Successfully merging this pull request may close these issues.

3 participants