https://bugs.kde.org/show_bug.cgi?id=429191
Bug ID: 429191
Summary: partitionmanager crashes when sshfs mounts are present
in /etc/fstab
Product: partitionmanager
Version: 4.2.0
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I have several sshfs entries in my /etc/fstab. Unless I remove them or comment
them out, partitionmanager crashes when trying to scan devices.
STEPS TO REPRODUCE
1. add sshfs entries to /etc/fstab (the format I'm using is
"sshfs#user@host:/directory /target fuse noauto,defaults,users 0 0")
2. launch partitionmanager
OBSERVED RESULT
Thread 12 "m_DeviceScanner" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd10da640 (LWP 632119)]
0x00007ffff7eec470 in readFstabEntries(QString const&) () from
/usr/lib64/libkpmcore.so.10
(gdb) bt
#0 0x00007ffff7eec470 in readFstabEntries(QString const&) () from
/usr/lib64/libkpmcore.so.10
#1 0x00007ffff7eed21a in possibleMountPoints(QString const&, QString const&)
() from /usr/lib64/libkpmcore.so.10
#2 0x00007ffff7ec5eac in FileSystem::detectMountPoint(FileSystem*, QString
const&) () from /usr/lib64/libkpmcore.so.10
EXPECTED RESULT
Shouldn't crash...
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.19.5
(available in About System)
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.15.1
--
You are receiving this mail because:
You are watching all bug changes.