Summary: | Crash while renaming a file over samba | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Rado <rado.kljucevsek> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | frank78ac |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rado
2009-12-01 14:58:40 UTC
Thanks for the bug report! It looks like the file you've renamed was in KFilePreviewGenerator's list of recently modified files. The file item in this list became invalid after the rename, and accessing it caused a crash. This is similar to bug 211525, but maybe not exactly a duplicate, because the item is renamed and not removed in your case. Maybe we also have to listen to KDirModel's dataChanged(const QModelIndex&, const QModelIndex&) signal to fix this... Thanks for the quick response. Actually it was a directory and i believe that I have never accessed it since I installed the new OS (Fedora 12)... --------------------------- The received letter on Tuesday 01 of December 2009 was: From: Frank Reininghaus <frank78ac@googlemail.com> To: rado.kljucevsek@ksec.si Cc: Subject: [Bug 216943] Crash while renaming a file over samba https://bugs.kde.org/show_bug.cgi?id=216943 Frank Reininghaus <frank78ac@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frank78ac@googlemail.com --- Comment #1 from Frank Reininghaus <frank78ac googlemail com> 2009-12-01 17:46:55 --- Thanks for the bug report! It looks like the file you've renamed was in KFilePreviewGenerator's list of recently modified files. The file item in this list became invalid after the rename, and accessing it caused a crash. This is similar to bug 211525, but maybe not exactly a duplicate, because the item is renamed and not removed in your case. Maybe we also have to listen to KDirModel's dataChanged(const QModelIndex&, const QModelIndex&) signal to fix this... *** This bug has been marked as a duplicate of bug 211525 *** |