Bug 309251

Summary: gparted crashes after re-scanning devices
Product: [Fedora] Fedora Reporter: Matthew Saltzman <mjs>
Component: gpartedAssignee: Deji Akingunola <dakingun>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: jimhayward
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 0.3.3-13.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-10 06:00:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
bug_309251_gparted_crashes_after_re-scanning_devices.patch none

Description Matthew Saltzman 2007-09-27 16:29:49 UTC
Description of problem:
After performing operations (or on request), gparted re-scans the disks, then
vanishes leaving no error messages.

Version-Release number of selected component (if applicable):
gparted-0.3.3-12.fc8

How reproducible:
Always

Steps to Reproduce:
1. run gparted
2. Select menu GParted -> Refresh Devices
3.
  
Actual results:
gparted window vanishes

Expected results:
Rescan completes and gparted stays up, ready for additional operations.

Additional info:

Comment 1 Jim Hayward 2007-10-28 15:32:51 UTC
Looking at the problem, the GtkComboBox on the toolbar that displays the list of
devices uses a GtkListStore as its underlying model. When Refresh Devices is
called the GtkListStore is cleared, this causes the function connected to the
"changed" signal of the GtkComboBox to be called. This causes the segfault by
trying to set the value of the GtkComboBox to an invalid value.

The simplest way I see to work around this is to simply block the "changed"
signal from being emitted when Refresh Devices is called.

Comment 2 Jim Hayward 2007-10-28 15:36:02 UTC
Created attachment 240891 [details]
bug_309251_gparted_crashes_after_re-scanning_devices.patch

This patch blocks the "changed" signal of the GtkComboBox when Refresh Devices
is called.

Comment 3 Deji Akingunola 2007-10-30 02:19:22 UTC
Thanks Jim for the patch. However I have other issue with building the package
on rawhide (bz #313281), I'll work on integrating the patch once the other issue
is resolved.

Comment 4 Jim Hayward 2007-10-30 04:00:49 UTC
I haven't seen the issue with bug #313281. But I can add a patch for it too. ;-)


Comment 5 Deji Akingunola 2007-10-30 04:16:52 UTC
Jim to the rescue again, thanks. Let me know if you're interested in being a
co-maintainer for this package.

Comment 6 Deji Akingunola 2007-10-30 21:07:38 UTC
I've applied the patch, new package already built.

Comment 7 Fedora Update System 2007-11-09 23:52:57 UTC
gparted-0.3.3-13.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gparted'

Comment 8 Fedora Update System 2007-11-10 06:00:40 UTC
gparted-0.3.3-13.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.