Bug 309251 - gparted crashes after re-scanning devices
Summary: gparted crashes after re-scanning devices
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gparted
Version: 8
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Deji Akingunola
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-27 16:29 UTC by Matthew Saltzman
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version: 0.3.3-13.fc7
Clone Of:
Environment:
Last Closed: 2007-11-10 06:00:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
bug_309251_gparted_crashes_after_re-scanning_devices.patch (1.58 KB, patch)
2007-10-28 15:36 UTC, Jim Hayward
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.