[Akonadi] [Bug 321093] feeder crashed

Blackpaw lindsay.mathieson at gmail.com
Mon Jun 17 07:59:03 BST 2013


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

--- Comment #4 from Blackpaw <lindsay.mathieson at gmail.com> ---
Added more debug info to Item::QueueClear()

void ItemQueue::clear()
{
  if (mRunningJobs > 0)
    kDebug() << "CLEAR:mRunningJobs > 0!!!!";
  mRunningJobs = 0;
  mItemPipeline.clear();
  mFetchedItemList.clear();
}


The debug output showed that clear() is being called while jobs are
outstanding. Presumably they finish after clear is called and mRunningJobs is
decremented to -1.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list