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 crash when a sync error early in startup #11991

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

erikjv
Copy link
Collaborator

@erikjv erikjv commented Nov 25, 2024

During startup, sync was enabled before the UI was completely set up. This could lead to a crash when a sync error occurred, which would try to show it in the UI.

Fixes: #11988

During startup, sync was enabled before the UI was completely set up.
This could lead to a crash when a sync error occurred, which would try
to show it in the UI.

Fixes: #11988
@DeepDiver1975
Copy link
Member

Looks reasonable - THX

@DeepDiver1975
Copy link
Member

Tested in the scenario which caused the original issue - no longer crashing - thx

@DeepDiver1975 DeepDiver1975 enabled auto-merge (squash) November 25, 2024 13:42
@DeepDiver1975 DeepDiver1975 merged commit d4e3682 into master Nov 25, 2024
6 checks passed
@DeepDiver1975 DeepDiver1975 deleted the work/fix-early-UI-usage-crash branch November 25, 2024 13:58
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.

QFileDevice::size
2 participants