-
Notifications
You must be signed in to change notification settings - Fork 669
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
Investigate white UI text #6581
Comments
This problem is odd. Using entirely new build directories each time I could initially reproduce it and gradually bisected through the recent commits. Then it was gone and is now also gone on the head of the 2.5 branch, I can not make it appear again. I would guess at something timing / memory corruption related (why would the text go white?) but don't understand why it's now consistently gone for me. @ogoffart The patches I thought might be related were 76bb76a and 888f2aa - since not much else changed between 2.5.0-alpha1 and 2.5 - but I don't see anything wrong with them. |
The bug is in 13cb9ab (download doesn't complete) and it was occasionally invisible when the file was blacklisted for a while. |
It could happen that readyRead was emitted for incoming data while the download was not yet finished. Then the network job could finish with no more data arriving - so readyRead wasn't emitted again. To fix this, the finished signal also gets connected to the readyRead slot.
It could happen that readyRead was emitted for incoming data while the download was not yet finished. Then the network job could finish with no more data arriving - so readyRead wasn't emitted again. To fix this, the finished signal also gets connected to the readyRead slot.
It could happen that readyRead was emitted for incoming data while the download was not yet finished. Then the network job could finish with no more data arriving - so readyRead wasn't emitted again. To fix this, the finished signal also gets connected to the readyRead slot.
@SamuAlfageme fixed in 2.5 |
Did @SamuAlfageme manage to test this? I remember seeing something about this in an enterprise ticket
Where was this fixed? |
The odd white text wasn't fixed. It's possible that could still happen. What was fixed was the sync getting stuck - and with that no white text is visible anymore. |
White text was fixed in 36ca910 |
Also seen by @SamuAlfageme
Some normal ui text is white in this screenshot. Also something is up with the sync scheduling - for me it's stuck in "Preparing to sync" permanently.
The text was updated successfully, but these errors were encountered: