Bug 205225 - Dolphin crashed copying files in 3th tabs
Summary: Dolphin crashed copying files in 3th tabs
Status: RESOLVED DUPLICATE of bug 202767
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 20:13 UTC by Fif59
Modified: 2009-08-26 20:44 UTC (History)
1 user (show)

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 Fif59 2009-08-26 20:13:07 UTC
Application that crashed: dolphin
Version of the application: 1.3
KDE Version: 4.3.00 (KDE 4.3.0)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-desktop-0.rc6.1mnb i686
Distribution: "Mandriva Linux 2010.0"

What I was doing when the application crashed:
I have 2 opened tab in Dolphin :
- One for my current Home
- One for USB Key
- One for another location (home for official Mandriva)

When trying to copy files from the 1st tab to the third, Dolphin crashed

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  0xb6e17bac in QTabBarPrivate::_q_moveTabFinished (this=0x93060f0, index=2) at widgets/qtabbar.cpp:1847
#7  0xb6e19b01 in QTabBarPrivate::refresh (this=0x93060f0) at widgets/qtabbar.cpp:667
#8  0xb6e19e6d in QTabBar::setTabText (this=0x90f7020, index=2, text=@0xbfe58e8c) at widgets/qtabbar.cpp:961
#9  0xb76fae9c in KAcceleratorManagerPrivate::calculateAccelerators (item=0x939fd28, used=@0xbfe58ef8) at /usr/src/debug/kdelibs-4.3.0/kdeui/shortcuts/kacceleratormanager.cpp:229
#10 0xb76fca26 in KAcceleratorManagerPrivate::manage (widget=0x9080df8) at /usr/src/debug/kdelibs-4.3.0/kdeui/shortcuts/kacceleratormanager.cpp:192
#11 0xb76fecb7 in KCheckAccelerators::checkAccelerators (this=0x8cba880, automatic=true) at /usr/src/debug/kdelibs-4.3.0/kdeui/shortcuts/kcheckaccelerators.cpp:243
#12 0xb76ff0b2 in KCheckAccelerators::autoCheckSlot (this=0x8cba880) at /usr/src/debug/kdelibs-4.3.0/kdeui/shortcuts/kcheckaccelerators.cpp:197
#13 0xb76ff16c in KCheckAccelerators::qt_metacall (this=0x8cba880, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfe5905c) at /usr/src/debug/kdelibs-4.3.0/build/kdeui/kcheckaccelerators.moc:68
#14 0xb679bc44 in QMetaObject::activate (sender=0x8cba894, from_signal_index=4, to_signal_index=4, argv=0x0) at kernel/qobject.cpp:3112
#15 0xb679c965 in QMetaObject::activate (sender=0x8cba894, m=0xb6878904, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3186
#16 0xb67d7365 in QTimer::timeout (this=0x8cba894) at .moc/release-shared/moc_qtimer.cpp:128
#17 0xb67a1576 in QTimer::timerEvent (this=0x8cba894, e=0xbfe594d0) at kernel/qtimer.cpp:261
#18 0xb67958fb in QObject::event (this=0x8cba894, e=0xbfe594d0) at kernel/qobject.cpp:1074
#19 0xb698a6cc in QApplicationPrivate::notify_helper (this=0x8cba420, receiver=0x8cba894, e=0xbfe594d0) at kernel/qapplication.cpp:4056
#20 0xb699210e in QApplication::notify (this=0xbfe597f4, receiver=0x8cba894, e=0xbfe594d0) at kernel/qapplication.cpp:3603
#21 0xb76a7528 in KApplication::notify (this=0xbfe597f4, receiver=0x8cba894, event=0xbfe594d0) at /usr/src/debug/kdelibs-4.3.0/kdeui/kernel/kapplication.cpp:302
#22 0xb678575e in QCoreApplication::notifyInternal (this=0xbfe597f4, receiver=0x8cba894, event=0xbfe594d0) at kernel/qcoreapplication.cpp:610
#23 0xb67b3c31 in QTimerInfoList::activateTimers (this=0x8cb739c) at ../../src/corelib/kernel/qcoreapplication.h:213
#24 0xb67b147e in timerSourceDispatch (source=0x8cb7368) at kernel/qeventdispatcher_glib.cpp:165
#25 0xb5d11b12 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#26 0xb5d153e8 in ?? () from /usr/lib/libglib-2.0.so.0
#27 0xb5d1550e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#28 0xb67b13c8 in QEventDispatcherGlib::processEvents (this=0x8cc1ce8, flags={i = 36}) at kernel/qeventdispatcher_glib.cpp:327
#29 0xb6a2c51a in QGuiEventDispatcherGlib::processEvents (this=0x8cc1ce8, flags={i = 36}) at kernel/qguieventdispatcher_glib.cpp:202
#30 0xb6783d7d in QEventLoop::processEvents (this=0xbfe59754, flags=) at kernel/qeventloop.cpp:149
#31 0xb67841c9 in QEventLoop::exec (this=0xbfe59754, flags={i = 0}) at kernel/qeventloop.cpp:201
#32 0xb6786660 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#33 0xb698a544 in QApplication::exec () at kernel/qapplication.cpp:3525
#34 0x080772bf in ?? ()
#35 0xb63eba36 in __libc_start_main () from /lib/i686/libc.so.6
#36 0x080625c1 in _start ()

Reported using DrKonqi
Comment 1 Frank Reininghaus 2009-08-26 20:44:52 UTC
Thanks for the bug report! This issue is known already.

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