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

Fix possible deadlock during log setup #10905

Merged
merged 1 commit into from Jun 2, 2023
Merged

Fix possible deadlock during log setup #10905

merged 1 commit into from Jun 2, 2023

Conversation

TheOneRing
Copy link
Member

@TheOneRing TheOneRing commented Jun 1, 2023

This mainly affects

(*_logstream) << Theme::instance()->aboutVersions(Theme::VersionFormat::OneLiner) << " " << qApp->applicationName() << Qt::endl;
which tries to load our plugins and qt plugins.

The mutex is supposed to ensure the order of messages if threads are involved,
allow multiple locks from the same thread.
@fmoc fmoc merged commit dd060c9 into master Jun 2, 2023
6 checks passed
@delete-merged-branch delete-merged-branch bot deleted the work/deadlock branch June 2, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants