https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #8 from Maik Qualmann <metzping...@gmail.com> ---
I fixed the reported issue, but this is not the cause. In the Loading Cache we
have a QHash list, in which the Loading Tasks register and unsubscribe to
receive messages. This is programmed in a complex way. The idea is that a task
can communicate what it is loading so that another task does not load the same,
very well done. The problem is that an already dead task still receives a
message. There are only 2 possibilities, either it actually creates a QHash
collision or a timing problem and a finished task has not yet removed from
QHash list.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to