https://bugs.kde.org/show_bug.cgi?id=516794
Bug ID: 516794
Summary: Segfault when old kcm_smb.so is present
Classification: Applications
Product: plasma-mobile-settings
Version First unspecified
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
The applications segfaults when the above file is present
```
❯ plasma-settings
Current platform is QList()
kf.coreaddons: The plugin
"/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_smb.so" explicitly states
an Id in the embedded metadata, which is different from the one derived from
the filename The Id field from the KPlugin object in the metadata should be
removed
kf.coreaddons: The plugin
"/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_smb.so" explicitly states
an Id in the embedded metadata, which is different from the one derived from
the filename The Id field from the KPlugin object in the metadata should be
removed
KCrash: Application 'plasma-settings' crashing... crashRecursionCounter = 2
[1] 178568 segmentation fault (core dumped) plasma-settings
```
Moving the file and reinstalling kio5, seems to fix the issue.
```
❯ sudo mv /usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_smb.so \
/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_smb.so.bak
❯ sudo pacman -S kio5
``
STEPS TO REPRODUCE
1. Open plasma-settings
2.
3.
OBSERVED RESULT
Crash
EXPECTED RESULT
No crash
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 6.6.1
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.2
ADDITIONAL INFORMATION
Backtrace: https://0x0.st/PQ6k.log
--
You are receiving this mail because:
You are watching all bug changes.