Summary: | KDE Partition Manager crashed when deleting new unused ext4 fs in partition 4 | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | Mac Michaels <thebitpit> |
Component: | general | Assignee: | Volker Lanz <vl> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ribiagio |
Priority: | NOR | ||
Version: | 1.0.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mac Michaels
2011-06-14 22:15:19 UTC
Note: I did not click the apply button or close the application before the crash! Restarted Kconfig: Created extended partition to hold remainder of disk capacity. Created logical partition for ext4 file system. Clicked "apply" button (for the first time ever in all this). Everything worked properly after about 4 minutes to actually format the partition. *** Bug 259752 has been marked as a duplicate of this bug. *** Mac, thanks for the bug report. I can reproduce the crash. Please do note that there is no need to schedule a check operation for newly created file systems as KDE Partition Manager will always check a file system after creation. That's why this crash went by unnoticed for so long: It's not something you ever need to do ;-) Note to self: Either merge the CheckOperation with the CreateFileSytemOperation (that might confuse users though) or with the DeleteOperation. SVN commit 1249904 by vlanz: Merge CheckOperations with NewOperations so when a new partition is deleted before applying we don't get a dangling pointer in the CheckOperation. BUG:275657 M +17 -1 core/operationstack.cpp M +3 -1 ops/checkoperation.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1249904 SVN commit 1249905 by vlanz: Backport r1249904 to 1.0 branch. CCBUG:275657 M +17 -1 core/operationstack.cpp M +3 -1 ops/checkoperation.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1249905 |