https://bugs.kde.org/show_bug.cgi?id=474451
--- Comment #12 from m...@mwsys.mine.bz --- (In reply to mike from comment #11) > something that might help: > > My system is on btrfs. The crash (not okular but kdevelop) crashes when > copying a file to /tmp > > if I do mount -t tmpfs none /tmp the crash does not happen > (KMountPoint::List::findByPath works) > > I have my system running off of a cryptsetup lvm. Running stat on / gives me > 0:28 whereas mountinfo shows 0:26. guess that's the root cause of the issue.. actually btrfs over lvm over cryptsetup. Guess in that case st_dev in stat does not match mountinfo, so the assumption that mountPtr->deviceId() == buff.st_dev matches at least once is in practice wrong (don't know if this is how it should work or a kernel bug, but the kernel used in my setup is currently 6.2) -- You are receiving this mail because: You are watching all bug changes.