Bug 149660 - an attempt to delete something without anything highlighted causes a backtrace
Summary: an attempt to delete something without anything highlighted causes a backtrace
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Cluster Suite
Classification: Retired
Component: redhat-config-cluster
Version: 4
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jim Parsons
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-24 21:44 UTC by Corey Marthaler
Modified: 2009-04-16 20:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-13 22:34:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Corey Marthaler 2005-02-24 21:44:03 UTC
Description of problem:
I deleted a failover domain and then clicked the delete button again
and it caused a trace back. The same thing happened when I tried to
delete a fence device.

Traceback (most recent call last):
  File "/usr/share/system-config-cluster/ConfigTabController.py", line
945, in on_faildom_delete
    obj = model.get_value(iter, OBJ_COL)
TypeError: iter must be a GtkTreeIter
Traceback (most recent call last):
  File "/usr/share/system-config-cluster/ConfigTabController.py", line
777, in on_fd_delete
    obj = model.get_value(iter, OBJ_COL)
TypeError: iter must be a GtkTreeIter


How reproducible:
Always

Comment 1 Jim Parsons 2005-03-01 17:50:58 UTC
will fix - throw away ptr to current selection in tree chamnnge listener...

Comment 2 Jim Parsons 2005-03-28 11:15:56 UTC
Fixed in 0.9.17-1.0

Comment 3 Corey Marthaler 2005-04-13 22:34:38 UTC
fix verified.


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