Summary: | Dolphin crashes when trying to open tar.bz2 (off CIFS) | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | xor <xor> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
xor
2009-05-05 21:47:10 UTC
Thanks for the bug report! This looks very much like an issue that is known already - a crash when viewing the "Properties" of the root directory ("/") or some special directory like "trash:/". This is a Strigi issue which is fixed in trunk already. If you did something else before Dolphin crashed, please reopen this report. Thanks! *** This bug has been marked as a duplicate of bug 185551 *** The file was created by one of my cronjobs via: tar --totals --numeric-owner -cPf $BNAME --exclude /proc\* --exclude /sys\* --exclude /tmp/\* / 2>> $LOG tar -tf $BNAME > $BNAME.ls 2>> $LOG bzip2 -zv3 $BNAME 2>> $LOG |