Summary: | Dolphin inconsistently crashes when accessing any directory whose permissions are less strict than those of its parent directory. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | 4wy78uwh, akselmo, kfm-devel |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.04.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
The files that were within each directory. |
Description
Roke Julian Lockhart Beedell
2022-06-23 10:43:47 UTC
All of the directories were within "file://localhost/var/spool/abrt". PS /> ls -la /var/spool/ total 0 drwxr-xr-x. 1 root root 94 May 22 17:53 . drwxr-xr-x. 1 root root 194 Jun 16 13:14 .. drwxr-x--x. 1 root abrt 530 Jun 23 09:57 abrt drwx------. 1 abrt abrt 0 Jun 16 11:47 abrt-upload drwxr-xr-x. 1 root root 66 May 22 17:50 anacron drwx------. 1 root root 18 May 22 17:53 at drwx------. 1 root root 0 May 3 11:52 cron drwx--x---. 1 root lp 6 May 31 12:29 cups drwxr-xr-x. 1 root root 0 Jan 20 03:04 lpd drwxrwxr-x. 1 root mail 28 May 22 17:55 mail drwxr-xr-x. 1 root root 0 Mar 7 14:36 plymouth PS /> ls -la /var/spool/abrt/ /usr/bin/ls: cannot open directory '/var/spool/abrt/': Permission denied PS /> su -c 'ls -la /var/spool/abrt/' total 4 drwxr-x--x. 1 root abrt 530 Jun 23 09:57 . drwxr-xr-x. 1 root root 94 May 22 17:53 .. -rw------- 1 root root 28 Jun 23 01:03 last-via-server drwxr-xr-x 1 A1653237104 abrt 634 Jun 23 10:30 oops-2022-06-12-12:26:48-1064-0 drwxr-xr-x 1 root abrt 640 Jun 23 10:30 oops-2022-06-18-13:32:16-1070-0 drwxr-xr-x 1 root abrt 640 Jun 23 10:30 oops-2022-06-20-10:46:10-1074-0 drwxr-xr-x 1 A1653237104 abrt 648 Jun 23 10:30 oops-2022-06-21-12:56:44-1065-0 drwxr-xr-x 1 root abrt 640 Jun 23 10:30 oops-2022-06-22-21:00:56-1077-0 drwxr-xr-x 1 root abrt 562 Jun 23 10:30 oops-2022-06-23-00:56:46-1077-0 drwxr-xr-x 1 root abrt 562 Jun 23 10:30 oops-2022-06-23-01:01:07-197992-0 drwxr-xr-x 1 root abrt 562 Jun 23 10:30 oops-2022-06-23-09:57:32-1076-0 Created attachment 150088 [details] New crash information added by DrKonqi dolphin (22.04.1) using Qt 5.15.4 When "https://gitlab.gnome.org/GNOME/gimp/-/issues/8298" and consequently "https://bugzilla.redhat.com/show_bug.cgi?id=2100443" occurred, Dolphin crashed. The problems occurred simultaneously. -- Backtrace (Reduced): #4 0x00007fbd3814053c in KFileItem::~KFileItem() () from /lib64/libKF5KIOCore.so.5 #5 0x00007fbd381af551 in KCoreDirListerCache::reinsert(KFileItem const&, QUrl const&) () from /lib64/libKF5KIOCore.so.5 #6 0x00007fbd381c0c46 in KCoreDirListerCache::processPendingUpdates() () from /lib64/libKF5KIOCore.so.5 #7 0x00007fbd36823216 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5 #8 0x00007fbd368265ae in QTimer::timeout(QTimer::QPrivateSignal) () from /lib64/libQt5Core.so.5 Created attachment 150093 [details]
The files that were within each directory.
The actual directories were not duplicated, so their permissions were retained. However, their content is identical.
*** This bug has been marked as a duplicate of bug 473488 *** |