Bug 153216 - file dialog crashes when switching to subfolder
Summary: file dialog crashes when switching to subfolder
Status: RESOLVED DUPLICATE of bug 153119
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-01 14:54 UTC by missive
Modified: 2007-12-05 09:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description missive 2007-12-01 14:54:35 UTC
Version:           3.96.1 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) 
OS:                Linux

When using the file dialog to open a file, I can go to higher folders (using the breadcrumbs or the left-side entries) but when trying to go to a subfolder by double-clicking in the main frame the dialog crashes.

I get this output in the console...

kwrite(2880)/kio (KDirListerCache) KDirListerCache::listDir: Entry not in cache or reloaded: KUrl("file:///etc")
kwrite(2880)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added Dir "/etc" for "" ["KDirWatch-2"]
kwrite(2880)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to use inotify for monitoring
kwrite(2880)/kio (KDirWatch) KDirWatchPrivate::useINotify: inotify successfully used for monitoring

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1237964384 (LWP 2880)]
KFileItem::isDir (this=0xbf91d3c8) at /home/lee/kdesvn/kdelibs/kio/kio/kfileitem.cpp:893
893         if ( d->m_fileMode == KFileItem::Unknown )


and here is a backtrace...

#0  KFileItem::isDir (this=0xbf91d3c8)
    at /home/lee/kdesvn/kdelibs/kio/kio/kfileitem.cpp:893
#1  0xb4841b00 in KDirOperator::Private::_k_slotActivated (this=0x86f7f60,
    index=@0x86d5f10) at /home/lee/kdesvn/kdelibs/kfile/kdiroperator.cpp:1929
#2  0xb484c404 in KDirOperator::qt_metacall (this=0x8704a28,
    _c=QMetaObject::InvokeMetaMethod, _id=81, _a=0xbf91d8ec)
    at /home/lee/kdesvn/build/kdelibs/kfile/kdiroperator.moc:225
#3  0xb7166f8a in QMetaObject::activate (sender=0x873b428, from_signal_index=34,
    to_signal_index=34, argv=<value optimized out>)
    at /home/lee/kdesvn/qt-copy/src/corelib/kernel/qobject.cpp:3089
#4  0xb7167872 in QMetaObject::activate (sender=0x873b428, m=0xb6faa824,
    local_signal_index=3, argv=0xbf91d8ec)
    at /home/lee/kdesvn/qt-copy/src/corelib/kernel/qobject.cpp:3151
#5  0xb6e32653 in QAbstractItemView::activated (this=0x873b428, _t1=@0x86d5f10)
    at .moc/release-shared/moc_qabstractitemview.cpp:323
#6  0xb6e3470b in QAbstractItemView::mouseDoubleClickEvent (this=0x873b428,
    event=0xbf91e0d8)
    at /home/lee/kdesvn/qt-copy/src/gui/itemviews/qabstractitemview.cpp:1579
#7  0xb6a7d68a in QWidget::event (this=0x873b428, event=0xbf91e0d8)
    at /home/lee/kdesvn/qt-copy/src/gui/kernel/qwidget.cpp:6133
#8  0xb6d3e863 in QFrame::event (this=0x873b428, e=0xbf91e0d8)
    at /home/lee/kdesvn/qt-copy/src/gui/widgets/qframe.cpp:657
#9  0xb6dbdf7c in QAbstractScrollArea::viewportEvent (this=0xb4890588, e=0x0)
    at /home/lee/kdesvn/qt-copy/src/gui/widgets/qabstractscrollarea.cpp:926
#10 0xb6e3dd4e in QAbstractItemView::viewportEvent (this=0x873b428, event=0xbf91e0d8)
    at /home/lee/kdesvn/qt-copy/src/gui/itemviews/qabstractitemview.cpp:1371
#11 0xb6dbf155 in QAbstractScrollAreaFilter::eventFilter (this=0x873b170, o=0x873b220,
    e=0xbf91e0d8) at /home/lee/kdesvn/qt-copy/src/gui/widgets/qabstractscrollarea_p.h:95
#12 0xb6a3a211 in QApplicationPrivate::notify_helper (this=0x805bfb8,
    receiver=0x873b220, e=0xbf91e0d8)
    at /home/lee/kdesvn/qt-copy/src/gui/kernel/qapplication.cpp:3550
#13 0xb6a403e7 in QApplication::notify (this=0xbf91fc2c, receiver=0x873b220,
    e=0xbf91e0d8) at /home/lee/kdesvn/qt-copy/src/gui/kernel/qapplication.cpp:3257
#14 0xb76d0c6a in KApplication::notify (this=0xbf91fc2c, receiver=0x873b220,
    event=0xbf91e0d8) at /home/lee/kdesvn/kdelibs/kdeui/kernel/kapplication.cpp:319
#15 0xb715550b in QCoreApplication::notifyInternal (this=0xbf91fc2c, receiver=0x873b220,
    event=0xbf91e0d8)
    at /home/lee/kdesvn/qt-copy/src/corelib/kernel/qcoreapplication.cpp:532
#16 0xb6a900a6 in QETWidget::translateMouseEvent (this=0x873b220, event=0xbf91e518)
    at ../../include/QtCore/../../../../qt-copy/src/corelib/kernel/qcoreapplication.h:205
#17 0xb6a8f72f in QApplication::x11ProcessEvent (this=0xbf91fc2c, event=0xbf91e518)
    at /home/lee/kdesvn/qt-copy/src/gui/kernel/qapplication_x11.cpp:2922
#18 0xb6ab2d24 in x11EventSourceDispatch (s=0x805ef20, callback=0, user_data=0x0)
    at /home/lee/kdesvn/qt-copy/src/gui/kernel/qguieventdispatcher_glib.cpp:137
#19 0xb650c11c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#20 0xb650f55f in ?? () from /usr/lib/libglib-2.0.so.0
#21 0x0805e290 in ?? ()
#22 0x00000000 in ?? ()
Comment 1 Tommi Tervo 2007-12-05 09:24:59 UTC

*** This bug has been marked as a duplicate of 153119 ***