Summary: | when trying to view Trash dolphin crashes | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Blackpaw <lindsay.mathieson> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra, lemma |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Blackpaw
2008-12-28 07:21:49 UTC
I can confirm this bug in trunk r901861. The backtrace looks very similar to the one in bug 178416 . It's supposed to be fixed since rev.901012. Maybe it's here again :( Do you have folders inside trash:/ and do you have the "Folders" panel enabled in Dolphin. Here using: Qt: 4.4.3 + qt-copy-patches-889120 KDE: 4.1.86 (KDE 4.1.86 (KDE 4.2 >= 20081221)) kdelibs svn rev. 902368 / kdebase svn rev. 902368 on ArchLinux x86_64 - Kernel 2.6.27.10 I can't reproduce the crash. @Michael: have you updated recently ? Do you experience the crash after a reboot / kde re-login . ? Thanks :) >Do you have folders inside trash:/ and do you have the "Folders" panel enabled
in Dolphin.
Yes and Yes. If I disable the Folder Panel in dolphin then the crash no longer happens.
p.s. Qt: 4.4.3 KDE: 4.1.85 (KDE 4.1.85 (KDE 4.2 Beta2)) kde4-config: 1.0 @Blackpaw: Can you start Dolphin from Konsole, go to Trash, experience the crash and past the Konsole output here ? Specially the "ASSERT" line. Thanks ! >Can you start Dolphin from Konsole, go to Trash, experience the crash and past
the Konsole output here ? Specially the "ASSERT" line.
Sure, here goes!:
lindsay@lindsay-desktop:~$ dolphin
dolphin(8139): Attempt to use QAction "close_tab" with KXMLGUIFactory!
dolphin(8139): Attempt to use QAction "show_info_panel" with KXMLGUIFactory!
dolphin(8139): Attempt to use QAction "show_folders_panel" with KXMLGUIFactory!
dolphin(8139): Attempt to use QAction "show_terminal_panel" with KXMLGUIFactory!
dolphin(8139): Attempt to use QAction "show_places_panel" with KXMLGUIFactory!
dolphin(8139) MetaDataWidget::setFile: KUrl("file:///home/lindsay")
lindsay@lindsay-desktop:~$ dolphin(8139) MetaDataWidget::setFile: KUrl("file:///home/lindsay")
dolphin(8139) MetaDataWidget::setFile: KUrl("trash:/")
ASSERT: "result" in file /build/buildd/kde4libs-4.1.85/kio/kio/kdirmodel.cpp, line 377
KCrash: Application 'dolphin' crashing...
sock_file=/home/lindsay/.kde/socket-lindsay-desktop/kdeinit4__0
lindsay@lindsay-desktop:~$
@Blackpaw: thanks for the reply :) *** This bug has been marked as a duplicate of bug 178416 *** No worries, Thanks Dario |