Bug #293
Scrolling to top raises an assertion error
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Any
Description
This happens in buffers when there is no extra backlog to retrieve anymore.
In qtguimessageprocess.cpp, "messageProcessor()->process(msglist);" is called with msglist being an empty list. This seems to raise an assertion when taking the first element from the _currentBatch list in the ProcessNextMessage function.
I included a small patch which checks the size of msglist before pushing it in the _processQueue.
That aside, the quassel project looks awesome :)
History
#1 Updated by Sputnick about 16 years ago
Thanks for reminding me, had it fixed already in a local branch and forgot to merge it in mainline :) Did that now.