[Bug 260577] kmail crashes when entering attachment name

Arkadiusz Miskiewicz arekm at maven.pl
Fri Dec 17 19:49:25 GMT 2010


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





--- Comment #1 from Arkadiusz Miskiewicz <arekm maven pl>  2010-12-17 20:49:24 ---
(gdb) frame 1
#1  0x00007f4a2ce52daf in KDirOperator::Private::_k_slotExpandToUrl
(this=0x7e2e900, index=<value optimized out>)
    at /usr/src/debug/kdelibs-4.5.4/kfile/kdiroperator.cpp:2568
2568                    if (_item.isDir()) {
(gdb) l
2563            KUrl::List::Iterator it = itemsToBeSetAsCurrent.begin();
2564            while (it != itemsToBeSetAsCurrent.end()) {
2565                const KUrl url = *it;
2566                if (url.isParentOf(item.url())) {
2567                    const KFileItem _item = dirLister->findByUrl(url);
2568                    if (_item.isDir()) {
2569                        const QModelIndex _index =
dirModel->indexForItem(_item);
2570                        const QModelIndex _proxyIndex =
proxyModel->mapFromSource(_index);
2571                        treeView->expand(_proxyIndex);
2572
(gdb) print _item
$1 = {
  d = {
    d = 0x0
  }
}
(gdb) print itemsToBeSetAsCurrent
$2 = {
  <QList<KUrl>> = {
    {
      p = {
        static shared_null = {
          ref = {
            _q_value = 22161
          },
          alloc = 0,
          begin = 0,
          end = 0,
          sharable = 1,
          array =             {0x0}
        },
        d = 0x4830d30
      },
      d = 0x4830d30
    }
  }, <No data fields>}
(gdb) print url
$3 = {
  <QUrl> = {
    d = 0x47afb40
  },
  members of KUrl:
  d = 0x0
}
(gdb) print url->d
$4 = (KUrlPrivate * const) 0x0

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list