[Bug 154819] Entering applications:// crashes konqueror

Rafael Fernández López ereslibre at kde.org
Fri Jan 4 13:16:27 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=154819         




------- Additional Comments From ereslibre kde org  2008-01-04 13:16 -------
The traceback (by word) was:

- void KDirModelPrivate::_k_slotNewItems(const KFileItemList& items) is called (we have new items)
- const QPair<int, KDirModelNode*> result = nodeForUrl(dir); // O(n*m)
- QList<KDirModelNode *>::const_iterator it = dirNode->m_childNodes.begin();
  const QList<KDirModelNode *>::const_iterator end = dirNode->m_childNodes.end();
- it == end (empty list) => foundChild = false
- return qMakePair(0, static_cast<KDirModelNode*>(0));
- assert at Q_ASSERT(result.second); // Are you calling KDirLister::openUrl(url,true,false)? Please use expandToUrl() instead.


More information about the Kdelibs-bugs mailing list