| Summary: | kmail crashes when entering attachment name | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Arkadiusz Miskiewicz <arekm> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | andresbajotierra, faure, frank78ac, montel, pim-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 4.5 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Arkadiusz Miskiewicz
2010-12-17 20:27:32 UTC
(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
kdelibs bugs Thanks for the bug report! I can't reproduce the crash here, but it looks like bug 187066 (which I can reproduce). *** This bug has been marked as a duplicate of bug 187066 *** |