After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583896 - Creating new partition table should clear pending operations
Creating new partition table should clear pending operations
Status: RESOLVED FIXED
Product: gparted
Classification: Other
Component: application
GIT HEAD
Other All
: Normal major
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
: 566746 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-26 15:10 UTC by Jan Claeys
Modified: 2009-10-25 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Claeys 2009-05-26 15:10:00 UTC
Creating a new partition table on a device doesn't clear all pending operations on that device.  Then when performing the pending operations GParted crashes.

https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/378757

Copy of the steps to reproduce this:
1) Select a partition and delete it.
2) Create new partition table.
3) Note that request to delete original partition is still on the queue, but the device is now clean.
4) Press "Apply"
5) Gparted crashes.
Comment 1 Curtis Gedak 2009-08-11 22:03:56 UTC
*** Bug 566746 has been marked as a duplicate of this bug. ***
Comment 2 Curtis Gedak 2009-10-25 20:43:22 UTC
The code has been improved to ensure that there are no pending operations before creating a new partition table.  If there are pending operations, a dialog window is displayed indicating to the user to either clear or apply all operations before creating a new partition table.

This enhancement has been committed to the git repository for inclusion in the next release of GParted (0.4.8).

The relevant git commit can be found at the following link:
http://git.gnome.org/cgit/gparted/commit/?id=83381f85f13a0f3421a3b0eee98e498961db6119

Closing this bug.