Bug 313435 - Dolphin crashed when navigating with the > separator
Summary: Dolphin crashed when navigating with the > separator
Status: RESOLVED DUPLICATE of bug 300235
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 2.1
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 05:21 UTC by Kevin Clevenger
Modified: 2013-01-18 08:52 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 Kevin Clevenger 2013-01-18 05:21:01 UTC
Application: dolphin (2.1)
KDE Platform Version: 4.9.5
Qt Version: 4.8.4
Operating System: Linux 3.7.2-201.fc18.x86_64 x86_64
Distribution: "Fedora release 18 (Spherical Cow)"

-- Information about the crash:
- What I was doing when the application crashed:
Navigating to a folder higher in the directory hierarchy. I clicked on the > separator and held it for about 2 seconds and Dolphin crashed.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2913970880 (LWP 5361))]

Thread 2 (Thread 0x7f290621e700 (LWP 5364)):
#0  0x0000003d13ae998d in poll () from /lib64/libc.so.6
#1  0x0000003d13647d44 in g_main_context_iterate.isra.24 () from /lib64/libglib-2.0.so.0
#2  0x0000003d13647e64 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#3  0x0000003d1c3a60f6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#4  0x0000003d1c3767df in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#5  0x0000003d1c376a68 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#6  0x0000003d1c278950 in QThread::exec() () from /lib64/libQtCore.so.4
#7  0x0000003d1c35700f in QInotifyFileSystemWatcherEngine::run() () from /lib64/libQtCore.so.4
#8  0x0000003d1c27b92c in QThreadPrivate::start(void*) () from /lib64/libQtCore.so.4
#9  0x0000003d14207d15 in start_thread () from /lib64/libpthread.so.0
#10 0x0000003d13af246d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f2913970880 (LWP 5361)):
[KCrash Handler]
#5  0x0000003d1c2c0869 in QString::operator==(QString const&) const () from /lib64/libQtCore.so.4
#6  0x0000003616b877c4 in QHash<QString, KIO::Slave*>::findNode(QString const&, unsigned int*) const () from /lib64/libkio.so.5
#7  0x0000003616b83339 in KIO::SlaveKeeper::takeSlaveForJob(KIO::SimpleJob*) () from /lib64/libkio.so.5
#8  0x0000003616b860a5 in KIO::ProtoQueue::startAJob() () from /lib64/libkio.so.5
#9  0x0000003d1c38cebf in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /lib64/libQtCore.so.4
#10 0x0000003d1c38c1cc in QObject::event(QEvent*) () from /lib64/libQtCore.so.4
#11 0x00000036179ca5cc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQtGui.so.4
#12 0x00000036179cea4a in QApplication::notify(QObject*, QEvent*) () from /lib64/libQtGui.so.4
#13 0x0000003619846916 in KApplication::notify(QObject*, QEvent*) () from /lib64/libkdeui.so.5
#14 0x0000003d1c377a8e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib64/libQtCore.so.4
#15 0x0000003d1c3a8942 in QTimerInfoList::activateTimers() () from /lib64/libQtCore.so.4
#16 0x0000003d1c3a5a64 in timerSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQtCore.so.4
#17 0x0000003d13647a75 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#18 0x0000003d13647da8 in g_main_context_iterate.isra.24 () from /lib64/libglib-2.0.so.0
#19 0x0000003d13647e64 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#20 0x0000003d1c3a60d6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#21 0x0000003617a6a73e in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtGui.so.4
#22 0x0000003d1c3767df in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#23 0x0000003d1c376a68 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#24 0x0000003d1c37b858 in QCoreApplication::exec() () from /lib64/libQtCore.so.4
#25 0x0000003d29a4ebb7 in kdemain () from /lib64/libkdeinit4_dolphin.so
#26 0x0000003d13a21a05 in __libc_start_main () from /lib64/libc.so.6
#27 0x00000000004008b1 in _start ()

Possible duplicates by query: bug 300235.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2013-01-18 08:52:05 UTC
Thanks for the bug report! Looks like a KIO issue that has been reported already.

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