Project

General

Profile

Bug #293

Scrolling to top raises an assertion error

Added by sph over 15 years ago. Updated about 15 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Quassel Client
Target version:
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 :)

qtuimessageprocessor.diff (417 Bytes) qtuimessageprocessor.diff admin, 08/25/2008 04:25 PM

History

#1 Updated by Sputnick over 15 years ago

Thanks for reminding me, had it fixed already in a local branch and forgot to merge it in mainline :) Did that now.

Also available in: Atom PDF