Summary: | KDE partition manager crashes when updating list of supported filesystems | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | Maxim Voronovsky <johndonym> |
Component: | general | Assignee: | Andrius Štikonas <andrius> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 4.0.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/kpmcore/commit/bb7bf3ca03edba5c71e0d4b0d398373ec283f551 | Version Fixed In: | |
Sentry Crash Report: |
Description
Maxim Voronovsky
2019-11-07 23:29:40 UTC
I can reproduce this (but maybe had to click more times). (In reply to Andrius Štikonas from comment #1) > I can reproduce this (but maybe had to click more times). I think this happens because at the moment FileSystemFactory::init is not reentrant, so new call to it deletes pointers that are still in use by the previous call. Git commit bb7bf3ca03edba5c71e0d4b0d398373ec283f551 by Andrius Štikonas. Committed on 18/11/2019 at 20:45. Pushed by stikonas into branch 'master'. Make FileSystemFactory::init reentrant. M +40 -38 src/fs/filesystemfactory.cpp https://invent.kde.org/kde/kpmcore/commit/bb7bf3ca03edba5c71e0d4b0d398373ec283f551 |