You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for taking time and debugging the crash. Your assumption is correct, ListModel::removeDocset should never be called with non-existent docset.
I wonder what docset were you downloading or updating?
According to the bug report sometimes ListModel::removeDocset() is called
for docsets not in the model. This change adds a simple check, but
does not address the real unknown issue.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for a related request.
lockbot
locked and limited conversation to collaborators
Sep 16, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
git version 58e2080
docset downloaded complete trigger this problem.
listmodel.cpp:198
backtrace shows as
Havn't trace whole controlflow, not sure if removeDocset should check NULL here.
The text was updated successfully, but these errors were encountered: