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

Client crash 3 #478

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

ChristopheLarchier
Copy link
Contributor

No description provided.

@ChristopheLarchier ChristopheLarchier added this to the 3.6.9 milestone Jan 17, 2025
@ChristopheLarchier ChristopheLarchier requested a review from a team as a code owner January 17, 2025 12:33
Comment on lines 1155 to 1158
if (!errorTabWidget) {
qCDebug(lcParametersDialog()) << "Error widget not found for driveDbId=" << driveDbId;
return;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this should never happen? Should we fix the problem at its source?
Also, what are the consequences of simply ignore this error here? (I am guessing that the error list will not be cleaned, is it ok?)

Copy link
Contributor Author

@ChristopheLarchier ChristopheLarchier Jan 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect this happens after a sync has been deleted, so clearing its errors widget is not a problem anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the source of the problem (I hope).
ddaed3e

Copy link

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.

2 participants